Unable to build Perlator
------------------------

                 Key: UIMA-438
                 URL: https://issues.apache.org/jira/browse/UIMA-438
             Project: UIMA
          Issue Type: Bug
          Components: C++ Framework
    Affects Versions: 2.1
         Environment: Perl 5.8.8, swig 1.3.29, swig 1.3.31, gcc 4.1.2, ubuntu 
linux 7.04
            Reporter: Andrew Borthwick


I am unable to build perlator in uima cpp 2.1.0 RC0.  I get the following 
output when I try to make:

$make
swig -outdir . -c++ -perl -external-runtime uimaperlwrap.h
g++ -Wall -x c++ -DDEBUG -g -fno-inline -fno-default-inline -fPIC 
-I/home/andrew/uima/uimacpp/include -I/home/andrew/uima/uimacpp/include/apr-1 
-I/home/andrew/uima/uimacpp/include/apr-0 -fPIC -g `perl -MExtUtils::Embed -e 
ccopts` -DSWIG1_3_29 -I.. -Wno-deprecated -c Perltator.cpp
swig -o uima_wrap.cxx -outdir . -c++ -perl ../uima.i
g++ -Wall -x c++ -DDEBUG -g -fno-inline -fno-default-inline -fPIC 
-I/home/andrew/uima/uimacpp/include -I/home/andrew/uima/uimacpp/include/apr-1 
-I/home/andrew/uima/uimacpp/include/apr-0 -fPIC -g `perl -MExtUtils::Embed -e 
ccopts` -DSWIG1_3_29 -I.. -Wno-deprecated -c uima_wrap.cxx
uima_wrap.cxx: In function 'void boot_perltator(PerlInterpreter*, CV*)':
uima_wrap.cxx:5154: warning: unused variable 'items'
g++  Perltator.o uima_wrap.o \
        -shared  -g `perl -MExtUtils::Embed -e ldopts`   
-L/home/andrew/uima/uimacpp/lib -luima  \
        -o perltator.so
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make: *** [perltator.so] Error 1


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to