On Mon, Nov 06, 2000 at 04:22:02PM -0800, Brad Joyce said:
[root@mail Cdk]# make cc -c -I/usr/include/ncurses -I/home/glover/local/include/cdk -Dbool=char -D HAS_ BOOL -I/usr/local/include -O2 -DVERSION=\"4.9.6\" -DXS_VERSION=\"4.9.6\" -fpi c -I/usr/lib/perl5/5.00503/i386-linux/CORE -DHAVE_USLEEP -DHAVE_NCURSES -DHA VE_C OLOR -DCDK_PERL_EXT Cdk.c Cdk.xs:5: cdk.h: No such file or directory make: *** [Cdk.o] Error 1 [root@mail Cdk]#
INC = -I/usr/include/ncurses -I/home/glover/local/include/cdk
to something like:
INC = -I/usr/include/ncurses -I/usr/local/include/cdk
I tried this but same problem as above
around line 95, as I recall
I must have the wrong Makefile.PL mine is nowhere near that long.
Doh, sorry, edit the Makefile , not the Makefile.PL (the Makefile is generated by the 'perl Makefile.PL' run - you can edit it and then run make. Cheers Si -- Simon Blake simon@katipo.co.nz Katipo Communications +64 25 300 825