Author Topic: Can't create wxWidgets project from template ?(WinXP Cygwin WxWidgets2.8)  (Read 4116 times)

copperyp

  • Guest
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

Quote
2008-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 ?




« Last Edit: March 08, 2008, 06:59:31 pm by copperyp »

Offline aurisc4

  • Multiple posting newcomer
  • *
  • Posts: 14
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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
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.

copperyp

  • Guest
...Thanks :)
Now.... I know. :shock: