|
keep getting this error while running
make stuff
Please specify prototyping behavior for stuff.xs
(see perlxs manual) cc -c -I/usr/include/rpm `gtk-config --cflags` -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fpic -I/usr/lib/perl5/5.6.0/i386-linux/CORE -DHIGHFIRST -D"MD5Name(x)=x" stuff.c stuff.xs: In function `XS_c__stuff_isBurner': stuff.xs:146: `CDC_CD_RW' undeclared (first use in this function) stuff.xs:146: (Each undeclared identifier is reported only once stuff.xs:146: for each function it appears in.) stuff.c: In function `XS_c__stuff_crypt_md5': stuff.c:357: warning: assignment makes pointer from integer without a cast stuff.xs: In function `XS_c__stuff_prom_getopt': stuff.xs:360: warning: assignment makes pointer from integer without a cast stuff.xs: In function `XS_c__stuff_prom_getproperty': stuff.xs:379: warning: assignment makes pointer from integer without a cast stuff.xs: In function `XS_c__stuff_prom_getstring': stuff.xs:393: warning: assignment makes pointer from integer without a cast stuff.c: In function `XS_c__stuff_disk2PromPath': stuff.c:751: warning: assignment makes pointer from integer without a cast stuff.c: In function `XS_c__stuff_promRootName': stuff.c:781: warning: assignment makes pointer from integer without a cast make[1]: *** [stuff.o] Error 1 make[1]: Leaving directory `/home/m/gi/perl-install/c' make: *** [stuff] Error 2 |
