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 "MDC A." <co...@yahoo.es> on 2002/01/10 12:10:46 UTC

Problems building Xerces on Solaris 2.8

Hi,
I want to build xerces on Solaris 2.8 with the
compilers
SUNWspro4.2/bin/CC and cc. I execute runconfigure like
this:

                runConfigure -psolaris -ccc
-x/utils/SUNWspro4.2/bin/CC -minmem -nsocket -tnative
-rpthread

and it works ok, but when I try to compile with 'make'
it doesn't work
and I get the following error:

make: Fatal error in reader: Makefile.incl, line 103:
Unexpected end of
line seen

thanks for your help and time

_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger
Comunicación instantánea gratis con tu gente.
http://messenger.yahoo.es

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


RE: Transcoding XMLCh* to normal string.

Posted by Mark Weaver <ma...@npsl.co.uk>.
Make a DOMString out of it and use DOMString::transcode:

XMLCh* xmlstr; //...
char* str = DOMString(xmlstr).transcode();

> -----Original Message-----
> From: Henna Ilvonen [mailto:henna.ilvonen@intellitel.com]
> Sent: 11 January 2002 09:04
> To: xerces-c-dev@xml.apache.org
> Subject: Transcoding XMLCh* to normal string.
>
>
> Hi,
>  I'm trying to use IDOM instead of DOM and make my existing program use
> it. Only problem seems to be transcoding XMLCh*-format variables to normal
> strings and back. Does anybody have solution? Thanks again,
>
>  Henna
>
> ------------------------------------------
> Henna Ilvonen - Software Engineer
> Intellitel Communications Ltd.
> henna.ilvonen@intellitel.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>
>


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


Transcoding XMLCh* to normal string.

Posted by Henna Ilvonen <he...@intellitel.com>.
Hi,
 I'm trying to use IDOM instead of DOM and make my existing program use
it. Only problem seems to be transcoding XMLCh*-format variables to normal
strings and back. Does anybody have solution? Thanks again,

 Henna

------------------------------------------
Henna Ilvonen - Software Engineer
Intellitel Communications Ltd.
henna.ilvonen@intellitel.com


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


Re: Problems building Xerces on Solaris 2.8

Posted by "MDC A." <co...@yahoo.es>.
Thank you very much Martin, now it works correctly.
 
 Ainhoa


 --- Martin Kalen <ma...@todaysystems.com.au>
escribió: > > make: Fatal error in reader:
Makefile.incl, line
> 103:
> > Unexpected end of
> > line seen
> 
> You will need GNU make to make Xerces-C (to mee,
> this looks like a
> complaint from the SUN maker).
> 
> Sunfreeware.com has pre-complied binaries for you at
> http://www.sunfreeware.com/ (look for
> "make-3.79.1").
> 
> Good luck,
>  Martin
> --


_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger
Comunicación instantánea gratis con tu gente.
http://messenger.yahoo.es

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


Re: Problems building Xerces on Solaris 2.8

Posted by Martin Kalen <ma...@todaysystems.com.au>.
> make: Fatal error in reader: Makefile.incl, line 103:
> Unexpected end of
> line seen

You will need GNU make to make Xerces-C (to mee, this looks like a
complaint from the SUN maker).

Sunfreeware.com has pre-complied binaries for you at
http://www.sunfreeware.com/ (look for "make-3.79.1").

Good luck,
 Martin
--
Martin Kalen
Software Engineer
TODAY Systems, Inc.
http://www.todaysystems.com.au/
Tel +61-3-9536 3900 - Fax +61-3-9536 3901


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