Hello again :)

I'm trying to get fsvs to compile on a Solaris 10 Sparc
system. To configure, I ran:

CC=/opt/csw/gcc4/bin/gcc CPP=/opt/csw/gcc4/bin/cpp \
 LDFLAGS="-L/opt/csw/lib -L/opt/csw/apache2/lib -L/opt/csw/lib/svn" \
 CPPFLAGS="-I/opt/csw/include -I/opt/csw/apache2/include 
-I/opt/csw/include/subversion-1" \
 PATH=/opt/csw/gcc4/bin:/opt/csw/gnu:/opt/csw/bin:$PATH \
 ./configure \
 --prefix=$HOME/.software --with-aprinc=/opt/csw/apache2/include \
 --with-aprlib=/opt/csw/apache2/lib --with-svnlib=/opt/csw/lib/svn \
 --with-svninc=/opt/csw/include/subversion-1

Now I'm trying to "make" it:

CC=/opt/csw/gcc4/bin/gcc CPP=/opt/csw/gcc4/bin/cpp \
 LDFLAGS="-L/opt/csw/lib -L/opt/csw/apache2/lib -L/opt/csw/lib/svn" \
 CPPFLAGS="-I/opt/csw/include -I/opt/csw/apache2/include 
-I/opt/csw/include/subversion-1" \
 PATH=/opt/csw/gcc4/bin:/opt/csw/gnu:/opt/csw/bin:$PATH \
 /opt/csw/bin/gmake

During compilation, I get a lot of these:

In file included from options.h:13,
                 from warnings.h:13,
                 from warnings.c:14:
global.h:19:21: error: apr_md5.h: No such file or directory
global.h:20:25: error: apr_file_io.h: No such file or directory
     deps for waa.c

Complete compile log can be found at 
<http://public-files.askwar.s3.amazonaws.com/fsvs/fsvs-compile-log.txt>.

Any idea, about why the apr files (eg. apr_md5.h, apr_file_io.h, etc.pp.)
aren't found? They are in the aprinc dir:

--($:~/Source/fsvs)-- ls -la /opt/csw/apache2/include/apr_md5.h
-rw-r--r--    1 root     bin          5426 Feb 19  2007 
/opt/csw/apache2/include/apr_md5.h

Cheers,

Alexander Skwar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to