Michael Gerz schrieb:
Bo?
scons: *** Source
`C:\msys\home\michael\lyx-trunk\boost\libs\filesystem\src\convenience.cpp'
not found, needed by target
`debug\boost\filesystem\src\convenience.o'. Stop.
This patch works. I will commit it in a minute...
Michael
Index: C:/msys/home/mg/lyx-trunk/development/scons/scons_manifest.py
===================================================================
--- C:/msys/home/mg/lyx-trunk/development/scons/scons_manifest.py
(revision 14911)
+++ C:/msys/home/mg/lyx-trunk/development/scons/scons_manifest.py
(working copy)
@@ -75,10 +75,10 @@
boost_libs_filesystem_src_files = Split('''
- convenience.cpp
exception.cpp
- operations_posix_windows.cpp
- path_posix_windows.cpp
+ operations.cpp
+ path.cpp
+ portability.cpp
''')