wxCurl compilation problems

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
jamaj
In need of some credit
In need of some credit
Posts: 2
Joined: Fri Apr 02, 2010 5:53 pm
Location: São Paulo, Brazil
Contact:

wxCurl compilation problems

Post by jamaj »

Hi All,

I tried to compile wxCurl in a Ubuntu 10.10 and wxWidgets 2.8 and I found several mistakes in the configure script. First of all, it forces the usage of windows dLLs that - of course - doesnt exist in linux: ws2 and ldap. After, just because using an option of static text in dialog.c, it prevents the wxwidgets 2.8 usage.
The last, it creares the lib with a different name of what is used in its examples compilation.


Thanks


José Augusto Jr.
caseyodonnell
Knows some wx things
Knows some wx things
Posts: 31
Joined: Fri Sep 10, 2004 1:03 pm
Location: Troy, NY
Contact:

Re: wxCurl compilation problems

Post by caseyodonnell »

Did you grab wxCurl from subversion or the download? I think we need to tag an update and get that on the site. What's in the subversion repository shouldn't have any of those issues.
Post Reply