discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Discuss-gnuradio] Build failure - caused by posix_memalign.cc - in


From: Prior-Jones, Michael R
Subject: RE: [Discuss-gnuradio] Build failure - caused by posix_memalign.cc - in trunk built under Cygwin
Date: Tue, 17 Feb 2009 14:24:07 +0000


>Hmmm.  We've tried to include headers in posix_memalign.cc which work
>with all OSs (OSX, Linux, Cygwin, ?MinGW?) for valloc ()).  According
>to the error the compiler was at line 86, which means that the macro
>HAVE_VALLOC was defined, which means that 'configure' found the valloc
>() function prototype somewhere -- but not in the header file(s)
>included in posix_memalign.cc thus far.

Thanks for your prompt reply. I'd guessed that something like that was going on.

>If you issue (in a Cygwin terminal) "grep -lr valloc /usr/include" do
>you get any files listed?  If so, what is it / are they?  Issuing this
>instruction on Ubuntu 8.10 results in:
>
>/usr/include/malloc.h
>/usr/include/stdlib.h

What I get is:

/usr/include/cygwin/stdlib.h
/usr/include/cygwin/version.h
/usr/include/malloc.h

I'm guessing that /usr/include/cygwin/stdlib.h is the joker in the pack.

Mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]