You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by duglew <le...@objectcomputing.com> on 2018/09/20 13:39:45 UTC

Xerces-C on VxWorks 7

Has anyone successfully built Xerces-C for VxWorks on a Windows 10 host?

My specific issue is that when I run cmake it could not find the following
ICU components:
- uc
- data

Another engineer has successfully built Xerces-C on a Linux host.

Thanks,
Doug




--
Sent from: http://apache-xml-project.6118.n7.nabble.com/Xerces-C-Users-f3745.html

Re: Xerces-C on VxWorks 7

Posted by duglew <le...@objectcomputing.com>.
Well to make sure I had clean copies of the output file and error file I
"cleaned" out my build directory and executed the cmake and before I get to
the ICU issues I must have some environment variables incorrect because
compiles are using the wrong compilers.  So I will work on making sure my
environment variables are setup correctly and then try to build this again
in a couple of days, I need to work on another project for a couple days.

Thanks,
Doug




--
Sent from: http://apache-xml-project.6118.n7.nabble.com/Xerces-C-Users-f3745.html

Re: Xerces-C on VxWorks 7

Posted by Roger Leigh <rl...@codelibre.net>.
On 20/09/18 14:39, duglew wrote:
> as anyone successfully built Xerces-C for VxWorks on a Windows 10 host?
> 
> My specific issue is that when I run cmake it could not find the following
> ICU components:
> - uc
> - data
> 
> Another engineer has successfully built Xerces-C on a Linux host.

What did you see in the CMakeOutput.txt and CMakeError.txt logfiles?  So 
long as ICU is on the search path (CMAKE_PREFIX_PATH or ICU_ROOT) it 
should be found.  While I haven't used VxWorks, I have tested it with 
Visual Studio 2013 and 2015 on Windows.


Regards,
Roger