News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Can't create wxWidgets project from template ?(WinXP Cygwin WxWidgets2.8)

Started by copperyp, March 07, 2008, 07:38:19 PM

Previous topic - Next topic

copperyp

I am used CYGWIN make create my WxWidgets 2.8 dll.
I use the configure system to generate appropriate makefiles is successed!
Quote
  Configured wxWidgets 2.8.7 for `i686-pc-cygwin'
  Which GUI toolkit should wxWidgets use?                 msw
  Should wxWidgets be compiled into single library?       yes
  Should wxWidgets be compiled in debug mode?             yes
  Should wxWidgets be linked as a shared library?         yes
  Should wxWidgets be compiled in Unicode mode?           no
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.4      no
                                       wxWidgets 2.6      yes
  Which libraries should wxWidgets use?
                                       jpeg               sys
                                       png                sys
                                       regex              sys
                                       tiff               sys
                                       zlib               sys
                                       odbc               no
                                       expat              sys
                                       libmspack          no
                                       sdl                no

then make

Quote2008-03-08  01:35        61,871,854 cygwxmsw28d_gcc_custom-0.dll
2008-03-08  01:31        14,645,214 libwx_mswd-2.8.dll.a

but ....
When i want to create a WxWidgets project ...



I am sure my Compiler and Global Variable settings are correct!




A bug in wizard script ?





aurisc4

Your settings look like exectly like mine, except that I have cygwin in C: drive.

Also, I do have "C:\cygwin\bin" in my PATH.

Biplab

Quote from: copperyp on March 07, 2008, 07:38:19 PM
I am used CYGWIN make create my WxWidgets 2.8 dll. [...]

A bug in wizard script ?

wxWidgets wizard does not support Cygwin or MSYS compiled wxWidgets for project creation.
Be a part of the solution, not a part of the problem.