From contact at ericlevy.name Thu Oct 17 12:13:09 2013 From: contact at ericlevy.name (Eric Levy) Date: Thu Oct 17 12:13:19 2013 Subject: [xsde-users] building xsde Message-ID: <52600C95.5070101@ericlevy.name> Hello, I just discover XSD/e and would like to begin tinkering. I pulled the source repositories called xsde and xsde+dev from git on scm.codesynthesis.com. (I did not checkout a tagged version.) However, make fails on both projects: =============== .../xsde$ make build/bootstrap.make:16: build-0.3/bootstrap.make: No such file or directory make: *** No rule to make target `build-0.3/bootstrap.make'. Stop. .../xsde+dep$ make makefile:6: build-0.3/bootstrap.make: No such file or directory make: *** No rule to make target `build-0.3/bootstrap.make'. Stop. =============== For reference, I am running on Ubuntu IA-64. Would someone be able to help me get started? Eric Levy From boris at codesynthesis.com Fri Oct 18 10:04:11 2013 From: boris at codesynthesis.com (Boris Kolpackov) Date: Fri Oct 18 10:06:35 2013 Subject: [xsde-users] building xsde In-Reply-To: <52600C95.5070101@ericlevy.name> References: <52600C95.5070101@ericlevy.name> Message-ID: Hi Eric, Eric Levy writes: > I pulled the source repositories called xsde and xsde+dev from > git on scm.codesynthesis.com. Building XSD/e from source is a bit involved. Building it from git is more involved yet. This page lists all the dependencies and links to build instructions for the released version: http://codesynthesis.com/projects/xsde/ For the git version, the xsde+dep approach is now obsolete so you will need to use the full version. For the full version the only prerequisites that you will need are Xerces-C++, libcutl (note: not libcult) and libxsd-frontend. The latter two must also come from git. Also, as I mentioned to you in a private email, it is much easier to use a pre-built binary. Boris