Hi,

I have some problem to install the xerces1.7.0 under solaris. I used
gnutar to untar the file and run the runConfigure. It seems fine to me.
When I tried to compile (use gnumake), I got the following error:


gnumake[1]: *** [includes] Error 2
gnumake[1]: Leaving directory
`/usr/local/projects/rbsiv/sst/xcerses/xerces-c-src1_7_0/src/xercesc/util'

gnumake: *** [Prepare] Error 2

The same procedure works on xerces1.6.0. Comparing the Makefile under
src between the two version, the difference is :
${MAKE} -C $(UTIL_DIR) includes  (1.7.0) verse
${CD} $(UTIL_DIR) ; $(MAKE) includes ; ${CD} .. (1.6.0)

I change the Makefile to the same as in 1.6.0 (several places), I got
some other error (some *.hpp file not found).

What's the problem for this?

Thanks

Yingchun



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to