On Sunday, 8. May 2005 19:03, [EMAIL PROTECTED] wrote: > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include > -I/usr/X11R6/include > > -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT > -I/usr/local/include > > -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE > -DNDEBUG -02 -0 -pipe -MT > > kompmgr.o -MD -MP -MF ".deps/kompmgr.Tpo" -c -o kompmgr.o kompmgr.c;\ > > then mv -f ".deps/kompmgr.Tpo" ".deps/kompmgr.Po"; else rm -f > ".deps/kompmgr.Tpo"; exit 1; fi > > *** Error code 2
Are you sure this is the complete output and not just stdout? I'm asking because there's no actual error message there, just the return code from make. My guess is you've been typing 'make' in a port directory without being the superuser and compilation fails because the compiler cannot write to disk. Make sure to get root privileges first. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
pgpizwMPn0lR1.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
