HI
By following the build instructions, i have given the
following commands :
runConfigure -pmacosx -cgcc -xg++ -minmem -nsocket -tnative -rpthread this command is successful,
next i gave command
gnumake
Now the build is
successful.
Then i checked the object files directory., i don't
find any object file related to SAX2PrintHandler.
Then i thought i need to
build samples directory as mentioned in the build
instructions.
To do so, i have given the
following command at prompt
xerces-c-src_2_6_0/samples/SAX2Print>
../../../src/xercesc/runConfigure -pmacosx -cgcc -xg++
-minmem -tnative -rpthread
above command has failed
with following output...
Generating makefiles with
the following options ...
Platform: macosx C Compiler: gcc
C++ Compiler: g++ Message Loader: inmem Net Accessor: socket Transcoder: native Thread option: pthread bitsToBuild option: 32 Extra compile options: Extra link options: Extra configure options: Debug is OFF ./configure:
./configure: No such file or directory
can some body tell me, what
is the correct procedure to build the samples/SAX2Print directory ( rather build
the samples).
Thanks in advance
-Prasad
From: James Berry [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 1:07 AM To: xerces-c-dev@xml.apache.org Cc: 'prasad sankaramanchi (WT01 - TELECOM SOLUTIONS)' Subject: Re: regd XERCES-C++ compilation on MAC OS Prasad,
Please be sure to read (and follow) the build instructions here:
http://xml.apache.org/xerces-c/build-other.html#Mac
Note that if you simply mounted or copied files from your windows machine
to your mac machine, you may have run into an issue of conflicting line ending
formats. You'll want to extract from the appropriate archive for the Mac.
-jdb
On Feb 28, 2005, at 1:21 AM, svlprasad wrote:
|
- regd XERCES-C++ compilation on MAC OS svlprasad
- Re: regd XERCES-C++ compilation on MAC OS James Berry
- RE: regd XERCES-C++ compilation on MAC OS svlprasad
- RE: regd XERCES-C++ compilation on MAC OS Alberto Massari