[libxsd-frontend-users] Unable to build libxsd-frontend-2.0.0 because of cutl

Renaud Marteleur rmartele at gmail.com
Thu Feb 4 08:20:25 EST 2016


It worked!

In the step-by-step guide I referenced (
http://www.codesynthesis.com/projects/xsd/extras/build-unix.xhtml), the
last step was then to build XSD. I did it, and I had to do the same things:

   - "y" to "Would you like to configure dependency on the installed version
   of 'libcutl' as opposed to the development build?"
   - "-L/usr/local/lib" to "Please enter any extra C++ linker options."


I am now able to run the "xsd" executable and generate some code.

Thanks a lot for the quick help.

Renaud

Le jeu. 4 févr. 2016 à 09:16, Boris Kolpackov <boris at codesynthesis.com> a
écrit :

> Hi Renaud,
>
> Renaud Marteleur <rmartele at gmail.com> writes:
>
> > I tried to answer "y" instead of "n" to this question: "Would you like to
> > configure dependency on the installed version of 'libcutl' as opposed to
> > the development build?".
>
> Yes, that's the correct answer in your case since you've installed it.
>
>
> > It allowed me to go further (I think some files were compiled...) and I
> > ended up with this error message "make: *** No rule to make target
> > `-lcutl' [...]
>
> I think the compiler does not search /usr/local/lib for libraries by
> default. Try adding -L/usr/local/lib when asked for extra C++ linker
> options.
>
> Boris
>


More information about the libxsd-frontend-users mailing list