You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(12) |
Aug
(34) |
Sep
(14) |
Oct
(36) |
Nov
(32) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(9) |
Mar
(31) |
Apr
(36) |
May
(17) |
Jun
(21) |
Jul
(13) |
Aug
(18) |
Sep
(2) |
Oct
(10) |
Nov
(18) |
Dec
(28) |
2005 |
Jan
(26) |
Feb
(15) |
Mar
(26) |
Apr
(11) |
May
(60) |
Jun
(3) |
Jul
(12) |
Aug
(4) |
Sep
(12) |
Oct
(19) |
Nov
(36) |
Dec
(10) |
2006 |
Jan
(6) |
Feb
(13) |
Mar
(6) |
Apr
(2) |
May
(9) |
Jun
(3) |
Jul
(6) |
Aug
(13) |
Sep
(1) |
Oct
(24) |
Nov
(33) |
Dec
(47) |
2007 |
Jan
(21) |
Feb
(41) |
Mar
(17) |
Apr
(9) |
May
(4) |
Jun
(20) |
Jul
(24) |
Aug
(71) |
Sep
(35) |
Oct
(10) |
Nov
(39) |
Dec
(39) |
2008 |
Jan
(24) |
Feb
(42) |
Mar
(61) |
Apr
(12) |
May
(11) |
Jun
(4) |
Jul
(9) |
Aug
(6) |
Sep
(6) |
Oct
(4) |
Nov
(3) |
Dec
(14) |
2009 |
Jan
(25) |
Feb
(18) |
Mar
(19) |
Apr
(24) |
May
(14) |
Jun
(7) |
Jul
(14) |
Aug
(25) |
Sep
(40) |
Oct
(20) |
Nov
(22) |
Dec
(4) |
2010 |
Jan
(55) |
Feb
(11) |
Mar
(9) |
Apr
(10) |
May
(10) |
Jun
(9) |
Jul
(7) |
Aug
(4) |
Sep
(15) |
Oct
(7) |
Nov
(2) |
Dec
(3) |
2011 |
Jan
(2) |
Feb
(1) |
Mar
(4) |
Apr
(6) |
May
(20) |
Jun
(30) |
Jul
(15) |
Aug
(4) |
Sep
(23) |
Oct
(24) |
Nov
(3) |
Dec
(8) |
2012 |
Jan
(23) |
Feb
(7) |
Mar
(19) |
Apr
(48) |
May
(8) |
Jun
(27) |
Jul
(10) |
Aug
(1) |
Sep
(11) |
Oct
(1) |
Nov
|
Dec
(3) |
2013 |
Jan
(1) |
Feb
|
Mar
(17) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(12) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
(14) |
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
(2) |
Dec
(1) |
2016 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Eric K. <eri...@gm...> - 2008-02-20 13:31:15
|
Hi Neil, On 13/12/2007, Neil Bartlett <njb...@gm...> wrote: Two months later... > The latest darcs revision of wxHaskell now builds cleanly against > wxWidgets 2.8.7 on Mac OS 10.5. Well done! > > However, the sample apps fail to run. They report the following error: > > Dyld Error Message: > Symbol not found: __ZN11wxFrameBase10DoGiveHelpERK8wxStringb > Referenced from: /usr/local/wxhaskell/lib/libwxc- > mac2.8.7-0.10.1.dylib > Expected in: flat namespace Sorry for the late reply. I've just had some experiences reinstalling wxhaskell from scratch on Tiger. For one thing, I don't think our wxWidgets 2.8 compatibility really works yet -- try 2.6. For another, I think that's because your wxWidgets isn't configured --enabled-shared (--disable-monolithic is also important). I've recently updated Haskell wiki with some install instructions and troubleshooting tips. Do you think you could have a look, and maybe add some notes for Leopard <http://haskell.org/haskellwiki/WxHaskell/Install>? -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-02-18 17:04:04
|
Hi Eric, On Mon, 18 Feb 2008 22:14:53 +0900, Eric Kow <eri...@gm...> wrote: > I wonder if this breaks under wxWidgets 2.4 (does it not accept > the gl option?) wxMedia** classes are wxWidgets 2.6's new feature. > + wxlibswanted=3D"std media" So I think you can't specify media library under wxWidgets 2.4. I forgot that point. Best Regards, > Mon Feb 18 13:03:45 GMT 2008 Eric Kow <eri...@gm...> > * Cleanup passing of std/media/stc/opengl to wx-config. -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric K. <eri...@gm...> - 2008-02-17 17:44:24
|
Sun Feb 17 11:43:03 GMT 2008 Eric Kow <eri...@gm...> * Fix typo pointed out on bugtracker. Sun Feb 17 13:05:53 GMT 2008 Eric Kow <eri...@gm...> * Fix UTF8Sampler test case. Sun Feb 17 17:41:42 GMT 2008 Eric Kow <eri...@gm...> * Add a bugs directory for test cases. Sun Feb 17 17:42:03 GMT 2008 Eric Kow <eri...@gm...> * Add NonModalDialog test case (bug #1372529) Sun Feb 17 17:43:26 GMT 2008 Eric Kow <eri...@gm...> * Add the submenu bug. |
From: Eric Y. K. <eri...@gm...> - 2008-02-17 12:35:21
|
Hi, I have created a mailing list for wxhaskell development. I am also reconfiguring the darcs repository on darcs.haskell.org so that all patches are sent to that list instead of the users list. Also tracker requests on sourceforge will now go on that list. Subscription is open to all. Thanks! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric K. <eri...@gm...> - 2008-02-17 10:45:50
|
Slowly heading towards a wxc refactor (i.e. having a single wxc project shared by OCaml, Haskell, etc). My thinking lately is that it would be nice if - wxc were distributed separately - extensions like scintilla, stc, opengl were distributed as separate packages; perhaps wxdirect could be put on hackage as a tool to facilitate such 'plugins' - wxcore could be built using the standard build-type from Cabal (we would have to work out how wxc could be automatically linked) Ultimately, we want a painless installation of wxcore/wx (An example of pain: cabal install wxcore doesn't work, but sudo cabal install wxcore does - the reason is that we want to dump stuff into /usr/local. If we factored out wxc, maybe all that stuff can be done beforehand.) Sun Feb 17 08:20:29 GMT 2008 Eric Kow <eri...@gm...> * Remove unused ewxw files. There is an overlap between ./wxc/src/ewxw and ./wxc/src. The makefile seems to ignore the ones in ewxw. Sun Feb 17 09:49:29 GMT 2008 Eric Kow <eri...@gm...> * Flatten away ewxw directories. This is to mirror the wxc project, making it easier to compare our version of wxc with the standalone one. Sun Feb 17 09:57:11 GMT 2008 Eric Kow <eri...@gm...> * dos2unix files that have both CRLF and LF line terminators Text editors get confused by these. Get rid of trailing whitespace while we're at it. |
From: Mads L. <mad...@ya...> - 2008-02-17 10:03:28
|
Hi Conal > Hi Eric, > > Thanks for the progress update. Your remark about 2.6 only raises a > question for me: What's the deal on wxhaskell and ghci-friendliness? > Do we still have to use wxWindows/wxWidgets 2.4.2 in order to run more > than one GUI per ghci session? Will it be possible at all any more? I am currently working on a GUI version of GHCi (called GhciGui), which may solve your problem. The GhciGui uses two processes. One for the GUI and one for executing the Haskell code the user inputs. You can also ask GhciGui to spawn a new process, each time you press "execute". In this way you can keep executing WxHaskell programs, even if you are running wxWidgets 2.6. After spawning a new process all your targets and modules are also reloaded. However, you do not get this for nothing. When GhciGui spawns a new process all your let bindings will be lost :( But I am wondering if this is an acceptable loss? Greetings, Mads Lindstrøm > > - Conal > > On Feb 16, 2008 5:24 AM, Eric Y. Kow <eri...@gm...> wrote: > Hi everyone, > > I have uploaded an unofficial pre-release of wxhaskell on > hackage. It is > available as two packages, wxcore and wx. > > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wxcore-0.10.2 > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wx-0.10.2 > > Let me stress that this is only experimental; it is NOT an > official release. > > Summary > ------- > I think this works under Linux and MacOS X, but not under > Windows. > > It seems to work best under MacOS X (10.4 on Intel). If you > have any trouble, > you are likely going to have to install wxcore by hand > (passing in configure > flags, etc) and then install wx automatically: > > cabal install wx > > General notes > ------------- > This only works with wxWidgets 2.6. > > Windows and maybe MacOS X > -------------------------- > The wxcore cabal script is merely a wrapper around the > makefile and the > configure script. So you'll still need to have make and the > ability to run > shell scripts. As shelarcy pointed out, this probably does > not work for > Windows, and you'll have to go the old-fashioned route (using > the darcs > repository as well). > > MacOS X > ------- > The configure options that worked for me (wxWidgets) are > ./configure --enable-display --enable-unicode --with-opengl > --with-mac --without-odbc --enable-mediactrl > --disable-monolithic > > Note that I also had to do > sudo mkdir -p /usr/local/wxhaskell/bin > sudo ln -s /usr/local/bin/wx-config /usr/local/wxhaskell/bin > > This makes the wxcore package use your version of wxWidgets > and not the one that came with the > system. > > Linux > ----- > On Linux, I had to supply --with-opengl to the configure > script: > > runhaskell Setup --configure-opt=--with-opengl > > I noticed also that on Ubuntu Gutsy Gibbon, I had some trouble > running sample applications with wxGTK 2.8, so I aptitude > installed > libwxgtk2.6-dev and specified to wxhaskell to use it instead > of the > newer version: > > mkdir -p /usr/local/wxhaskell/bin > ln > -s /usr/lib/wx/config/gtk2-unicode-release-2.6 /usr/local/wxhaskell/bin/wx-config > runhaskell Setup --configure-opt=--with-opengl > > Where to next? > -------------- > I hope that this makes life a little easier, and that the > being > on hackage either attracts more users/contributors to > wxhaskell. > > Here are some key questions we need to answer for 0.10.3: > * Can we make it possible to run wxhaskell programs under > Linux > without the --with-opengl flag? Seems to be fine under MacOS > X. > > * Why are people having build trouble lately? > * You have to obliterate a patch for wxhaskell on PowerPC, > why? > * What about the issue that Malcolm pointed out with not > linking to > the -gl version of wxWidgets [odd; doesn't wx-config tell > the right thing?] > * What about Gwern's too many symbolic links problem? > > * Why doesn't wxhaskell work with wxGTK 2.8? I thought we had > worked out some compatibility fixes? > > * What do we need for Windows users to be able to cabal > install wx? > > ... and many more. Please help! > > -- > Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> > PGP Key ID: 08AC04F9 > > -- > Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> > PGP Key ID: 08AC04F9 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ wxhaskell-users mailing list wxh...@li... https://lists.sourceforge.net/lists/listinfo/wxhaskell-users |
From: Eric Y. K. <eri...@gm...> - 2008-02-16 18:22:19
|
Thanks! I think I've found out the source of the darcs problem, and have pushed these in (along with my recent set of patches). -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-02-16 18:13:38
|
On Sun, 17 Feb 2008 03:03:43 +0900, Eric Y. Kow <eri...@gm...> wrote: > I've got some weird trouble with this patch and darcs. > Could you regenerate the bundle with darcs send -O (or -o if your darcs > does not support it) and attach it manually? Okay, I attached that. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-02-16 17:20:37
|
Hi, On Sat, Feb 16, 2008 at 09:07:04 -0800, Conal Elliott wrote: > What's the deal on wxhaskell and ghci-friendliness? Do we > still have to use wxWindows/wxWidgets 2.4.2 in order to run more than one > GUI per ghci session? Will it be possible at all any more? Sorry. I don't have anything to report about this. I suppose the answer is still yes, but I do not really understand all the underlying issues. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Conal E. <co...@co...> - 2008-02-16 17:16:31
|
Hi Eric, Thanks for the progress update. Your remark about 2.6 only raises a question for me: What's the deal on wxhaskell and ghci-friendliness? Do we still have to use wxWindows/wxWidgets 2.4.2 in order to run more than one GUI per ghci session? Will it be possible at all any more? - Conal On Feb 16, 2008 5:24 AM, Eric Y. Kow <eri...@gm...> wrote: > Hi everyone, > > I have uploaded an unofficial pre-release of wxhaskell on hackage. It is > available as two packages, wxcore and wx. > > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wxcore-0.10.2 > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wx-0.10.2 > > Let me stress that this is only experimental; it is NOT an official > release. > > Summary > ------- > I think this works under Linux and MacOS X, but not under Windows. > > It seems to work best under MacOS X (10.4 on Intel). If you have any > trouble, > you are likely going to have to install wxcore by hand (passing in > configure > flags, etc) and then install wx automatically: > > cabal install wx > > General notes > ------------- > This only works with wxWidgets 2.6. > > Windows and maybe MacOS X > -------------------------- > The wxcore cabal script is merely a wrapper around the makefile and the > configure script. So you'll still need to have make and the ability to > run > shell scripts. As shelarcy pointed out, this probably does not work for > Windows, and you'll have to go the old-fashioned route (using the darcs > repository as well). > > MacOS X > ------- > The configure options that worked for me (wxWidgets) are > ./configure --enable-display --enable-unicode --with-opengl --with-mac > --without-odbc --enable-mediactrl --disable-monolithic > > Note that I also had to do > sudo mkdir -p /usr/local/wxhaskell/bin > sudo ln -s /usr/local/bin/wx-config /usr/local/wxhaskell/bin > > This makes the wxcore package use your version of wxWidgets and not the > one that came with the > system. > > Linux > ----- > On Linux, I had to supply --with-opengl to the configure script: > > runhaskell Setup --configure-opt=--with-opengl > > I noticed also that on Ubuntu Gutsy Gibbon, I had some trouble > running sample applications with wxGTK 2.8, so I aptitude installed > libwxgtk2.6-dev and specified to wxhaskell to use it instead of the > newer version: > > mkdir -p /usr/local/wxhaskell/bin > ln -s /usr/lib/wx/config/gtk2-unicode-release-2.6/usr/local/wxhaskell/bin/wx-config > runhaskell Setup --configure-opt=--with-opengl > > Where to next? > -------------- > I hope that this makes life a little easier, and that the being > on hackage either attracts more users/contributors to wxhaskell. > > Here are some key questions we need to answer for 0.10.3: > * Can we make it possible to run wxhaskell programs under Linux > without the --with-opengl flag? Seems to be fine under MacOS X. > > * Why are people having build trouble lately? > * You have to obliterate a patch for wxhaskell on PowerPC, why? > * What about the issue that Malcolm pointed out with not linking to > the -gl version of wxWidgets [odd; doesn't wx-config tell the right > thing?] > * What about Gwern's too many symbolic links problem? > > * Why doesn't wxhaskell work with wxGTK 2.8? I thought we had > worked out some compatibility fixes? > > * What do we need for Windows users to be able to cabal install wx? > > ... and many more. Please help! > > -- > Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> > PGP Key ID: 08AC04F9 > > -- > Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> > PGP Key ID: 08AC04F9 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > |
From: shelarcy <she...@gm...> - 2008-02-16 16:47:51
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sun Feb 17 00:56:56 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Synch Visual Studio Project's output dir same as makefile Sun Feb 17 01:14:20 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Synch Visual Studio Project's wxc library version --=_ Content-Type: text/x-darcs-patch; name="synch-visual-studio-project_s-output-dir-same-as-makefile.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Synch Visual Studio Project's output dir same as makefile shelarcy <she...@gm...>**20080216155656] { hunk ./wxc/wxc-2.4.dsp 41 -# PROP Output_Dir "..\out\wxc"=0D -# PROP Intermediate_Dir "..\out\wxc\release"=0D +# PROP Output_Dir "..\dist\wxc"=0D +# PROP Intermediate_Dir "..\dist\wxc\release"=0D hunk ./wxc/wxc-2.4.dsp 56 -# ADD LINK32 zlib.lib regex.lib png.lib jpeg.lib tiff.lib wxmswu.lib kerne= l32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32= .lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib r= pcrt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /machine:I386 /no= defaultlib:"LIBCMT" /out:"..\out\wxc\wxc-msw2.4.2-0.10.1.dll" /libpath:"..\= out\wxc" /libpath:"..\..\wxWindows-2.4.2\lib"=0D +# ADD LINK32 zlib.lib regex.lib png.lib jpeg.lib tiff.lib wxmswu.lib kerne= l32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32= .lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib r= pcrt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /machine:I386 /no= defaultlib:"LIBCMT" /out:"..\dist\wxc\wxc-msw2.4.2-0.10.1.dll" /libpath:"..= \dist\wxc" /libpath:"..\..\wxWindows-2.4.2\lib"=0D hunk ./wxc/wxc-2.4.dsp 59 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\out\wxc\wxc-msw2.4.2-0.10.1.lib move libwxc-msw2.4.2-0.10.1.a ..\out\wxc = move wxc-msw2.4.2-0.10.1.def ..\out\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.4.2-0.10.1.lib move libwxc-msw2.4.2-0.10.1.a ..\dist\wx= c move wxc-msw2.4.2-0.10.1.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.4.dsp 71 -# PROP Output_Dir "..\out\wxc"=0D -# PROP Intermediate_Dir "..\out\wxc\debug"=0D +# PROP Output_Dir "..\dist\wxc"=0D +# PROP Intermediate_Dir "..\dist\wxc\debug"=0D hunk ./wxc/wxc-2.4.dsp 86 -# ADD LINK32 zlibd.lib regexd.lib pngd.lib jpegd.lib tiffd.lib wxmswud.lib= kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib s= hell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32= .lib rpcrt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /mac= hine:I386 /nodefaultlib:"LIBCMTD" /out:"..\out\wxc\wxcd-msw2.4.2-0.10.1.dll= " /pdbtype:sept /libpath:"..\out\wxc" /libpath:"..\..\wxWindows-2.4.2\lib"= =0D +# ADD LINK32 zlibd.lib regexd.lib pngd.lib jpegd.lib tiffd.lib wxmswud.lib= kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib s= hell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32= .lib rpcrt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /mac= hine:I386 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.4.2-0.10.1.dl= l" /pdbtype:sept /libpath:"..\dist\wxc" /libpath:"..\..\wxWindows-2.4.2\li= b"=0D hunk ./wxc/wxc-2.4.dsp 89 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\out\wxc\wxcd-msw2.4.2-0.10.1.lib move libwxcd-msw2.4.2-0.10.1.a ..\out\wx= c move wxcd-msw2.4.2-0.10.1.def ..\out\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.4.2-0.10.1.lib move libwxcd-msw2.4.2-0.10.1.a ..\dist\= wxc move wxcd-msw2.4.2-0.10.1.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.6.dsp 41 -# PROP Output_Dir "..\out\wxc"=0D -# PROP Intermediate_Dir "..\out\wxc\release"=0D +# PROP Output_Dir "..\dist\wxc"=0D +# PROP Intermediate_Dir "..\dist\wxc\release"=0D hunk ./wxc/wxc-2.6.dsp 57 -# ADD LINK32 wxzlib.lib wxregexu.lib wxpng.lib wxjpeg.lib wxtiff.lib wxexp= at.lib wxbase26u.lib wxbase26u_net.lib wxbase26u_odbc.lib wxbase26u_xml.lib= wxmsw26u_core.lib wxmsw26u_adv.lib wxmsw26u_dbgrid.lib wxmsw26u_gl.lib wxm= sw26u_html.lib wxmsw26u_media.lib wxmsw26u_stc.lib kernel32.lib user32.lib = gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib olea= ut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.l= ib opengl32.lib winmm.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT"= /out:"..\out\wxc\wxc-msw2.6.4-0.10.1.dll" /libpath:"..\..\wxWidgets-2.6.4\= lib\vc_lib"=0D +# ADD LINK32 wxzlib.lib wxregexu.lib wxpng.lib wxjpeg.lib wxtiff.lib wxexp= at.lib wxbase26u.lib wxbase26u_net.lib wxbase26u_odbc.lib wxbase26u_xml.lib= wxmsw26u_core.lib wxmsw26u_adv.lib wxmsw26u_dbgrid.lib wxmsw26u_gl.lib wxm= sw26u_html.lib wxmsw26u_media.lib wxmsw26u_stc.lib kernel32.lib user32.lib = gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib olea= ut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.l= ib opengl32.lib winmm.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT"= /out:"..\dist\wxc\wxc-msw2.6.4-0.10.1.dll" /libpath:"..\..\wxWidgets-2.6.4= \lib\vc_lib"=0D hunk ./wxc/wxc-2.6.dsp 60 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\out\wxc\wxc-msw2.6.4-0.10.1.lib move libwxc-msw2.6.4-0.10.1.a ..\out\wxc = move wxc-msw2.6.4-0.10.1.def ..\out\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.6.4-0.10.1.lib move libwxc-msw2.6.4-0.10.1.a ..\dist\wx= c move wxc-msw2.6.4-0.10.1.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.6.dsp 72 -# PROP Output_Dir "..\out\wxc"=0D -# PROP Intermediate_Dir "..\out\wxc\debug"=0D +# PROP Output_Dir "..\dist\wxc"=0D +# PROP Intermediate_Dir "..\dist\wxc\debug"=0D hunk ./wxc/wxc-2.6.dsp 88 -# ADD LINK32 wxzlibd.lib wxregexud.lib wxpngd.lib wxjpegd.lib wxtiffd.lib = wxexpatd.lib wxbase26ud.lib wxbase26ud_net.lib wxbase26ud_odbc.lib wxbase26= ud_xml.lib wxmsw26ud_core.lib wxmsw26ud_adv.lib wxmsw26ud_dbgrid.lib wxmsw2= 6ud_gl.lib wxmsw26ud_html.lib wxmsw26ud_media.lib wxmsw26ud_stc.lib kernel3= 2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.l= ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpc= rt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /machine:I38= 6 /nodefaultlib:"LIBCMTD" /out:"..\out\wxc\wxcd-msw2.6.4-0.10.1.dll" /pdbty= pe:sept /libpath:"..\..\wxWidgets-2.6.4\lib\vc_lib"=0D +# ADD LINK32 wxzlibd.lib wxregexud.lib wxpngd.lib wxjpegd.lib wxtiffd.lib = wxexpatd.lib wxbase26ud.lib wxbase26ud_net.lib wxbase26ud_odbc.lib wxbase26= ud_xml.lib wxmsw26ud_core.lib wxmsw26ud_adv.lib wxmsw26ud_dbgrid.lib wxmsw2= 6ud_gl.lib wxmsw26ud_html.lib wxmsw26ud_media.lib wxmsw26ud_stc.lib kernel3= 2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.l= ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpc= rt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /machine:I38= 6 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.6.4-0.10.1.dll" /pdbt= ype:sept /libpath:"..\..\wxWidgets-2.6.4\lib\vc_lib"=0D hunk ./wxc/wxc-2.6.dsp 91 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\out\wxc\wxcd-msw2.6.4-0.10.1.lib move libwxcd-msw2.6.4-0.10.1.a ..\out\wx= c move wxcd-msw2.6.4-0.10.1.def ..\out\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.6.4-0.10.1.lib move libwxcd-msw2.6.4-0.10.1.a ..\dist\= wxc move wxcd-msw2.6.4-0.10.1.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.8.dsp 41 -# PROP Output_Dir "..\out\wxc"=0D -# PROP Intermediate_Dir "..\out\wxc\release"=0D +# PROP Output_Dir "..\dist\wxc"=0D +# PROP Intermediate_Dir "..\dist\wxc\release"=0D hunk ./wxc/wxc-2.8.dsp 57 -# ADD LINK32 wxzlib.lib wxregexu.lib wxpng.lib wxjpeg.lib wxtiff.lib wxexp= at.lib wxbase28u.lib wxbase28u_net.lib wxbase28u_odbc.lib wxbase28u_xml.lib= wxmsw28u_core.lib wxmsw28u_adv.lib wxmsw28u_dbgrid.lib wxmsw28u_gl.lib wxm= sw28u_html.lib wxmsw28u_media.lib wxmsw28u_stc.lib kernel32.lib user32.lib = gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib olea= ut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.l= ib opengl32.lib winmm.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT"= /out:"..\out\wxc\wxc-msw2.8.7-0.10.1.dll" /libpath:"..\..\wxMSW-2.8.7\lib\= vc_lib"=0D +# ADD LINK32 wxzlib.lib wxregexu.lib wxpng.lib wxjpeg.lib wxtiff.lib wxexp= at.lib wxbase28u.lib wxbase28u_net.lib wxbase28u_odbc.lib wxbase28u_xml.lib= wxmsw28u_core.lib wxmsw28u_adv.lib wxmsw28u_dbgrid.lib wxmsw28u_gl.lib wxm= sw28u_html.lib wxmsw28u_media.lib wxmsw28u_stc.lib kernel32.lib user32.lib = gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib olea= ut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.l= ib opengl32.lib winmm.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT"= /out:"..\dist\wxc\wxc-msw2.8.7-0.10.1.dll" /libpath:"..\..\wxMSW-2.8.7\lib= \vc_lib"=0D hunk ./wxc/wxc-2.8.dsp 60 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\out\wxc\wxc-msw2.8.7-0.10.1.lib move libwxc-msw2.8.7-0.10.1.a ..\out\wxc = move wxc-msw2.8.7-0.10.1.def ..\out\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.8.7-0.10.1.lib move libwxc-msw2.8.7-0.10.1.a ..\dist\wx= c move wxc-msw2.8.7-0.10.1.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.8.dsp 72 -# PROP Output_Dir "..\out\wxc"=0D -# PROP Intermediate_Dir "..\out\wxc\debug"=0D +# PROP Output_Dir "..\dist\wxc"=0D +# PROP Intermediate_Dir "..\dist\wxc\debug"=0D hunk ./wxc/wxc-2.8.dsp 88 -# ADD LINK32 wxzlibd.lib wxregexud.lib wxpngd.lib wxjpegd.lib wxtiffd.lib = wxexpatd.lib wxbase28ud.lib wxbase28ud_net.lib wxbase28ud_odbc.lib wxbase28= ud_xml.lib wxmsw28ud_core.lib wxmsw28ud_adv.lib wxmsw28ud_dbgrid.lib wxmsw2= 8ud_gl.lib wxmsw28ud_html.lib wxmsw28ud_media.lib wxmsw28ud_stc.lib kernel3= 2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.l= ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpc= rt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /machine:I38= 6 /nodefaultlib:"LIBCMTD" /out:"..\out\wxc\wxcd-msw2.8.7-0.10.1.dll" /pdbty= pe:sept /libpath:"..\..\wxMSW-2.8.7\lib\vc_lib"=0D +# ADD LINK32 wxzlibd.lib wxregexud.lib wxpngd.lib wxjpegd.lib wxtiffd.lib = wxexpatd.lib wxbase28ud.lib wxbase28ud_net.lib wxbase28ud_odbc.lib wxbase28= ud_xml.lib wxmsw28ud_core.lib wxmsw28ud_adv.lib wxmsw28ud_dbgrid.lib wxmsw2= 8ud_gl.lib wxmsw28ud_html.lib wxmsw28ud_media.lib wxmsw28ud_stc.lib kernel3= 2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.l= ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpc= rt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /machine:I38= 6 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.8.7-0.10.1.dll" /pdbt= ype:sept /libpath:"..\..\wxMSW-2.8.7\lib\vc_lib"=0D hunk ./wxc/wxc-2.8.dsp 91 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\out\wxc\wxcd-msw2.8.7-0.10.1.lib move libwxcd-msw2.8.7-0.10.1.a ..\out\wx= c move wxcd-msw2.8.7-0.10.1.def ..\out\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.8.7-0.10.1.lib move libwxcd-msw2.8.7-0.10.1.a ..\dist\= wxc move wxcd-msw2.8.7-0.10.1.def ..\dist\wxc echo Done.=0D } [Synch Visual Studio Project's wxc library version shelarcy <she...@gm...>**20080216161420] { hunk ./wxc/wxc-2.4.dsp 56 -# ADD LINK32 zlib.lib regex.lib png.lib jpeg.lib tiff.lib wxmswu.lib kerne= l32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32= .lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib r= pcrt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /machine:I386 /no= defaultlib:"LIBCMT" /out:"..\dist\wxc\wxc-msw2.4.2-0.10.1.dll" /libpath:"..= \dist\wxc" /libpath:"..\..\wxWindows-2.4.2\lib"=0D +# ADD LINK32 zlib.lib regex.lib png.lib jpeg.lib tiff.lib wxmswu.lib kerne= l32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32= .lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib r= pcrt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /machine:I386 /no= defaultlib:"LIBCMT" /out:"..\dist\wxc\wxc-msw2.4.2-0.10.2.dll" /libpath:"..= \dist\wxc" /libpath:"..\..\wxWindows-2.4.2\lib"=0D hunk ./wxc/wxc-2.4.dsp 59 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.4.2-0.10.1.lib move libwxc-msw2.4.2-0.10.1.a ..\dist\wx= c move wxc-msw2.4.2-0.10.1.def ..\dist\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.4.2-0.10.2.lib move libwxc-msw2.4.2-0.10.2.a ..\dist\wx= c move wxc-msw2.4.2-0.10.2.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.4.dsp 86 -# ADD LINK32 zlibd.lib regexd.lib pngd.lib jpegd.lib tiffd.lib wxmswud.lib= kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib s= hell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32= .lib rpcrt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /mac= hine:I386 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.4.2-0.10.1.dl= l" /pdbtype:sept /libpath:"..\dist\wxc" /libpath:"..\..\wxWindows-2.4.2\li= b"=0D +# ADD LINK32 zlibd.lib regexd.lib pngd.lib jpegd.lib tiffd.lib wxmswud.lib= kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib s= hell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32= .lib rpcrt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /mac= hine:I386 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.4.2-0.10.2.dl= l" /pdbtype:sept /libpath:"..\dist\wxc" /libpath:"..\..\wxWindows-2.4.2\li= b"=0D hunk ./wxc/wxc-2.4.dsp 89 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.4.2-0.10.1.lib move libwxcd-msw2.4.2-0.10.1.a ..\dist\= wxc move wxcd-msw2.4.2-0.10.1.def ..\dist\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.4.2-0.10.2.lib move libwxcd-msw2.4.2-0.10.2.a ..\dist\= wxc move wxcd-msw2.4.2-0.10.2.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.6.dsp 57 -# ADD LINK32 wxzlib.lib wxregexu.lib wxpng.lib wxjpeg.lib wxtiff.lib wxexp= at.lib wxbase26u.lib wxbase26u_net.lib wxbase26u_odbc.lib wxbase26u_xml.lib= wxmsw26u_core.lib wxmsw26u_adv.lib wxmsw26u_dbgrid.lib wxmsw26u_gl.lib wxm= sw26u_html.lib wxmsw26u_media.lib wxmsw26u_stc.lib kernel32.lib user32.lib = gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib olea= ut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.l= ib opengl32.lib winmm.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT"= /out:"..\dist\wxc\wxc-msw2.6.4-0.10.1.dll" /libpath:"..\..\wxWidgets-2.6.4= \lib\vc_lib"=0D +# ADD LINK32 wxzlib.lib wxregexu.lib wxpng.lib wxjpeg.lib wxtiff.lib wxexp= at.lib wxbase26u.lib wxbase26u_net.lib wxbase26u_odbc.lib wxbase26u_xml.lib= wxmsw26u_core.lib wxmsw26u_adv.lib wxmsw26u_dbgrid.lib wxmsw26u_gl.lib wxm= sw26u_html.lib wxmsw26u_media.lib wxmsw26u_stc.lib kernel32.lib user32.lib = gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib olea= ut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.l= ib opengl32.lib winmm.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT"= /out:"..\dist\wxc\wxc-msw2.6.4-0.10.2.dll" /libpath:"..\..\wxWidgets-2.6.4= \lib\vc_lib"=0D hunk ./wxc/wxc-2.6.dsp 60 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.6.4-0.10.1.lib move libwxc-msw2.6.4-0.10.1.a ..\dist\wx= c move wxc-msw2.6.4-0.10.1.def ..\dist\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.6.4-0.10.2.lib move libwxc-msw2.6.4-0.10.2.a ..\dist\wx= c move wxc-msw2.6.4-0.10.2.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.6.dsp 88 -# ADD LINK32 wxzlibd.lib wxregexud.lib wxpngd.lib wxjpegd.lib wxtiffd.lib = wxexpatd.lib wxbase26ud.lib wxbase26ud_net.lib wxbase26ud_odbc.lib wxbase26= ud_xml.lib wxmsw26ud_core.lib wxmsw26ud_adv.lib wxmsw26ud_dbgrid.lib wxmsw2= 6ud_gl.lib wxmsw26ud_html.lib wxmsw26ud_media.lib wxmsw26ud_stc.lib kernel3= 2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.l= ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpc= rt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /machine:I38= 6 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.6.4-0.10.1.dll" /pdbt= ype:sept /libpath:"..\..\wxWidgets-2.6.4\lib\vc_lib"=0D +# ADD LINK32 wxzlibd.lib wxregexud.lib wxpngd.lib wxjpegd.lib wxtiffd.lib = wxexpatd.lib wxbase26ud.lib wxbase26ud_net.lib wxbase26ud_odbc.lib wxbase26= ud_xml.lib wxmsw26ud_core.lib wxmsw26ud_adv.lib wxmsw26ud_dbgrid.lib wxmsw2= 6ud_gl.lib wxmsw26ud_html.lib wxmsw26ud_media.lib wxmsw26ud_stc.lib kernel3= 2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.l= ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpc= rt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /machine:I38= 6 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.6.4-0.10.2.dll" /pdbt= ype:sept /libpath:"..\..\wxWidgets-2.6.4\lib\vc_lib"=0D hunk ./wxc/wxc-2.6.dsp 91 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.6.4-0.10.1.lib move libwxcd-msw2.6.4-0.10.1.a ..\dist\= wxc move wxcd-msw2.6.4-0.10.1.def ..\dist\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.6.4-0.10.2.lib move libwxcd-msw2.6.4-0.10.2.a ..\dist\= wxc move wxcd-msw2.6.4-0.10.2.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.8.dsp 57 -# ADD LINK32 wxzlib.lib wxregexu.lib wxpng.lib wxjpeg.lib wxtiff.lib wxexp= at.lib wxbase28u.lib wxbase28u_net.lib wxbase28u_odbc.lib wxbase28u_xml.lib= wxmsw28u_core.lib wxmsw28u_adv.lib wxmsw28u_dbgrid.lib wxmsw28u_gl.lib wxm= sw28u_html.lib wxmsw28u_media.lib wxmsw28u_stc.lib kernel32.lib user32.lib = gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib olea= ut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.l= ib opengl32.lib winmm.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT"= /out:"..\dist\wxc\wxc-msw2.8.7-0.10.1.dll" /libpath:"..\..\wxMSW-2.8.7\lib= \vc_lib"=0D +# ADD LINK32 wxzlib.lib wxregexu.lib wxpng.lib wxjpeg.lib wxtiff.lib wxexp= at.lib wxbase28u.lib wxbase28u_net.lib wxbase28u_odbc.lib wxbase28u_xml.lib= wxmsw28u_core.lib wxmsw28u_adv.lib wxmsw28u_dbgrid.lib wxmsw28u_gl.lib wxm= sw28u_html.lib wxmsw28u_media.lib wxmsw28u_stc.lib kernel32.lib user32.lib = gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib olea= ut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.l= ib opengl32.lib winmm.lib /nologo /dll /machine:I386 /nodefaultlib:"LIBCMT"= /out:"..\dist\wxc\wxc-msw2.8.7-0.10.2.dll" /libpath:"..\..\wxMSW-2.8.7\lib= \vc_lib"=0D hunk ./wxc/wxc-2.8.dsp 60 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.8.7-0.10.1.lib move libwxc-msw2.8.7-0.10.1.a ..\dist\wx= c move wxc-msw2.8.7-0.10.1.def ..\dist\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxc-msw2.8.7-0.10.2.lib move libwxc-msw2.8.7-0.10.2.a ..\dist\wx= c move wxc-msw2.8.7-0.10.2.def ..\dist\wxc echo Done.=0D hunk ./wxc/wxc-2.8.dsp 88 -# ADD LINK32 wxzlibd.lib wxregexud.lib wxpngd.lib wxjpegd.lib wxtiffd.lib = wxexpatd.lib wxbase28ud.lib wxbase28ud_net.lib wxbase28ud_odbc.lib wxbase28= ud_xml.lib wxmsw28ud_core.lib wxmsw28ud_adv.lib wxmsw28ud_dbgrid.lib wxmsw2= 8ud_gl.lib wxmsw28ud_html.lib wxmsw28ud_media.lib wxmsw28ud_stc.lib kernel3= 2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.l= ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpc= rt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /machine:I38= 6 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.8.7-0.10.1.dll" /pdbt= ype:sept /libpath:"..\..\wxMSW-2.8.7\lib\vc_lib"=0D +# ADD LINK32 wxzlibd.lib wxregexud.lib wxpngd.lib wxjpegd.lib wxtiffd.lib = wxexpatd.lib wxbase28ud.lib wxbase28ud_net.lib wxbase28ud_odbc.lib wxbase28= ud_xml.lib wxmsw28ud_core.lib wxmsw28ud_adv.lib wxmsw28ud_dbgrid.lib wxmsw2= 8ud_gl.lib wxmsw28ud_html.lib wxmsw28ud_media.lib wxmsw28ud_stc.lib kernel3= 2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.l= ib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpc= rt4.lib wsock32.lib opengl32.lib winmm.lib /nologo /dll /debug /machine:I38= 6 /nodefaultlib:"LIBCMTD" /out:"..\dist\wxc\wxcd-msw2.8.7-0.10.2.dll" /pdbt= ype:sept /libpath:"..\..\wxMSW-2.8.7\lib\vc_lib"=0D hunk ./wxc/wxc-2.8.dsp 91 -PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.8.7-0.10.1.lib move libwxcd-msw2.8.7-0.10.1.a ..\dist\= wxc move wxcd-msw2.8.7-0.10.1.def ..\dist\wxc echo Done.=0D +PostBuild_Cmds=3Decho Generating mingw32 import library ... ..\bin\reimp .= .\dist\wxc\wxcd-msw2.8.7-0.10.2.lib move libwxcd-msw2.8.7-0.10.2.a ..\dist\= wxc move wxcd-msw2.8.7-0.10.2.def ..\dist\wxc echo Done.=0D } Context: [Fix some dependencies that Ross Paterson pointed out. Eric Kow <eri...@gm...>**20080215181444] = [TAG 0.10.1 Eric Kow <eri...@gm...>**20080215173503] = Patch bundle hash: 165141afc32eef17eaa12e2dafd807678dbcc7e9 --=_-- . |
From: Eric Y. K. <eri...@gm...> - 2008-02-16 13:33:00
|
Third attempt at sending. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-02-16 13:24:25
|
Hi everyone, I have uploaded an unofficial pre-release of wxhaskell on hackage. It is available as two packages, wxcore and wx. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wxcore-0.10.2 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wx-0.10.2 Let me stress that this is only experimental; it is NOT an official release. Summary ------- I think this works under Linux and MacOS X, but not under Windows. It seems to work best under MacOS X (10.4 on Intel). If you have any trouble, you are likely going to have to install wxcore by hand (passing in configure flags, etc) and then install wx automatically: cabal install wx General notes ------------- This only works with wxWidgets 2.6. Windows and maybe MacOS X -------------------------- The wxcore cabal script is merely a wrapper around the makefile and the configure script. So you'll still need to have make and the ability to run shell scripts. As shelarcy pointed out, this probably does not work for Windows, and you'll have to go the old-fashioned route (using the darcs repository as well). MacOS X ------- The configure options that worked for me (wxWidgets) are ./configure --enable-display --enable-unicode --with-opengl --with-mac --without-odbc --enable-mediactrl --disable-monolithic Note that I also had to do sudo mkdir -p /usr/local/wxhaskell/bin sudo ln -s /usr/local/bin/wx-config /usr/local/wxhaskell/bin This makes the wxcore package use your version of wxWidgets and not the one that came with the system. Linux ----- On Linux, I had to supply --with-opengl to the configure script: runhaskell Setup --configure-opt=--with-opengl I noticed also that on Ubuntu Gutsy Gibbon, I had some trouble running sample applications with wxGTK 2.8, so I aptitude installed libwxgtk2.6-dev and specified to wxhaskell to use it instead of the newer version: mkdir -p /usr/local/wxhaskell/bin ln -s /usr/lib/wx/config/gtk2-unicode-release-2.6 /usr/local/wxhaskell/bin/wx-config runhaskell Setup --configure-opt=--with-opengl Where to next? -------------- I hope that this makes life a little easier, and that the being on hackage either attracts more users/contributors to wxhaskell. Here are some key questions we need to answer for 0.10.3: * Can we make it possible to run wxhaskell programs under Linux without the --with-opengl flag? Seems to be fine under MacOS X. * Why are people having build trouble lately? * You have to obliterate a patch for wxhaskell on PowerPC, why? * What about the issue that Malcolm pointed out with not linking to the -gl version of wxWidgets [odd; doesn't wx-config tell the right thing?] * What about Gwern's too many symbolic links problem? * Why doesn't wxhaskell work with wxGTK 2.8? I thought we had worked out some compatibility fixes? * What do we need for Windows users to be able to cabal install wx? ... and many more. Please help! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-02-16 11:53:49
|
> Please remember wxdirect uses Data.Time stuff. > So we add time package dependency, before. ah, right! > So, I think better solution is like this: changing Graphics.UI.WXCore.Db module > to use new time packages modules. ok, could you figure out how to do this? Data.Time does not appear to have a structure akin to System.Time.CalendarTime. > > Also, I'll be sending in a modernisation patch which gets rid of the > > haskell98 dependency (upgrading our Char to Data.Char, etc) > > I think we must also change wxdirect's sources. Will do. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-02-16 11:44:37
|
On Sat, 16 Feb 2008 19:04:56 +0900, Eric Y. Kow <eri...@gm...> wrote: >> I see that Graphics.UI.WXCore.Db dependes on old-time package's System.Date module. >> But old-time package doesn't depend on time package. >> >> http://hackage.haskell.org/cgi-bin/hackage-scripts/package/old-time-1.0.0.0 >> >> So you don't remove time package dendency from wxcore.cabal. > > Wait, I shouldn't remove it? We don't seem to use the Data.Time stuff > from the new time package anywhere, do we? Please remember wxdirect uses Data.Time stuff. So we add time package dependency, before. > Fri Feb 15 09:32:21 GMT 2008 Eric Kow <eri...@gm...> > * Add time and parsec dependencies for wxdirect. See also http://www.mail-archive.com/wxh...@li.../msg00375.html So, I think better solution is like this: changing Graphics.UI.WXCore.Db module to use new time packages modules. > Also, I'll be sending in a modernisation patch which gets rid of the > haskell98 dependency (upgrading our Char to Data.Char, etc) I think we must also change wxdirect's sources. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-02-16 10:05:08
|
> I see that Graphics.UI.WXCore.Db dependes on old-time package's System.Date module. > But old-time package doesn't depend on time package. > > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/old-time-1.0.0.0 > > So you don't remove time package dendency from wxcore.cabal. Wait, I shouldn't remove it? We don't seem to use the Data.Time stuff from the new time package anywhere, do we? Also, I'll be sending in a modernisation patch which gets rid of the haskell98 dependency (upgrading our Char to Data.Char, etc) -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-02-16 08:17:18
|
On Sat, 16 Feb 2008 03:16:14 +0900, Eric Kow <eri...@gm...> wrote: > Fri Feb 15 18:14:44 GMT 2008 Eric Kow <eri...@gm...> > * Fix some dependencies that Ross Paterson pointed out. > > hunk ./wxcore.cabal 17 > - build-depends: base >= 3, time, parsec > + build-depends: base >= 3, parsec, array, directory, old-time > else > hunk ./wxcore.cabal 19 > - build-depends: base < 3, time, parsec > + build-depends: base < 3, haskell98, parsec I see that Graphics.UI.WXCore.Db dependes on old-time package's System.Date module. But old-time package doesn't depend on time package. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/old-time-1.0.0.0 So you don't remove time package dendency from wxcore.cabal. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: shelarcy <she...@gm...> - 2008-02-16 07:32:30
|
Hi Eric, On Fri, 15 Feb 2008 18:25:23 +0900, Eric Y. Kow <eri...@gm...> wrote: >> $ runhaskell Setup.lhs configure --with-msc >> -=-= Cabal executing: ./configure --with-hc=ghc --with-msc=-=- >> operable program or batch file. >> Configure failed. I'm sorry about this error message is incorrect. I missed copy and pasted error message. Because my environment notice Japanese error message, so I had to convert error message in English. Below error message is correct one. $ runhaskell Setup.lhs configure --with-msc -=-= Cabal executing: ./configure --with-hc=ghc --with-msc=-=- '.' is not recognized as an internal or external command, operable program or batch file. Configure failed. > Hmm, I didn't realise you could pass in command line arguments like > that. (I thought you had to go through --configure-opt) You're right. But --with-msc, --with-opengl and --with-stc also work with Distribution.Make by unknown reason. >> Distribution.Simple's defaultMainWithHooks defaultUserHooks can run "./configure" >> command on Windows environment. But It seems that Distribution.Make's defaultMain >> can't run "./configure" commnad on Windows. > > Maybe we could make our own custom Setup.lhs, or check with the cabal > people on #haskell I checked Cabal source code. I found that Distribution.Simple's defaultUserHooks calls "sh configure", but Distribution.Make calls "./configure" directory. http://darcs.haskell.org/ghc-6.8/libraries/Cabal/Distribution/Simple.hs http://darcs.haskell.org/ghc-6.8/libraries/Cabal/Distribution/Make.hs http://darcs.haskell.org/cabal/Distribution/Simple.hs http://darcs.haskell.org/cabal/Distribution/Make.hs Windows doesn't have Unix shell in default, so "./configure" command causes above error. I made patch for this problem and sent to cabal-devel list. I hope cabal people will apply this patch and release new version soonly. http://www.haskell.org/pipermail/cabal-devel/2008-February/thread.html#2112 > [BTW: do you know any way to help out Gwern and the other people with > build trouble?] I don't know about wxGTK issues. I usually use Windows, and I don't have Linux environment. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-02-15 23:38:30
|
Hi Malcolm, On Fri, Feb 08, 2008 at 14:11:28 +0000, Malcolm Wallace wrote: > (OS X) Check architecture to use intermediate step of compiling > master.o or not. By the way, are you on PowerPC or Intel? (i guess the former?) > There is still one tiny problem, specifically and only with the demo > program: samples/contrib/GLCanvas.hs, which continues to give a dynamic > linking error. I tracked this down to the shared library > > /usr/local/wxhaskell/lib/libwxc-mac2.6.4-0.10.1.dylib > > which does not (but _ought_ to) have a dependency on > > /usr/local/lib/libwx_macu_gl-2.6.0.4.0.dylib Can you report the contents of config/config.mk (specifically WXWIN-LIBS)? Also, what does /usr/local/bin/wx-config --libs std media --gl-libs say? Thanks! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric K. <eri...@gm...> - 2008-02-15 18:16:36
|
I'll be pushing these patches in tonight. Thu Feb 14 17:50:50 GMT 2008 Eric Kow <eri...@gm...> * Add a Cabal file for wxcore. This uses the Make build-type, so we still need our configure file and the makefile. Thu Feb 14 17:53:29 GMT 2008 Eric Kow <eri...@gm...> * Add cabal file for high level directory. Thu Feb 14 17:55:21 GMT 2008 Eric Kow <eri...@gm...> * Update online build instructions for Cabal. Thu Feb 14 20:33:38 GMT 2008 Eric Kow <eri...@gm...> * Mark wxhaskell license as LGPL. Fri Feb 15 08:50:17 GMT 2008 Eric Kow <eri...@gm...> * Make dist target point to srcdist (for cabal). Fri Feb 15 08:50:24 GMT 2008 Eric Kow <eri...@gm...> * Detect UTF-8 sampler file size. Fri Feb 15 09:32:21 GMT 2008 Eric Kow <eri...@gm...> * Add time and parsec dependencies for wxdirect. Fri Feb 15 10:26:59 GMT 2008 Eric Kow <eri...@gm...> * Add forgotten Setup.lhs for wx. Fri Feb 15 10:28:45 GMT 2008 Eric Kow <eri...@gm...> * Distribute Cabal files with srcdist. Fri Feb 15 10:30:17 GMT 2008 Eric Kow <eri...@gm...> * Tweak cabal files. Fri Feb 15 10:33:28 GMT 2008 Eric Kow <eri...@gm...> * Modernise some haskell98 imports (Data.Char, Data.List). Fri Feb 15 12:01:45 GMT 2008 Eric Kow <eri...@gm...> * Create a separate tarball for hackage. repsecting the packagename-version convention Fri Feb 15 14:05:08 GMT 2008 Eric Kow <eri...@gm...> * Add some newlines to ends of files. Fri Feb 15 15:36:26 GMT 2008 Eric Kow <eri...@gm...> * Argh, add another directory to the hackage package. Fri Feb 15 15:37:43 GMT 2008 Eric Kow <eri...@gm...> * Make Cabal files hackage-ready. Fri Feb 15 17:35:03 GMT 2008 Eric Kow <eri...@gm...> tagged 0.10.1 Fri Feb 15 18:14:44 GMT 2008 Eric Kow <eri...@gm...> * Fix some dependencies that Ross Paterson pointed out. |
From: Eric K. <eri...@gm...> - 2008-02-15 12:30:02
|
Thu Feb 14 17:50:50 GMT 2008 Eric Kow <eri...@gm...> * Add a Cabal file for wxcore. This uses the Make build-type, so we still need our configure file and the makefile. Thu Feb 14 17:53:29 GMT 2008 Eric Kow <eri...@gm...> * Add cabal file for high level directory. Thu Feb 14 17:55:21 GMT 2008 Eric Kow <eri...@gm...> * Update online build instructions for Cabal. Thu Feb 14 20:33:38 GMT 2008 Eric Kow <eri...@gm...> * Mark wxhaskell license as LGPL. Fri Feb 15 08:50:17 GMT 2008 Eric Kow <eri...@gm...> * Make dist target point to srcdist (for cabal). Fri Feb 15 08:50:24 GMT 2008 Eric Kow <eri...@gm...> * Detect UTF-8 sampler file size. Fri Feb 15 09:32:21 GMT 2008 Eric Kow <eri...@gm...> * Add time and parsec dependencies for wxdirect. Fri Feb 15 10:26:59 GMT 2008 Eric Kow <eri...@gm...> * Add forgotten Setup.lhs for wx. Fri Feb 15 10:28:45 GMT 2008 Eric Kow <eri...@gm...> * Distribute Cabal files with srcdist. Fri Feb 15 10:30:17 GMT 2008 Eric Kow <eri...@gm...> * Tweak cabal files. Fri Feb 15 10:33:28 GMT 2008 Eric Kow <eri...@gm...> * Modernise some haskell98 imports (Data.Char, Data.List). Fri Feb 15 12:01:45 GMT 2008 Eric Kow <eri...@gm...> * Create a separate tarball for hackage. repsecting the packagename-version convention |
From: Eric Y. K. <eri...@gm...> - 2008-02-15 09:25:34
|
> $ runhaskell Setup.lhs configure --with-msc > -=-= Cabal executing: ./configure --with-hc=ghc --with-msc=-=- > operable program or batch file. > Configure failed. Hmm, I didn't realise you could pass in command line arguments like that. (I thought you had to go through --configure-opt) > Is this Distribution.Make module's problem? > Distribution.Simple's defaultMainWithHooks defaultUserHooks can run "./configure" > command on Windows environment. But It seems that Distribution.Make's defaultMain > can't run "./configure" commnad on Windows. Maybe we could make our own custom Setup.lhs, or check with the cabal people on #haskell > And I think we should care about at least one more point. > wxcore's makefile uses wxdirect. And wxdirect depends on parsec and time package. > So, I think we must add this dependency for wxcore.cabal file. Good call. [BTW: do you know any way to help out Gwern and the other people with build trouble?] -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-02-15 09:15:55
|
Hi Eric, On Fri, 15 Feb 2008 02:56:37 +0900, Eric Kow <eri...@gm...> wrote: > Any comments or complaints, Jeremy? > > Otherwise I'm pushing this tomorrow. > If it actually works, we ought to put wxhaskell on hackage. > > Thu Feb 14 17:50:50 GMT 2008 Eric Kow <eri...@gm...> > * Add a Cabal file for wxcore. This doesn't work on Windows. $ runhaskell Setup.lhs configure --with-msc -=-= Cabal executing: ./configure --with-hc=ghc --with-msc=-=- operable program or batch file. Configure failed. $ runhaskell Setup.lhs configure -=-= Cabal executing: ./configure --with-hc=ghc=-=- '.' is not recognized as an internal or external command, operable program or batch file. Configure failed. Is this Distribution.Make module's problem? Distribution.Simple's defaultMainWithHooks defaultUserHooks can run "./configure" command on Windows environment. But It seems that Distribution.Make's defaultMain can't run "./configure" commnad on Windows. But I think this patch is useful. Your patch doesn't break traditional way. So we can build wxHaskell with traditional way on Windows. And I think we should care about at least one more point. wxcore's makefile uses wxdirect. And wxdirect depends on parsec and time package. So, I think we must add this dependency for wxcore.cabal file. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric K. <eri...@gm...> - 2008-02-14 18:35:00
|
Hi Conal, On 14/02/2008, Conal Elliott <co...@co...> wrote: > I have several libraries on hackage that depend on wxhaskell. Because > wxhaskell is not itself on hackage, my libraries won't compile and won't > haddock there. I'd really like to have cross-library haddocks all working. > > Is Cabal for wxhaskell in the works? Are there roadblocks? I just sent a cabalisation patch about 15 minutes ago. It's not yet applied, but you can give it a try. The wxcore bit just wraps around the makefile and configure script. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Conal E. <co...@co...> - 2008-02-14 18:20:37
|
I have several libraries on hackage that depend on wxhaskell. Because wxhaskell is not itself on hackage, my libraries won't compile and won't haddock there. I'd really like to have cross-library haddocks all working. Is Cabal for wxhaskell in the works? Are there roadblocks? If Ross could build wxhaskell (both libs and docs) on the Linux machine that hosts hackage, then he could hack around lack of Cabal building. But he's having trouble. What version of wxhaskell is recommended for Linux? Does it build successfully? Is there anyone who would help Ross through the process? Thanks, - Conal ---------- Forwarded message ---------- From: Conal Elliott <co...@co...> Date: Thu, Feb 14, 2008 at 10:12 AM Subject: Re: off-world libs & docs To: Ross Paterson <ro...@so...> Thanks. I'll ask around. - Conal On Thu, Feb 14, 2008 at 10:07 AM, Ross Paterson <ro...@so...> wrote: > On Wed, Feb 13, 2008 at 10:25:30AM -0800, Conal Elliott wrote: > > Some of my packages use wxhaskell, which is not on hackage. That means > > those libs fail to compile *and* to produce haddock docs on hackage. > > I love the idea of people browsing through lib docs, following links > > from one lib to another to another. And I don't know how to get there. > > Any ideas? Perhaps one improvement would be to run haddock even when > > compiling fails -- assuming there's a place on hackage to deposit the > > .haddock files or a way to find them off of hackage. Or, maybe rely on > > folks to make sure all of their dependencies get moved onto hackage. > > I don't know why wxhaskell is not there. I don't see gtk2hs there > > either. > > It seems from the sourceforge page that someone is moving on wxhaskell > with the aim of turning it into a Cabal package, which could then join > the party, but I don't know what the timescale is. > > In the meantime, I could hack around it (as I did with base), but I > need to be able to build wxhaskell and its documentation with ghc 6.8.2 > and haddock2 on Linux, which I've not managed in my initial attempts. > Which version of wxhaskell is preferred, and do know of anyone who has > done this? > > Ross > |