On Tue, Apr 22, 2008 at 11:49 AM, José Matos <[EMAIL PROTECTED]> wrote:
> On Monday 21 April 2008 21:22:35 José Matos wrote: > > Hi all, > > I am giving this warning in advance: I intend to release alpha 2 > tomorrow. > > Yesterday I noticed that make distcheck fails. :-( > > > > I will try to fix the problem and to release the code tomorrow > (more or > > less) at 16 WEST (15 UTC). > > > > The only care I ask to for commits is to guarantee that the code > does not > > break and continues to compile. :-) > > I have placed the resulting packages at > http://www.lyx.org/~jamatos/lyx-1.6/ > please test them. I have build successfully in Fedora 9 (soon to be). > Please > test on other systems. This won't compile for me on Mac: Making all in boost if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -DBOOST_USER_CONFIG="<config.h>" -I../boost -Wextra -Wall -I/System/Library/Frameworks/CoreFoundation.framework/Headers -g -Os -MT exception.lo -MD -MP -MF ".deps/exception.Tpo" -c -o exception.lo `test -f 'libs/filesystem/src/exception.cpp' || echo './'`libs/filesystem/src/exception.cpp; \ then mv -f ".deps/exception.Tpo" ".deps/exception.Plo"; else rm -f ".deps/exception.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../src "-DBOOST_USER_CONFIG=<config.h>" -I../boost -Wextra -Wall -I/System/Library/Frameworks/CoreFoundation.framework/Headers -g -Os -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c libs/filesystem/src/exception.cpp -o exception.o libs/filesystem/src/exception.cpp:17:39: error: boost/filesystem/config.hpp: No such file or directory libs/filesystem/src/exception.cpp:18:37: error: boost/filesystem/path.hpp: No such file or directory libs/filesystem/src/exception.cpp:19:39: error: boost/filesystem/cerrno.hpp: No such file or directory libs/filesystem/src/exception.cpp:21: error: 'boost' has not been declared libs/filesystem/src/exception.cpp:21: error: expected namespace-name before ';' token libs/filesystem/src/exception.cpp:21: error: unknown namespace '<declaration error>' libs/filesystem/src/exception.cpp:159: error: variable or field 'system_message' declared void libs/filesystem/src/exception.cpp:159: error: 'system_error_type' was not declared in this scope libs/filesystem/src/exception.cpp:159: error: 'string' is not a member of 'std' libs/filesystem/src/exception.cpp:159: error: 'target' was not declared in this scope libs/filesystem/src/exception.cpp:159: error: initializer expression list treated as compound expression libs/filesystem/src/exception.cpp:160: error: expected ',' or ';' before '{' token make[1]: *** [exception.lo] Error 1 make: *** [all-recursive] Error 1 Bennett