You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/04/16 16:47:36 UTC

DO NOT REPLY [Bug 8168] New: - Error when attempting to build NetAccessors

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8168>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8168

Error when attempting to build NetAccessors

           Summary: Error when attempting to build NetAccessors
           Product: Xerces-C++
           Version: 1.7.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: patois@calvix.org


As I dont know well this package, I reported exact actions and results.
It seems that NetAccessors miss a Makefile.

$ tar zxvf xerces-c-src1_7_0.tar.gz
[...]
$ cd xerces-c-src1_7_0
$ export XERCESCROOT=`pwd`
$ echo $XERCESCROOT
/scratch/RPMbuildSpace/packaged/prv/xerces/xerces-c-src1_7_0
$ cd src/xercesc/
$ sh ./runConfigure -plinux -cgcc -xg++ -minmem -nfileonly -tnative  -P
/scratch/RPMbuildSpace/packaged/prv
[...]
If the result of the above commands look OK to you, go to the directory
/scratch/RPMbuildSpace/packaged/prv/xerces/xerces-c-src1_7_0/src/xercesc
and type "gmake" to make the XERCES-C system.
$ make
[...]
cp -fp CppErrMsgs_EN_US.hpp InMemMsgLoader.hpp
/scratch/RPMbuildSpace/packaged/prv/xerces/xerces-c-src1_7_0/include/xercesc
/util/MsgLoaders/InMemory
make[2]: Leaving directory
`/scratch/RPMbuildSpace/packaged/prv/xerces/xerces-c-src1_7_0/src/xercesc/ut
il/MsgLoaders/InMemory'
make -C NetAccessors/ includes
make[2]: Entering directory
`/scratch/RPMbuildSpace/packaged/prv/xerces/xerces-c-src1_7_0/src/xercesc/ut
il/NetAccessors'
make[2]: *** No rule to make target `includes'.  Stop.
...

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org