Mailing List Archive

Build errors
At revision 2458.

lib/KinoSearch.xs -> lib/KinoSearch.c
Use of uninitialized value in hash element at
/usr/local/lib/perl5/5.8.4/ExtUtils/ParseXS.pm line 671, <GEN115> line 4234.
Use of uninitialized value in hash element at
/usr/local/lib/perl5/5.8.4/ExtUtils/ParseXS.pm line 736, <GEN115> line 4234.
Error: 'kino_Native *' not in typemap in KinoSearch.xs, line 4232
Error: 'kino_Native *' not in typemap in KinoSearch.xs, line 4236
Error: 'kino_Native *' not in typemap in KinoSearch.xs, line 4245
Error: 'kino_Native *' not in typemap in KinoSearch.xs, line 4259
Error: 'kino_Native *' not in typemap in KinoSearch.xs, line 4269
Error: 'kino_Native *' not in typemap in KinoSearch.xs, line 4279
cc -I. -I../c_src/r -I../c_src
-I/usr/local/lib/perl5/5.8.4/darwin-2level/CORE -DXS_VERSION="0.20_03"
-DVERSION="0.20_03" -c -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp
-DPERL_DEBUGGING_MSTATS -DDEBUGGING -fno-strict-aliasing
-I/usr/local/include -g -o lib/KinoSearch.o lib/KinoSearch.c
lib/KinoSearch.xs: In function 'XS_KinoSearch__Schema__set_or_get':
lib/KinoSearch.xs:295: warning: dereferencing 'void *' pointer
lib/KinoSearch.xs:295: error: request for member 'obj' in something not a
structure or union

--
Chris Nandor pudge@pobox.com http://pudge.net/
Slashdot / SourceForge pudge@slashdot.org http://slashdot.org/
Build errors [ In reply to ]
On May 31, 2007, at 7:16 PM, Chris Nandor wrote:

> At revision 2458.

I just checked out that revision and got a clean build. Please try...

./Build distclean
perl Build.PL
./Build test

When in doubt, perform a distclean.

Please let me know if you still experience difficulties.

Marvin Humphrey
Rectangular Research
http://www.rectangular.com/
Build errors [ In reply to ]
At 19:27 -0700 2007.05.31, Marvin Humphrey wrote:
>On May 31, 2007, at 7:16 PM, Chris Nandor wrote:
>
>> At revision 2458.
>
>I just checked out that revision and got a clean build. Please try...
>
> ./Build distclean
> perl Build.PL
> ./Build test
>
>When in doubt, perform a distclean.
>
>Please let me know if you still experience difficulties.

I did a make realclean. Didn't know about ./Build distclean, but now I try
it, and that didn't help anyway: I still get the error.

But now I realize I foolishly neglected to svn update under trunk/, but did
so under perl/. Problem solved!

--
Chris Nandor pudge@pobox.com http://pudge.net/
Slashdot / SourceForge pudge@slashdot.org http://slashdot.org/