Skip to Content.
Sympa Menu

mace-opensaml-users - Build note for cpp-xmltooling developers

Subject: OpenSAML user discussion

List archive

Build note for cpp-xmltooling developers


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: Build note for cpp-xmltooling developers
  • Date: Wed, 16 May 2007 23:32:32 -0400

For the few out there who have been doing builds, I've just checked in new
makefiles for the Unix version that will create two different libraries
unless the --without-xmlsec option is used.

libxmltooling.so is the same as it is now, and libxmltooling-lite.so is a
version built without XML Security or SOAP client support. The lite version
won't be linked to OpenSSL or XML-Security, so the footprint should be less
invasive.

(The --without-xmlsec option will just block it from building the full
version but still produces the -lite version.)

I'm not done with this change yet, it's still linking the -lite version to
libcurl, but I'll be changing that. The Windows project isn't changed yet
either.

The Makefiles were fairly hard to do, so I could easily have broken
something, if you run into anything that was working, just file a bug.

I also haven't actually finalized what will be in the -lite version, so if
there are specific features that people are using and would like to see stay
in that build, you can let me know that too.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page