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 Kent Leonard <ke...@spectel.com> on 2004/03/11 22:49:57 UTC

Is xerces-c portable to UnixWare with native CC?

I'm trying to get xerces-c running on Unixware 7.1.1 with the native Unixware c++ compiler (not gcc). I'm using the 2.5.0 release

This wouldn't be my choice of O/S and compiler, but circumstances dictate the choice.

So far I've got autoconf and config to run. The build has had a few problems. For example, there are Compilers/SCOCCDefs.cpp/.hpp file, but they didn't define some necessary procedures (stricmp() and strnccmp()). And there's a Unixware/UnixWarePlatformUtils.cpp file, but it fails to scope "PanicReasons" with "PanicHandler::PanicReasons". 

So far these problems are fixable, but I'm trying to decide if this is a reasonable task, or a very large one. And I haven't gotten to linking or running the tests.

Has anyone done this port? Is there any experience I could piggy-back?

Thanks,
Kent Leonard
Spectel
200 Minuteman Road
Andover, MA 01810


Re: Is xerces-c portable to UnixWare with native CC?

Posted by Vitaly Prapirny <ma...@mebius.net>.
Hi,

I've created the bugreport 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26953 a month ago 
about this issue with proposed patch. You can try the patch and look if 
it works.

Good luck !

Kent Leonard wrote:

> I'm trying to get xerces-c running on Unixware 7.1.1 with the native 
> Unixware c++ compiler (not gcc). I'm using the 2.5.0 release
> 
> This wouldn't be my choice of O/S and compiler, but circumstances 
> dictate the choice.
> 
> So far I've got autoconf and config to run. The build has had a few 
> problems. For example, there are Compilers/SCOCCDefs.cpp/.hpp file, but 
> they didn't define some necessary procedures (stricmp() and strnccmp()). 
> And there's a Unixware/UnixWarePlatformUtils.cpp file, but it fails to 
> scope "PanicReasons" with "PanicHandler::PanicReasons".
> 
> So far these problems are fixable, but I'm trying to decide if this is a 
> reasonable task, or a very large one. And I haven't gotten to linking or 
> running the tests.
> 
> Has anyone done this port? Is there any experience I could piggy-back?
> 
> Thanks,
> Kent Leonard
> Spectel
> 200 Minuteman Road
> Andover, MA 01810
> 


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