Subject: Can't compile openmotif-2.1.30 on -current
To: None <current-users@netbsd.org>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: current-users
Date: 12/06/2001 20:11:51
Hi, I rebuild the -current system on my box yesterday:
NetBSD rxgpc.sparqnet.net 1.5Z NetBSD 1.5Z (HIVE) #0: Wed Dec 5 03:03:16 CST 2001 rxg@rxgpc.sparqnet.net:/usr/src/sys/arch/i386/compile/HIVE i386
and try to install openmotif-2.1.30 from pkgsrc,
then I get these error messages when I compile it:
===> Building for openmotif-2.1.30
Building Release 2.1.30 of Motif
I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.
Thu Dec 6 19:52:28 CST 2001
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" clean
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
make Makefile.boot
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS=""
making imake with BOOTSTRAPCFLAGS= in config/imake
cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c
cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
./config/imake/imake: No such file or directory
./config/imake/imake: Cannot exec /usr/libexec/cpp.
Stop.
./config/imake/imake: Exit code 1.
Stop.
*** Error code 1
Stop.
Could someone explain what thing is wrong? Thanks!
Best Regards
-rxg