7 Dec 12:31
apr files not picked up?
From: Alexander Skwar <alexanders.mailinglists+nospam <at> gmail.com>
Subject: apr files not picked up?
Newsgroups: gmane.comp.sysutils.backup.fsvs.devel
Date: 2007-12-07 11:32:29 GMT
Subject: apr files not picked up?
Newsgroups: gmane.comp.sysutils.backup.fsvs.devel
Date: 2007-12-07 11:32:29 GMT
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
(Continue reading)
RSS Feed