[Live-devel] compiling live on arm9
Ross Finlayson
finlayson at live.com
Thu Apr 22 16:51:47 PDT 2004
>>But apparently it's not being found. So, I suggest adding
>> -I/usr/local/include/c++/3.2.1/backward
>>to COMPILE_OPTS in your "config.arm-linux" file, to ensure that the
>>compiler gets to search that directory.
>
>
>I had tried that too, but abandonned it when the deprecation errors came
>up along with a huge pile of other errors
OK, next suggestion: Do you have the file "strstream.h" anywhere? If so,
then you could just make "strstream" a symbolic link to "strstream.h" - e.g.,
cd /usr/include; ln -s <path-to-strstream.h> strstream
(and *don't* put "-I/usr/local/include/c++/3.2.1/backward" in
COMPILE_OPTS). You may also wish to add
-Wno-deprecated
to COMPILE_OPTS
Alternatively, do you have the file "sstream"? If so, make "strstream" a
symbolic link to "sstream" - e.g.
cd /usr/include; ln -s <path-to-sstream> strstream
If neither of these work for you, then I'm not sure what else to
suggest. Sorry.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list