develooper Front page | perl.perl5.porters | Postings from May 2003

ji_04_t.c: little fun when building perl on FreeBSD

Thread Next
From:
Enache Adrian
Date:
May 12, 2003 01:56
Subject:
ji_04_t.c: little fun when building perl on FreeBSD
Message ID:
20030512085627.GA796@ratsnest.hole
/opt/bin/gcc -c  -I../Encode  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -g    -DVERSION=\"1.25\"  -DXS_VERSION=\"1.25\" -DPIC -fpic "-I../../.."   ji_04_t.c
ji_04_t.c:118:41: missing terminating " character
ji_04_t.c:119: warning: initialization makes integer from pointer without a cast
ji_04_t.c:119: error: initializer element is not computable at load time
ji_04_t.c:119: error: (near initialization for `enctable[2034]')
ji_04_t.c:119: error: parse error before numeric constant
*** Error code 1

Stop in /opt/scratch/perl/bleadperl/ext/Encode/JP.
*** Error code 1

Stop in /opt/scratch/perl/bleadperl/ext/Encode.
*** Error code 1

Stop in /opt/scratch/perl/bleadperl.
$ rm `find . -name ji_04_t.c`
$ make test_harness
	AutoSplitting perl library

[...]

All tests successful, 22 tests and 342 subtests skipped.

I guess the recent smokes died at the same point (?).
At ji_04_t.c:119 was something like C<, "19, 134> or so.

Regards,
Adi

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About