OpenMacNews <[EMAIL PROTECTED]> writes:

| (2) 'make' at one point complains/fails @
| 
|       ../../src/support/debugstream.h:17:44: error:
|       boost/test/detail/nullstream.hpp: No such file or directory

This is not latest from trunk _or_ the wrong boost/version.hpp is
picked up.

Did you forget to "make clean"?

| (3) 'make' *now* fails at:
| 
| ...
| Making all in .
| if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
| -I. -I. -I../../src  -Winvalid-pch --include=./pch.h -I./..
| -I/usr/local/include/boost-1_34  -Wextra -Wall -I
| /usr/local/include/boost-1_34/  -fno-exceptions -Os -MT filetools.lo -MD
| -MP -MF ".deps/filetools.Tpo" -c -o filetools.lo filetools.C; \
| then mv -f ".deps/filetools.Tpo" ".deps/filetools.Plo"; else rm -f
| ".deps/filetools.Tpo"; exit 1; fi
|  g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h
| -I./.. -I/usr/local/include/boost-1_34 -Wextra -Wall -I
| /usr/local/include/boost-1_34/ -fno-exceptions -Os -MT filetools.lo -MD
| -MP -MF .deps/filetools.Tpo -c filetools.C  -fno-common -DPIC -o
| .libs/filetools.o
| cc1plus: warning: ././pch.h.gch: not used because `PIC' is defined
| filetools.C:1168:2: warning: #warning Why is this func deleting a file?
| (Lgb)
| /usr/local/include/boost-1_34/boost/filesystem/operations.hpp: In
| function 'Path boost::filesystem::current_path()':
| /usr/local/include/boost-1_34/boost/filesystem/operations.hpp:506:
| error: 'unnamed_Path' was not declared in this scope
| filetools.C: In function 'const std::string
| lyx::support::NormalizePath(const std::string&)':
| filetools.C:608: error: 'RegEx' is not a member of 'boost'
| filetools.C:608: error: expected `;' before 'regex'
| filetools.C:609: error: 'regex' was not declared in this scope

Absolutely not latest trunk.

And why do you add _all_ those options to configure?
Better to change as little as possible.

(And also remember that boost 1.34 does not exist)

-- 
        Lgb

Reply via email to