From: <sw...@at...> - 2001-09-27 04:15:31
|
i tried wxGTK-2.2.7.tar.gz, i had to tweak references in configure and configure.in from *-*-cygwin32 to *-*-cygwin* as my host is shown as i686-pc-cygwin, and insert "/usr/local/w32api" into SEARCH_INCLUDES..then <snip> ./configure --with-cygwin --prefix=/usr/local/wxMSW </snip> configure ran fine! until i ran make where it croaked on <snip> $ make Makefile:178: src/msw/files.lst: No such file or directory make: *** No rule to make target `src/msw/files.lst'. Stop. </snip> the msw tree is missing (natrually i guess seeing its wxGTK), is there anyway i can get the full source tree with the configure script? or at least wxMSW*.zip? im not fimilar with CVS, but i take it the full source lies there.. i dont think its a "neat" idea copying the src/msw from wxMSW-2.2.7.zip into wxGTK-2.2.7.. eeek regards dan ----- Original Message ----- From: "Mattia Barbon" <mb...@ds...> To: "...2«..." <sw...@at...> Cc: <wxp...@li...> Sent: Thursday, September 27, 2001 7:11 AM Subject: Re: [wxperl-users] (cygwin) Fw: wxMSW perl bindings > > i dont have configure, i used the src pkg > > wxMSW-2.2.7.zip, i used cygwin, but it compiled > > with mingw prefab makefiles, i could try downloading > > the unix src pkg?, its just that i saw cygwin has been > > tested with the wxMSW*.zip pkg so that is the one > > i used.. > Hmm... yes, I am too used to CVS sources; you don't have configure... > mmmh... > Will experiment with that setup, and let you know ASAP > > > perhaps i will try wxGTK as i have GTK setup > Not what I meant, sorry > > > properly in my cygwin enviroment (i assume that > > will use configure), but i didnt want the gtk.dll cygwin.dll > > overhead? > > > or hopefully wxPerl will start shipping with > > cygwin perl binaries :) instead of active perl. > Maybe in addition to, not instead of ( imagine > *who* will have to do the upload :( ) ;) > > Regards > Mattia > |