You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Scott Grayban <sg...@gmail.com> on 2008/03/28 05:08:20 UTC

Perl libs build errors

I am trying to compile the perl bindings for subversion  1.4.6 and have 
run into a error that maybe someone might be able to help me with?

gcc -c  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include   
-I../../../../../subversion/bindings/swig/perl/libsvn_swig_perl  
-I../../../../../subversion/include  -I../../../../../subversion  
-I../../../../../subversion/bindings/swig -g -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -pipe 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fomit-frame-pointer -march=i586 
-mtune=generic -fasynchronous-unwind-tables   -DVERSION=\"\" 
-DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.8.8/i386-linux/CORE"   core.c
In file included from /usr/include/apr-1/apr_pools.h:37,
                 from ../../../../../subversion/include/svn_time.h:25,
                 from core.c:1537:
/usr/include/apr-1/apr.h:270: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘apr_off_t’
In file included from ../../../../../subversion/include/svn_string.h:71,
                 from ../../../../../subversion/include/svn_props.h:30,
                 from 
../../../../../subversion/include/svn_error_codes.h:48,
                 from ../../../../../subversion/include/svn_error.h:48,
                 from ../../../../../subversion/include/svn_time.h:28,
                 from core.c:1537:

There are a lot more errors but I just pasted the first couple in hopes 
that someone else has had the same issue.

If anyone has a clue please let me know.

Scott