[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep-base doc
From: |
eh666 |
Subject: |
Re: gnustep-base doc |
Date: |
Mon, 16 Jun 2003 14:16:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3 |
Richard Frith-Macdonald wrote:
On Saturday, June 14, 2003, at 09:17 pm, eh666 wrote:
How to build doc for gnustep-base with no previous base installed ?
1. build gnustep-base
2. move to the Documentation subdirectory
3. run make
eg.
cd your-path-to-source/base
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
make
cd Documentation
make
That doesn t work :
...
Making all for doc Base...
No libxml - processing of autogsdoc files skipped
Making all for doc BaseAdditions...
No libxml - processing of autogsdoc files skipped
rm -f Base.gsdoc
rm -f BaseAdditions.gsdoc
rmdir Base
rmdir: `Base': No such file or directory
make[2]: *** [after-all] Error 1
make[2]: Leaving directory
`/home/dev/Step/base/test/gnustep-base-1.7.0/Source'
make[1]: *** [after-all] Error 2
make[1]: Leaving directory
`/home/dev/Step/base/test/gnustep-base-1.7.0/Documentation'
make: *** [build-indep-stamp] Error 2
I have a libxml 2.5.7
>xml2-config --version
>2.5.7
in config.log :
...
configure:11367: checking for xml2-config
configure:11385: found /usr/bin/xml2-config
configure:11398: result: /usr/bin/xml2-config
configure:11450: checking for libxml - version >= 2.3.0
configure:11553: cc -o conftest -g -O2 -I/usr/include/libxml2
-fgnu-runtime -I/usr/lib/GNUstep/System/Library/Headers
-L/usr/lib/GNUstep/System/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu
-L/usr/lib/GNUstep/System/Library/Libraries/ix86/linux-gnu conftest.c
-lxml2 -lz -lpthread -lm -lz -lcallback -lavcall >&5
cc1: warning: "-fgnu-runtime" is valid for ObjC but not for C/C++
configure:11556: $? = 0
configure:11558: ./conftest
configure:11561: $? = 0
configure:11580: result: yes