/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/mpdir -I. -I../.. -I../../../../src/texk/kpathsea/.. -I../../../../src/texk/kpathsea -I../../../../src/libs/lua51 -g -Wall -O2 -Wno-write-strings -MT tfmin.lo -MD -MP -MF .deps/tfmin.Tpo -c -o tfmin.lo tfmin.c gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/mpdir -I. -I../.. -I../../../../src/texk/kpathsea/.. -I../../../../src/texk/kpathsea -I../../../../src/libs/lua51 -g -Wall -O2 -Wno-write-strings -MT tfmin.lo -MD -MP -MF .deps/tfmin.Tpo -c tfmin.c -o tfmin.o ../../../../src/texk/web2c/mpdir/tfmin.w:50:19: error: mplib.h: No such file or directory ../../../../src/texk/web2c/mpdir/tfmin.w:51:19: error: mpmp.h: No such file or directory ../../../../src/texk/web2c/mpdir/tfmin.w:59: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mp_read_font_info' make[1]: *** [tfmin.lo] Fehler 1 ... make[1]: Leaving directory `/home/ms/tex/pdftex/luatex/trunk/build/libs/luaprofiler' g++ -o luatex luatexini.o luatex0.o luatex1.o luatex2.o luatex3.o luatexextra.o luatex-pool.o luatexdir/libpdf.a ../../libs/libpng/libpng.a ../../libs/zlib/libz.a ../../libs/xpdf/xpdf/libxpdf.a ../../libs/xpdf/goo/libGoo.a ../../libs/xpdf/fofi/libfofi.a ../../libs/md5/md5.o ../../libs/obsdcompat/libopenbsd-compat.a ../../libs/lua51/liblua.a ../../libs/slnunicode/slnunico.o ../../libs/luazip/src/luazip.o ../../libs/zziplib/zzip/libzzip.a ../../libs/luafilesystem/src/lfs.o ../../libs/luasocket/src/socket.a ../../libs/luapeg/lpeg.o ../../libs/luamd5/md5lib.o ../../libs/luamd5/md5.o ../../libs/luazlib/lgzip.o ../../libs/luazlib/lzlib.o ../../libs/luafontforge/libff.a ../../libs/luaprofiler/libprofiler.a mpdir/lmplib.o mpdir/.libs/libmplib.a lib/lib.a ../kpathsea/.libs/libkpathsea.a -lm -nodefaultlibs -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -lm -lgcc_eh -lgcc -lc -lgcc_eh -lgcc g++: mpdir/.libs/libmplib.a: Datei oder Verzeichnis nicht gefunden make: *** [luatex] Fehler 1 ------------------ This is on amd64 with 2 cores. Best Martin
Hi Martin, What do you think is better from a maintenance pov: disabling the job server temporarily, or explicitly adding the dependancies to the Makefile(.in) ? Cheers, Taco
2008/12/23 Taco Hoekwater
What do you think is better from a maintenance pov: disabling the job server temporarily, or explicitly adding the dependancies to the Makefile(.in) ?
Making --parallel work. :-) We seem to need gnu-make anyway. Btw: I can't reproduce it on my other (newer) machine, so this may be related to an older version of gcc/make/... :-{ Best Martin
Martin Schröder wrote:
2008/12/23 Taco Hoekwater
: What do you think is better from a maintenance pov: disabling the job server temporarily, or explicitly adding the dependancies to the Makefile(.in) ?
Making --parallel work. :-) We seem to need gnu-make anyway. Btw: I can't reproduce it on my other (newer) machine, so this may be related to an older version of gcc/make/... :-{
I had not seen it until now either. I'll ignore this then. Best wishes, Taco
participants (2)
-
Martin Schröder
-
Taco Hoekwater