G. Milde wrote: >> Thereafter, >> $ cd devel >> $ sh make_tex2lyx_dist.sh . >> >> should build the package (where the script is to be found on the wiki >> page.) > > Here I got an error: > > Making all in src > make[4]: Entering directory
/bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../boost/libs/filesystem/src ? -I../../../../[src -DBOOST_USER_CONFIG="<config.h>" -I../../../../../boost -W -Wall -I/usr/X11R6/include -g -O -fno-exceptions -c ../../../../../boost/libs/filesystem/src/convenience.cpp The line marked '?' looks suspicious, no? It looks to me as if the '[' is messing up the reading of the -DBOOST_USER_CONFIG argument. > Do I need the development versions of all boost libraries or are the > needed files included in the CVS? All needed files are in CVS or are generated from the contents of CVS. You should find config.h in build-tex2lyx/src/config.h. Ie, it's generated by the configure script. > **** The following problems have been detected by configure. > **** Please check the messages below before running 'make'. > **** (see the section 'Problems' in the INSTALL file) > > ** Unknown frontend 'foo' Ignore this warning. We don't need a frontend to build tex2lyx. > If requested, I can send more log data. If you fail to track down the problem you might try: $ sh ./make_tex2lyx_dist.sh . > make.log 2>&1 Post the (compressed) log file. -- Angus