Open Phrogz opened 6 years ago
FWIW, downloading and installing Xerces 3.2.2 manually also fails. However, downloading 3.1.4 from the archive and installing that allowed the uSCXML install to proceed past this point.
Hey Gavin,
yes, I am aware of the xercesc issue - they removed the archive from their HTTP repository. I just could not find the time yet to update the build scripts as my current job took me elsewhere. I'll gather a few issues and see when/if I find some time to update uSCXML.
Hi @Phrogz , trying to install on Windows and getting the same issue. How did you install Xerces?
I managed to get it working with the following (hacked) modified contrib/cmake/BuildXercesC.cmake
file. The changes are for build on MSVC 17.x with Win10 SDK 10.0.17134.0, which is just what happens to be installed on my machine.
On Raspberry Pi at least the command is:
sudo apt-get install libxerces-c3.2
Do not get your hopes up though. You're going to run into more / new errors after this.
On a fresh clone, running
cmake .. && make
fails: