lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] upgrade to xmlwrapp-0.6.0


From: Greg Chicares
Subject: Re: [lmi] upgrade to xmlwrapp-0.6.0
Date: Thu, 16 Apr 2009 18:56:55 +0000
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

On 2009-02-23 16:31Z, Vaclav Slavik wrote:
> 
> I created https://savannah.nongnu.org/patch/index.php?6753 ticket on
> Savannah and attached several patches to take advantage of the new
> features to it. It would be nice to have at least the makefiles-related ones
> applied relatively soon, so that we can rely on 0.6.0's features.

I applied all the patches to my local tree and rebuilt everything.
I got this error message when linking:

/MinGW_/bin/g++  -o liblmi.dll -shared
  [snip '.o' and '-L' stuff]
  -lxsltwrapp -lxmlwrapp  -lxslt.dll -lxml2.dll
  -Wl,-Map,liblmi.dll.map -Wl,--disable-auto-import
/opt/lmi/third_party/lib/libxsltwrapp.a(libxsltwrapp_la-init.o): In function 
`ZN4xslt4init12init_libraryEv':
C:/lmi/src/lmi/scratch/xmlwrapp-0.6.0/src/libxslt/init.cxx:75: undefined 
reference to `exsltRegisterAll'
collect2: ld returned 1 exit status

but it seems to work if I link libexslt explicitly--for the hand-
written makefiles, by changing 'msw_common.make' thus:

 platform_gnome_xml_libraries := \
+  -lexslt.dll \
   -lxslt.dll \
   -lxml2.dll \

If that's correct, then could I ask for a corresponding patch to
apply to the appropriate autofile ('configure.ac', I guess)?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]