I checked out the 1.5 trunk from the SVN repository and tried building it on my main box (Slackware-11.0, 2.6.19.2 kernel, gcc-3.4.6, qt-3.3.7).
First, I had to make a soft link to /usr/lib/libneon.so.26.0.0 called /usr/lib/libneon.so.25. That fixed that problem. Second, I ran './configure --with-frontend=qt; make' and when I came back, saw this: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h -I./.. -I../../boost -Wextra -Wall -I/usr/X11R6/include -g -O -MT docstream.lo -MD -MP -MF .deps/docstream.Tpo -c docstream.C -o docstream.o if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h -I./.. -I../../boost -Wextra -Wall -I/usr/X11R6/include -g -O -MT docstring.lo -MD -MP -MF ".deps/docstring.Tpo" -c -o docstring.lo docstring.C; \ then mv -f ".deps/docstring.Tpo" ".deps/docstring.Plo"; else rm -f ".deps/docstring.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h -I./.. -I../../boost -Wextra -Wall -I/usr/X11R6/include -g -O -MT docstring.lo -MD -MP -MF .deps/docstring.Tpo -c docstring.C -o docstring.o In file included from docstring.C:14: qstring_helpers.h:17:17: QChar: No such file or directory qstring_helpers.h:18:19: QString: No such file or directory In file included from docstring.C:14: qstring_helpers.h:30: error: expected initializer before "const" qstring_helpers.h:42: error: expected initializer before "const" qstring_helpers.h:55: error: yx::qchar_to_ucs4' declared as an nline' variable qstring_helpers.h:55: error: `QChar' was not declared in this scope qstring_helpers.h:56: error: expected ,' or ;' before '{' token qstring_helpers.h:68: error: expected initializer before "const" qstring_helpers.h:93: error: expected constructor, destructor, or type conversion before "const" qstring_helpers.h:103: error: `QString' has not been declared qstring_helpers.h:104: error: ISO C++ forbids declaration of `S' with no type qstring_helpers.h: In function `void lyx::ucs4_to_qstring(const lyx::char_type*, size_t, int&)': qstring_helpers.h:106: error: request for member `Resize' in `S', which is of non-class type nt' qstring_helpers.h:108: error: invalid types nt[int]' for array subscript qstring_helpers.h:108: error: `ucs4_to_qchar' was not declared in this scope qstring_helpers.h:108: warning: unused variable 'ucs4_to_qchar' qstring_helpers.h: At global scope: qstring_helpers.h:118: error: `QString' was not declared in this scope qstring_helpers.h:127: error: `QString' was not declared in this scope docstring.C:20:17: QFile: No such file or directory docstring.C: In function onst lyx::docstring lyx::from_local8bit(const std::string&)': docstring.C:99: error: `QString' has not been declared docstring.C:99: error: `fromLocal8Bit' was not declared in this scope docstring.C:99: warning: unused variable 'fromLocal8Bit' docstring.C: In function `const std::string lyx::to_local8bit(const lyx::docstring&)': docstring.C:114: error: `QByteArray' was not declared in this scope docstring.C:114: error: expected ;' before "const" docstring.C:115: error: `local' was not declared in this scope docstring.C:115: warning: unused variable 'local' docstring.C:117: error: `local' was not declared in this scope docstring.C:114: warning: unused variable 'QByteArray' docstring.C: In function `const lyx::docstring lyx::from_filesystem8bit(const std::string&)': docstring.C:123: error: `QByteArray' was not declared in this scope docstring.C:123: error: expected ;' before "const" docstring.C:124: error: `QFile' has not been declared docstring.C:124: error: `encoded' was not declared in this scope docstring.C:124: error: `decodeName' was not declared in this scope docstring.C:123: warning: unused variable 'QByteArray' docstring.C:124: warning: unused variable 'encoded' docstring.C:124: warning: unused variable 'decodeName' docstring.C: At global scope: docstring.C:122: warning: unused parameter 's' docstring.C: In function `const std::string lyx::to_filesystem8bit(const lyx::docstring&)': docstring.C:130: error: `QByteArray' was not declared in this scope docstring.C:130: error: expected ;' before "const" docstring.C:131: error: `encoded' was not declared in this scope docstring.C:130: warning: unused variable 'QByteArray' docstring.C: At global scope: docstring.C:129: warning: unused parameter 's' make[5]: *** [docstring.lo] Error 1 make[5]: Leaving directory /data1/lyx-devel/src/support' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory /data1/lyx-devel/src/support' make[3]: *** [all] Error 2 make[3]: Leaving directory /data1/lyx-devel/src/support' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /data1/lyx-devel/src' make[1]: *** [all] Error 2 make[1]: Leaving directory /data1/lyx-devel/src' make: *** [all-recursive] Error 1 Gzipped config.log attached. Hope it's an easy fix! Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc. | Accelerator(TM) <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
config.log.gz
Description: GNU Zip compressed data