[pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Windows

2013-02-09 Thread Kari Karkkainen
Hi, I'm quite new to pgAdmin and wxWidgets, but since I never managed to build wxWidgets from source, I eventually found wxWidgets 2.9.4 binaries   (http://wxwidgets.blogspot.fr/2012/08/how-to-use-294-wxmsw-binaries.html) which I'm now using to build pgAdmin3 1.16.1. However, now I get a linker

Re: [pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Windows

2013-02-09 Thread Florian Klaar
Hi Kari, I assume you followed the instructions from pgadmin.org? http://git.postgresql.org/gitweb/?p=pgadmin3.git;a=blob;f=INSTALL;h=b8ec1a51fd877efc1be701f4ed938b92daf219fc;hb=REL-1_16_0_PATCHES I was struggling with wxWidgets on Windows as well since the instructions didn't seem to work with my

Re: [pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Windows

2013-02-09 Thread Kari Karkkainen
Hi Florian, Thanks a lot for your quick and detailed response. Yes, I followed those pgAdmin building instructions from the INSTALL file. But I struggled (including discovering that vcbuild has been replaced with msbuild with incompatible switches...) with that stuff for a couple of days and ga

Re: [pgadmin-hackers] Problems building pgAdmin with wxWidgets binaries for Windows

2013-02-09 Thread Wahlstedt Jyrki
Hi, in configure phase (on other platforms, I haven't looked at Windows) there is a setting: --with-wx-version=2.9 If you can find something similar, that might help. On 10.2.2013, at 9.12, Kari Karkkainen wrote: > Hi Florian, > > Thanks a lot for your quick and detailed response. > > Ye