Alberto Hernando wrote: > > > checking for xmkmf... not found > configure: error: xmkmf/imake not found. Please make sure it's in > PATH! > > xmkmf is at /usr/bin/xmkmf > > > > Hi. > > This is a common problem. > imake was removed from the .wget files to build x.org <http://x.org>, > because developers thought it was needed, without realizing that it > was needed for kde. See the wiki notes. You just have to add the > latest imake version to app.wget in your x.org <http://x.org> building > and compile. I can't give you better details, sorry, because I don't > have it handy right now, but it's really easy. Check the freedesktop > ftp to see the versions. > BTW, if you are using gcc-4.4.1 you'll have a bug (of gcc or kdebase, > I don't know). People say that gcc-4.3 should be used instead. If it > works with gcc-4.4.1 for you, let us know. > > Alberto
gcc-4.4.1 Kdebase fails with the following error: g++ -DHAVE_CONFIG_H -I. -I../../.. -DOS_Linux -I./../lib -I./../../fonts -I/usr/share/qt/include -I. -I/usr/include/freetype2 -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o XConfig.o XConfig.cpp Fontmap.cpp: In function 'bool parseLine(const char*, QString&, QString&, bool&)': Fontmap.cpp:68: error: invalid conversion from 'const char*' to 'char*' Fontmap.cpp: In function 'void addEntry(QStringList&, const QString&, const QString&, const QString&)': Fontmap.cpp:199: warning: suggest explicit braces to avoid ambiguous 'else' Fontmap.cpp: In function 'QString locateFile(const char*, const char*, int)': Fontmap.cpp:256: warning: suggest explicit braces to avoid ambiguous 'else' make[5]: *** [Fontmap.o] Error 1 Anyone know of a fix? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
