[Graph] BGL python extension SVN version didn't link
Hi, I tried to build the BGL from the latest SVN version and had some link errors to do with expat. My changes to fix these were the following: Add the following to the $(EXTRA_REQUIREMENTS) in bgl-python\build\Jamfile <define>XML_STATIC and add <define>XML_STATIC to the requirements for lib expat in bgl-python\vendor\expat-2.0.0\Jamfile I hope that helps someone or else someone can point out what I was doing wrong in the first place. FWIW I'm using MSVC8 with boost RC_1_34_0 Cheers, John.
On Sep 26, 2006, at 7:29 AM, John Reid wrote:
Hi,
I tried to build the BGL from the latest SVN version and had some link errors to do with expat. My changes to fix these were the following:
Add the following to the $(EXTRA_REQUIREMENTS) in bgl-python\build \Jamfile <define>XML_STATIC
and add
<define>XML_STATIC
to the requirements for lib expat in bgl-python\vendor\expat-2.0.0 \Jamfile
I hope that helps someone or else someone can point out what I was doing wrong in the first place.
I think this is the right fix. Thank you! It's in SVN now. Cheers, Doug
participants (2)
-
Doug Gregor -
John Reid