reneeb has asked for the wisdom of the Perl Monks concerning the following question:
gcc -c -I. -I/usr/lib/pl-5.2.6/include -DPERL_USE_SAFE_PUTENV -fno-st +rict-alias ing -pipe -I/usr/local/include -DUSEIMPORTLIB -g -O0 -DVERSION=\"0.0 +7\" -DXS_V ERSION=\"0.07\" "-I/usr/lib/perl5/5.8/cygwin/CORE" opaque.c opaque.c:13: error: parse error before "perl_opaque" opaque.c:13: warning: data definition has no type or storage class opaque.c: In function `perl_opaque_acquire': opaque.c:19: error: `PL_blob_t' undeclared (first use in this function +) opaque.c:19: error: (Each undeclared identifier is reported only once opaque.c:19: error: for each function it appears in.) opaque.c:19: error: `type' undeclared (first use in this function) opaque.c:20: warning: initialization makes pointer from integer withou +t a cast opaque.c: In function `perl_opaque_release': opaque.c:30: error: `PL_blob_t' undeclared (first use in this function +) opaque.c:30: error: `type' undeclared (first use in this function) opaque.c:31: warning: initialization makes pointer from integer withou +t a cast opaque.c: In function `perl_opaque_write': opaque.c:43: error: `PL_blob_t' undeclared (first use in this function +) opaque.c:43: error: `type' undeclared (first use in this function) opaque.c:44: warning: initialization makes pointer from integer withou +t a cast opaque.c: At top level: opaque.c:51: error: parse error before "perl_opaque" opaque.c:52: error: `PL_BLOB_MAGIC' undeclared here (not in a function +) opaque.c:52: error: initializer element is not constant opaque.c:52: error: (near initialization for `perl_opaque') opaque.c:53: error: `PL_BLOB_UNIQUE' undeclared here (not in a functio +n) opaque.c:53: error: `PL_BLOB_NOCOPY' undeclared here (not in a functio +n) opaque.c:53: warning: excess elements in scalar initializer opaque.c:53: warning: (near initialization for `perl_opaque') opaque.c:54: warning: excess elements in scalar initializer opaque.c:54: warning: (near initialization for `perl_opaque') opaque.c:55: warning: excess elements in scalar initializer opaque.c:55: warning: (near initialization for `perl_opaque') opaque.c:56: warning: excess elements in scalar initializer opaque.c:56: warning: (near initialization for `perl_opaque') opaque.c:57: warning: excess elements in scalar initializer opaque.c:57: warning: (near initialization for `perl_opaque') opaque.c:58: warning: excess elements in scalar initializer opaque.c:58: warning: (near initialization for `perl_opaque') opaque.c:59: warning: data definition has no type or storage class opaque.c: In function `pl_get_perl_opaque': opaque.c:106: error: `PL_blob_t' undeclared (first use in this functio +n) opaque.c:106: error: `type' undeclared (first use in this function) make[1]: *** [opaque.o] Error 1 make[1]: Leaving directory `/home/Renee/.cpan/build/Language-Prolog-Ya +swi-0.08/L ow' make: *** [subdirs] Error 2 /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems installing Language::Prolog::Yaswi
by Madcap Laughs (Acolyte) on Jan 12, 2006 at 06:33 UTC | |
by reneeb (Chaplain) on Jan 14, 2006 at 00:49 UTC | |
by Madcap Laughs (Acolyte) on Jan 14, 2006 at 05:32 UTC | |
by reneeb (Chaplain) on Jan 15, 2006 at 08:03 UTC | |
by Madcap Laughs (Acolyte) on Jan 15, 2006 at 08:36 UTC |