Edwin Leuven wrote: > compile fails for me: > > g++ -DHAVE_CONFIG_H -I. -I../../lyx-devel/src -I. -I../../lyx-devel/boost > -I/usr/include -I/usr/X11R6/include -g -O -fno-exceptions -W -Wall > -Winline -c -o graph.o `test -f '../../lyx-devel/src/graph.C' || echo > '../../lyx-devel/src/'`../../lyx-devel/src/graph.C > cc1plus: warning: changing search order for system directory > "/usr/include" > cc1plus: warning: as it has already been specified as a non-system > directory In file included from > /usr/include/c++/3.2/backward/streambuf.h:31, > from ../../lyx-devel/src/support/sstream.h:40, > from ../../lyx-devel/src/Lsstream.h:22, > from ../../lyx-devel/src/support/lstrings.h:21, > from ../../lyx-devel/src/format.h:22, > from ../../lyx-devel/src/graph.C:12:
Sorry Edwin, just came back. I don't know how this can happend, as I've not added any header that wasn't there before. In converter.h we indeed had support/lstrings.h (it seems that this is the one that is giving problems). So you could compile perfectly before? Not even the warning above? I'm lost. (but don't worry, it's just me that don't know enough) A clue, anyone? Alfredo