bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 0.99.1 doesn't build outside of source directory


From: David Sugar
Subject: Re: 0.99.1 doesn't build outside of source directory
Date: Tue, 26 Mar 2002 20:21:02 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

Hmm...this is an interesting situation with the seperate include directory tree...perhaps rather than using -I../include, we should use -I$(top_srcdir)/include??

Mike Castle wrote:

tar xzf commoncpp2-0.99.1.tar.gz
mkdir commoncpp2-0.99.1-build
cd commoncpp2-0.99.1-build
../commoncpp2-0.99.1/configure
make

Get this:

c++ -DHAVE_CONFIG_H -I. -I../../commoncpp2-0.99.1/src -I../include 
-I../../commoncpp2-0.99.1/src -I/usr/include/libxml2/libxml 
-I/usr/include/libxml2 -I../src -DCCXX_EXPORT_LIBRARY -g -O2 -D_GNU_SOURCE 
-D_REENTRANT -D_THREAD_SAFE -c ../../commoncpp2-0.99.1/src/thread.cpp -fPIC 
-DPIC -o .libs/thread.lo
../../commoncpp2-0.99.1/src/thread.cpp:41: cc++/common.h: No such file or 
directory

address@hidden:44pm]/usr/src/commoncpp(524) find . -name common.h
./commoncpp2-0.99.1/include/cc++/common.h


Cheers,
mrc






reply via email to

[Prev in Thread] Current Thread [Next in Thread]