> Hi all, > > I have been fighting with the autotools to build a simple alpha release. It > seemed at some point that I was loosing. :-) > > When you read the m4 documentation and at a certain point it refers that it > could be worse than intercal then you know that perl is forgiven and the > title of write-only-language should go elsewhere. :-) > > I have placed the source packages in http://www.lyx.org/~jamatos/lyx-1.6/
have you tried to compile it yourself? g++ -DHAVE_CONFIG_H -I. -I../../src -I./.. -I../../boost -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I./minizip -Wextra -Wall -g -O2 -MT FileName.lo -MD -MP -MF .deps/FileName.Tpo -c FileName.cpp -o FileName.o FileName.cpp:14:34: error: support/FileNameList.h: No such file or directory FileName.cpp: In member function 'lyx::support::FileNameList lyx::support::FileName::dirList(const std::string&) const': FileName.cpp:302: error: return type 'struct lyx::support::FileNameList' is incomplete FileName.cpp:304: error: aggregate 'lyx::support::FileNameList dirlist' has incomplete type and cannot be defined make[4]: *** [FileName.lo] Error 1 pavel