Re: [wxhaskell-devel] Fix building with GHC 7.4.1

2012-02-06 Thread shelarcy
Pushed. And I uploaded newer version, now. On Sat, 04 Feb 2012 13:01:21 +0900, shelarcy wrote: > Hi, > > GHC 7.4.1 can't build wxHaskell. This problem is caused by Num class change > and TypeSynonymInstances extension's change. > > > http://www.haskell.org/

[wxhaskell-devel] Fix building with GHC 7.4.1

2012-02-03 Thread shelarcy
pendency to use GHC 7.4.1 bundled version instead of installing from HackageDB. And I commented out wxcore/Setup.hs' unused ver variable to fix builing with my environment. http://sourceforge.net/mailarchive/message.php?msg_id=28649050 Best Regards, -- shelarcy http://page.freett.com/

Re: [wxhaskell-devel] [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-09 Thread shelarcy
surprising. I am using wx-config-win on my Windows environment > (when I run wx-config -v, I get "wx-config revision 26 2006-12-21"). I > deliberately did not choose to use Eric's version as he had noted some > issues with it. > > We should investigate your problem further

Re: [wxhaskell-devel] [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-08 Thread shelarcy
d functionality) This is intended to be the final wxHaskell release supporting wxWidgets 2.8.x. (snip) The source repository at code.haskell.org has not yet been updated with the patches. This will happen in the next day or so. -- shelarcy http://page.freett.com/shelarcy/ unnecessary.dpa

Re: [wxhaskell-devel] [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-06 Thread shelarcy
I used wxWidgets 2.8.12 (wxPack v2.8.12.01) to install wxcore. I can install previous version with wx-config(-win). C:\home\working> cabal install wx-0.12.1.6 wxcore-0.12.1.7 (snip) Registering wxcore-0.12.1.7... Installing library in C:\Users\shelarcy\AppData\Roaming\cabal\wxcore-0.

Re: [wxhaskell-devel] [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-06 Thread shelarcy
updated with the patches. This will happen in the next day or so. -- shelarcy http://page.freett.com/shelarcy/ missing.dpatch Description: Binary data -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't

Re: [wxhaskell-devel] [wxhaskell-users] FindReplaceData Issue

2009-09-30 Thread shelarcy
> > Thanks for being a good sport about this! Could somebody on the > wxHaskell Team take a look at Fernando's patch? I think this is a reasonable change. So, I'll push his patch after trying to build wxHaskell with it. B

Re: [wxhaskell-devel] error with wxDirect

2009-09-24 Thread shelarcy
; >> src/Main.hs:32:7: >> Could not find module `Classes': >> Use -v to see a list of the files searched for. > > That's really annoying. I wish cabal sdist was clever enough to fi

Re: [wxhaskell-devel] error with wxDirect

2009-09-24 Thread shelarcy
w-conflicts options to apply These can set as defaults by adding apply mark-conflicts to _darcs/prefs/defaults in the target repo. -- shelarcy http://page.freett.com/shelarcy/ -- Come build with us! The BlackBerry

[wxhaskell-devel] darcs patch: Use wxWidgets 2.8.10 in default when building on Windows.

2009-05-15 Thread shelarcy
darcs332 Description: Binary data -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 2 more)

2009-04-12 Thread shelarcy
ocs/6.10.2/html/Cabal/authors.html#buildinfo And I think we need to add configure file for searching installed wxc library, too. http://www.haskell.org/ghc/docs/6.10.2/html/Cabal/authors.html#system-dependent Best Regards, -- shelarcy http://page.freett.com/shelarcy/ -

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 2 more)

2009-04-11 Thread shelarcy
I pushed these changes now, thanks. On Sat, 11 Apr 2009 01:25:25 +0900, shelarcy wrote: >> Is this the right approach? >> >> Wed Apr 8 11:38:47 BST 2009 Eric Kow >> * Move wxcore.cabal to wxcore and use Simple build method. >> The assumption here is that the

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 2 more)

2009-04-10 Thread shelarcy
ion now. But you forgot to add wxcore-install. This means that we must build wxcore twice when we want to build binary distribution. So, I added more 1 patch for adding wxcore-install target. Best Regards, -- shelarcy http://page.freett.com/shelarcy/ bin

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 5 more)

2009-04-10 Thread shelarcy
c file in pkgconfig dir. > > Thu Apr 9 20:09:09 BST 2009 Eric Kow > * Express dependency on wxc in wxcore.cabal via pkgconfig. So, new patches are not solution for our problem. We still need to supply bindist. Best Regards, -- shelarcy http://page.freett.com/shelarcy/

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 2 more)

2009-04-10 Thread shelarcy
e to make binary distribution. I don't know this is easy or not. Best Regards, -- shelarcy http://page.freett.com/shelarcy/ -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative En

Re: [wxhaskell-devel] darcs patch: Remove seemingly unused wxEiffel definitions.

2009-04-08 Thread shelarcy
t; >> Anyway, can we do with a C parser? Won't we need a C++ parser? > > I guess that depends if those header files in wxWidgets happen to be C > parseable. wxWidget header files also use C++ features (e.g. class and template). So, we need a C++ parser. Best Reg

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 2 more)

2009-04-08 Thread shelarcy
at is not good for all Windows users. I think we must modify your patch to support binary distribution. Best Regards, -- shelarcy http://page.freett.com/shelarcy/ -- This SF.net email is sponsored by: High Quality Requirements in

Re: [wxhaskell-devel] darcs patch: Fix building profile version library with GHC 6.10.2.

2009-04-03 Thread shelarcy
Pushed. 2009/4/3 shelarcy : > Fri Apr 3 23:09:05 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Fix building profile version library with GHC 6.10.2. -- shelarcy http://page.freett.com

[wxhaskell-devel] darcs patch: Fix building profile version library with GHC 6.10.2.

2009-04-03 Thread shelarcy
darcs800 Description: Binary data -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Re: [wxhaskell-devel] darcs patch: Use Foreign.Concurrent.newForeignPtr instead of Foreig...

2009-03-21 Thread shelarcy
Pushed. 2009/3/22 shelarcy : > Sat Mar 21 15:57:48 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Use Foreign.Concurrent.newForeignPtr instead of Foreign.ForeignPtr.newF= > oreignPtr. -- shelarcy http://page.freett.

[wxhaskell-devel] darcs patch: Use Foreign.Concurrent.newForeignPtr instead of Foreig...

2009-03-21 Thread shelarcy
darcs3056 Description: Binary data -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Build

Re: [wxhaskell-devel] darcs patch: Move reimp.exe to wxc/util.

2009-03-16 Thread shelarcy
Pushed. 2009/3/16 shelarcy : > Mon Mar 16 12:37:39 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Move reimp.exe to wxc/util. -- shelarcy http://page.freett.com/shelarcy/ -- Apps built

[wxhaskell-devel] darcs patch: Move reimp.exe to wxc/util.

2009-03-15 Thread shelarcy
darcs3448 Description: Binary data -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Build

Re: [wxhaskell-devel] darcs patch: Add socket.cpp and sckaddr.cpp to wxc. (and 1 more)

2009-03-13 Thread shelarcy
Pushed. 2009/3/13 shelarcy : > Fri Mar 13 15:49:52 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Add socket.cpp and sckaddr.cpp to wxc. > MERGED: add socket/sckaddr > > r25 | s

Re: [wxhaskell-devel] darcs patch: Fix typo in previous Refactor to return ... (and 2 more)

2009-03-12 Thread shelarcy
Pushed. 2009/3/13 shelarcy : > Fri Mar 13 02:13:45 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Fix typo in previous Refactor to return wxPoint/wxSize/wxRect class dir= > ectly patch. > > Fri Mar 13 02:19:34 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelar

[wxhaskell-devel] darcs patch: Fix typo in previous Refactor to return ... (and 2 more)

2009-03-12 Thread shelarcy
darcs2788 Description: Binary data -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Build

Re: [wxhaskell-devel] darcs patch: Refactor to return wxPoint/wxSize/wxRect class directl...

2009-03-10 Thread shelarcy
Pushed. 2009/3/10 shelarcy : > * Refactor to return wxPoint/wxSize/wxRect class directly in wxc. -- shelarcy http://page.freett.com/shelarcy/ -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM)

Re: [wxhaskell-devel] Build error

2009-03-05 Thread shelarcy
all wx --global This is current Cabalization's problem. http://haskell.org/haskellwiki/WxHaskell/Troubleshooting#Compilation_issues http://hackage.haskell.org/trac/hackage/ticket/431 Best Regards, -- shelarcy http://page.freett.com/shelarcy/ --

[wxhaskell-devel] darcs patch: Fix: previous Refactor to use C++ bool d... (and 1 more)

2009-03-05 Thread shelarcy
darcs2108 Description: Binary data -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovati

Re: [wxhaskell-devel] Build error

2009-03-05 Thread shelarcy
in with 0.11.1.2. And I'll send darcs patch for this problem later. Best Regards, -- shelarcy http://page.freett.com/shelarcy/ -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC ta

[wxhaskell-devel] darcs patch: Add to generate Readme.txt file for sour... (and 1 more)

2009-03-01 Thread shelarcy
darcs2400 Description: Binary data -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovati

Re: [wxhaskell-devel] darcs patch: Change version number from 0.11.1 to 0.1... (and 1 more)

2009-02-28 Thread shelarcy
Pushed. 2009/2/28 shelarcy : > Sat Feb 28 00:01:24 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Change version number from 0.11.1 to 0.11.1.0. > > Sat Feb 28 11:36:01 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Refactor to u

Re: [wxhaskell-devel] darcs patch: Fix: managed.cpp causes problem on Linux (Debian and U...

2009-01-15 Thread shelarcy
Pushed. 2009/1/15 shelarcy : > Thu Jan 15 17:06:04 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Fix: managed.cpp causes problem on Linux (Debian and Ubuntu) platform. > = > > MERGED: manage to run managed.cpp on ubuntu > r21 | snmsts | 2009-01-1

[wxhaskell-devel] darcs patch: Fix: managed.cpp causes problem on Linux (Debian and U...

2009-01-15 Thread shelarcy
darcs1872 Description: Binary data -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword___ wxhas

Re: [wxhaskell-devel] darcs patch: Use wxString_Length function instead of ... (and 3 more)

2009-01-13 Thread shelarcy
Pushed. These patches are very big. I hope that this change works well in your environment. And I have a plan to commit big patch once again. 2009/1/13 shelarcy : > Thu Jan 8 23:26:43 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Use wxString_Length function i

Re: [wxhaskell-devel] darcs patch: Bump version number to 0.11.1 (and 4 more)

2009-01-06 Thread shelarcy
Pushed with one extra patch that fixes typos in these changes. 2009/1/7 shelarcy : > Tue Jan 6 22:29:11 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Bump version number to 0.11.1 > > Tue Jan 6 23:13:58 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy

[wxhaskell-devel] darcs patch: Bump version number to 0.11.1 (and 4 more)

2009-01-06 Thread shelarcy
darcs196 Description: Binary data -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB_

Re: [wxhaskell-devel] darcs patch: Remove unused wxWidgets 2.4 and 2.6's Visual Studio pr...

2009-01-05 Thread shelarcy
Pushed. 2009/1/6 shelarcy : > Mon Jan 5 10:28:54 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Remove unused wxWidgets 2.4 and 2.6's Visual Studio project files. -- shelarcy http://page.freet

[wxhaskell-devel] darcs patch: Remove unused wxWidgets 2.4 and 2.6's Visual Studio pr...

2009-01-05 Thread shelarcy
darcs1400 Description: Binary data -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Re: [wxhaskell-devel] 0.11.0 Release Schedule

2009-01-04 Thread shelarcy
Hi Jeremy, We don't receive annoucement yet. Are you busy now? Best Regards, On Sat, 03 Jan 2009 08:07:30 +0900, Jeremy O'Donoghue wrote: > I'll do an announcement tomorrow morning (UK time). > > Regards > Jeremy > > On 2 Jan 2009, at 22:57, shelarcy wrote:

Re: [wxhaskell-devel] 0.11.0 Release Schedule

2009-01-02 Thread shelarcy
ore part of HaskellWiki's wxHaskell document, and I uploaded wxcore 0.11.0 and wx 0.11.0 to HackageDB, too. Jeremy, how about announce wxHaskell 0.11.0 release? Best Regards, On Tue, 23 Dec 2008 23:13:59 +0900, shelarcy wrote: > Hi, I updated and added a few documentation now. > &

Re: [wxhaskell-devel] darcs patch: Add toolMenuFromBitmap function (requested by Bernd H...

2009-01-02 Thread shelarcy
Pushed. 2009/1/2 shelarcy : > Fri Jan 2 14:13:07 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Add toolMenuFromBitmap function (requested by Bernd Holzmueller). -- shelarcy http://page.freett.com

[wxhaskell-devel] darcs patch: Add toolMenuFromBitmap function (requested by Bernd H...

2009-01-01 Thread shelarcy
darcs2228 Description: Binary data -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Re: [wxhaskell-devel] darcs patch: Fix: Hardcoded wxNB_* layout style doesn't works well ...

2008-12-26 Thread shelarcy
Pushed. 2008/12/26 shelarcy : > Fri Dec 26 23:49:25 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Fix: Hardcoded wxNB_* layout style doesn't works well when using wxWidg= > ets 2.8.x. = -- shelarcy http://page.fr

[wxhaskell-devel] darcs patch: Fix: Hardcoded wxNB_* layout style doesn't works well ...

2008-12-26 Thread shelarcy
darcs4088 Description: Binary data -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Re: [wxhaskell-devel] darcs patch: Bump version number to 0.11.0 (and 1 more)

2008-12-24 Thread shelarcy
Pushed. 2008/12/24 shelarcy : > Wed Dec 24 07:39:20 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Bump version number to 0.11.0 > > Wed Dec 24 07:40:13 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Set Release version to 0.11.

[wxhaskell-devel] darcs patch: Bump version number to 0.11.0 (and 1 more)

2008-12-23 Thread shelarcy
darcs3556 Description: Binary data -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Re: [wxhaskell-devel] darcs patch: Update change.txt for wxHaskell 0.11.0 r... (and 1 more)

2008-12-23 Thread shelarcy
Pushed. 2008/12/23 shelarcy : > Tue Dec 23 15:58:39 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Update change.txt for wxHaskell 0.11.0 release. > > Tue Dec 23 23:28:50 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Add Homepage

[wxhaskell-devel] darcs patch: Update change.txt for wxHaskell 0.11.0 r... (and 1 more)

2008-12-23 Thread shelarcy
darcs2640 Description: Binary data -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Re: [wxhaskell-devel] 0.11.0 Release Schedule

2008-12-23 Thread shelarcy
hink a nice way would be something like > > 1. whatever is needed to install wxcore > 2. cabal install wx -- shelarcy http://page.freett.com/shelarcy/ -- ___ wxha

[wxhaskell-devel] darcs patch: Update change.txt for wxHaskell 0.11.0 release.

2008-12-22 Thread shelarcy
darcs2816 Description: Binary data -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

[wxhaskell-devel] 0.11.0 Release Schedule

2008-12-21 Thread shelarcy
release 0.11.0. Does anyone have an opion about this? Too rushed? -- shelarcy http://page.freett.com/shelarcy/ -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.source

Re: [wxhaskell-devel] darcs patch: Use wxWindowList::compatibility_iterator... (and 1 more)

2008-12-17 Thread shelarcy
Pushed. 2008/12/18 shelarcy : > Wed Dec 17 15:22:25 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 h8sp...@googlemai= > l.com > * Use wxWindowList::compatibility_iterator in wxc to avoid building probl= > em. > > Thu Dec 18 00:52:36 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelar

[wxhaskell-devel] darcs patch: Use wxWindowList::compatibility_iterator... (and 1 more)

2008-12-17 Thread shelarcy
darcs3168 Description: Binary data -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now.

Re: [wxhaskell-devel] darcs patch: Chnage wxWindowList::Node to wxWindowList::compatibili...

2008-12-14 Thread shelarcy
Pushed. 2008/12/15 shelarcy : > Mon Dec 15 00:34:58 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Chnage wxWindowList::Node to wxWindowList::compatibility_iterator for f= > ixing building problem. -- shelarcy http://page.freett.

[wxhaskell-devel] darcs patch: Chnage wxWindowList::Node to wxWindowList::compatibili...

2008-12-14 Thread shelarcy
darcs328 Description: Binary data -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now.

Re: [wxhaskell-devel] darcs patch: Add --with-compiler option for forward c... (and 1 more)

2008-12-13 Thread shelarcy
Pushed. 2008/12/14 shelarcy : > Sun Dec 14 00:36:33 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Add --with-compiler option for forward compatibility. > > Sun Dec 14 01:08:13 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com>

[wxhaskell-devel] darcs patch: Add --with-compiler option for forward c... (and 1 more)

2008-12-13 Thread shelarcy
darcs1120 Description: Binary data -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now.

Re: [wxhaskell-devel] cabal install wxcore (and also wxdirect)

2008-12-12 Thread shelarcy
t; (just like we pass --prefix etc). > > Either way it doesn't sound difficult. Patches welcome. > >> Another solution is to really just find a way to get rid of our >> make oriented build method. > > Or that. -- shelarcy http://page.freett.com/shelarcy/ --

Re: [wxhaskell-devel] darcs patch: Add --global option. (and 1 more)

2008-12-12 Thread shelarcy
Pushed. 2008/12/13 shelarcy : > Fri Dec 12 22:06:52 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Add --global option. > > Sat Dec 13 01:33:09 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy y...@gmail.com> > * Add notebookHitTest function (requeste

[wxhaskell-devel] darcs patch: Add --global option. (and 1 more)

2008-12-12 Thread shelarcy
darcs3628 Description: Binary data -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now.

Re: [wxhaskell-devel] darcs patch: Use latest version of packages in GHC database

2008-12-10 Thread shelarcy
Windows. So, I added to push following two patches. [Use latest version of packages in GHC database, part2 shelarcy <[EMAIL PROTECTED]>**20081211051248] [Fix: ghc-pkg latest causes problem on Windows. shelarcy <[EMAIL PROTECTED]>**20081211061555 Ignore-this: ef77c47ece75a0

Re: [wxhaskell-devel] running wxhaskell apps on macos x

2008-12-09 Thread shelarcy
t twist: if you run macosx-app foo, > you can then invoke foo.app/Contents/MacOS/foo in order to run your > GUI program from the command line I think macosx-app causes your problem. I can run foo and foo.app/ on my Intel Mac environment, too. shelarcy$ open GLMultiCanvas shelarcy$ /Use

Re: [wxhaskell-devel] cabal install wxcore (and also wxdirect)

2008-11-28 Thread shelarcy
Pushed. On Fri, 28 Nov 2008 22:47:04 +0900, shelarcy <[EMAIL PROTECTED]> wrote: >>> And installation directory isn't $HOME/.cabal now. It causes problem when >>> use Mac OS X application bundle. See above patch online. Does anybody have >>> an idea to solv

Re: [wxhaskell-devel] cabal install wxcore (and also wxdirect)

2008-11-28 Thread shelarcy
of this problem. I'll push it tomorrow. Best Regards, -- shelarcy http://page.freett.com/shelarcy/ locale.dpatch Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challeng

Re: [wxhaskell-devel] cabal install wxcore (and also wxdirect)

2008-11-27 Thread shelarcy
we could start with is by cabalising wxdirect and > just making wxcore for that. It seems a little silly having this tool > on hackage that /only/ serves for building wxhaskell (but then maybe one > day it will be useful for working on contribs?) -- shelarcy http://page.freett.com/shelarcy

[wxhaskell-devel] darcs patch: Add --user option.

2008-11-27 Thread shelarcy
darcs8fcb39 Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

Re: [wxhaskell-devel] darcs patch: Move wxdirect cabal file one level up

2008-11-18 Thread shelarcy
Pushed. On Wed, 19 Nov 2008 00:59:54 +0900, Eric Kow <[EMAIL PROTECTED]> wrote: > Tue Nov 18 15:56:23 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Move wxdirect cabal file one level up > This is just for consistency with the current wx.cabal -- shelarcy http://pag

Re: [wxhaskell-devel] darcs patch: Add homepage/download/EnableGUI.hs for v... (and 1 more)

2008-11-13 Thread shelarcy
Pushed. 2008/11/13 shelarcy <[EMAIL PROTECTED]>: > Thu Nov 13 14:01:24 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy [EMAIL PROTECTED]> > * Add homepage/download/EnableGUI.hs for version control. > > Thu Nov 13 18:24:05 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shela

Re: [wxhaskell-devel] darcs patch: Modernise wxdirect System.Environment im... (and 1 more)

2008-11-13 Thread shelarcy
Pushed. On Thu, 13 Nov 2008 01:54:29 +0900, Eric Kow <[EMAIL PROTECTED]> wrote: > Wed Nov 12 16:50:04 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Modernise wxdirect System.Environment import > so that we don't need the haskell98 package to build On Thu, 13 Nov 200

[wxhaskell-devel] darcs patch: Add homepage/download/EnableGUI.hs for v... (and 1 more)

2008-11-13 Thread shelarcy
darcs3585e9 Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

Re: [wxhaskell-devel] darcs patch: Modernise wxdirect System.Environment im... (and 1 more)

2008-11-12 Thread shelarcy
parsec >= 2.1 && < 3 wxdirect can work with parsec 3. So, here is a correct build-dpends. parsec >= 2.1.0 && < 4 Attached is a fixed patch. I'll push that tomorrow. Best Regards, -- shelarcy http://page.freett.com/shelarcy/ wxdirect.dpatch Descript

Re: [wxhaskell-devel] processExecAsync and processExecAsyncTimed don't work in version 0.10.3

2008-11-12 Thread shelarcy
o > ... > > and on stderr frame: > > Stderr: 99: Error > 97: Error > 95: Error > 93: Error > 91: Error > 89: Error > 87: Error > 85: ErroStderr: r > 83: Error > ... > > That is, the first 8 bytes (Stdout: / Stderr: ) a

[wxhaskell-devel] darcs patch: Add ByteString support. (and 1 more)

2008-11-12 Thread shelarcy
darcs844f5f Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

Re: [wxhaskell-devel] darcs patch: Use $hdoc instead of haddock to refer ha... (and 2 more)

2008-11-09 Thread shelarcy
Pushed. 2008/11/9 shelarcy <[EMAIL PROTECTED]>: > Sun Nov 9 14:31:54 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy [EMAIL PROTECTED]> > * Use $hdoc instead of haddock to refer haddock name. > > Sun Nov 9 14:35:23 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy [EMAIL

[wxhaskell-devel] darcs patch: Use $hdoc instead of haddock to refer ha... (and 2 more)

2008-11-09 Thread shelarcy
darcs5dd1b4 Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

Re: [wxhaskell-devel] darcs patch: Fix: undefined reference to wxXmlResourc... (and 10 more)

2008-11-07 Thread shelarcy
I pushed patches except this change. 2008/11/8 shelarcy <[EMAIL PROTECTED]>: > Fri Nov 7 12:55:12 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <[EMAIL > PROTECTED]> > * Set Release version to 0.11.1 RC 1 Release version is 0.11.0 RC 1. So, I'll change name of this

[wxhaskell-devel] darcs patch: Fix: undefined reference to wxXmlResourc... (and 10 more)

2008-11-07 Thread shelarcy
darcse8f2fc Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

Re: [wxhaskell-devel] Trouble compiling any wxHaskell program after XRC patches

2008-11-06 Thread shelarcy
Hi, I made patch for this problem. Attached is a patch for that. Please test. Best Regards, On Mon, 03 Nov 2008 23:46:25 +0900, shelarcy <[EMAIL PROTECTED]> wrote: >> While wxHaskell compiles and installs, I get the following error when >> trying to compile one of th

Re: [wxhaskell-devel] Compiler error messages, compiling sample programs

2008-11-03 Thread shelarcy
trib/PaintDirect.hs So, you can fix this problem by using darcs version, or applying this change. http://code.haskell.org/wxhaskell/_darcs/patches/20080429232026-c1071-26eace0f369f4fc73e456bebddef0cd6b431539b.gz Best Regards, --

Re: [wxhaskell-devel] Compiler error messages, compiling sample programs

2008-11-03 Thread shelarcy
romFile' I missed push this change when building GHC 6.8.3's wxhaskell 0.10.3 binary distribution. http://code.haskell.org/wxhaskell/_darcs/patches/20080429145931-c1071-b06747db78819af53a2ee64a0d344acf158e9041.gz So, you can fix sample programs' problem by undoing this change or using wxhaskell-src-0.10.3.zip&

Re: [wxhaskell-devel] Trouble compiling any wxHaskell program after XRC patches

2008-11-03 Thread shelarcy
23:46:25 +0900, shelarcy <[EMAIL PROTECTED]> wrote: > Hi, > > On Sun, 02 Nov 2008 18:11:29 +0900, Mads Lindstrøm <[EMAIL PROTECTED]> wrote: >> After the XRC additions (the "Add XRC support" path) I have not been >> able to compile the test programs, and I

Re: [wxhaskell-devel] Trouble compiling any wxHaskell program after XRC patches

2008-11-03 Thread shelarcy
_str_id) { return NULL; } #endif http://www.mail-archive.com/wxhaskell-devel@lists.sourceforge.net/msg00273.html Best Regards, -- shelarcy http://page.freett.com/shelarcy/ - This SF.Net email is sponsored by the Moblin Your Move Develop

Re: [wxhaskell-devel] darcs patch: Use DEPRECATED pragma instead of only ha... (and 1 more)

2008-10-28 Thread shelarcy
2008/10/28 shelarcy <[EMAIL PROTECTED]>: > Tue Oct 28 17:25:15 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy [EMAIL PROTECTED]> > * Use DEPRECATED pragma instead of only haddock comment to describe depre= > cated functions. > > Tue Oct 28 17:34:24 =93=8C=8B=9E (=95W=8F=

Re: [wxhaskell-devel] darcs patch: Fixed broken Haddock descriptions. (and 2 more)

2008-10-28 Thread shelarcy
2008/10/28 shelarcy <[EMAIL PROTECTED]>: >Tue Oct 28 14:36:50 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <[EMAIL >PROTECTED]> > * Fixed broken Haddock descriptions. > >Tue Oct 28 15:03:09 =93=8C=8B=9E (=95W=8F=80=8E=9E)2008 shelarcy <[EMAIL >PROTECTED]>

[wxhaskell-devel] darcs patch: Use DEPRECATED pragma instead of only ha... (and 1 more)

2008-10-28 Thread shelarcy
darcsa32154 Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

Re: [wxhaskell-devel] Darcs patch: support for XRC based resources in wxHaskell

2008-10-27 Thread shelarcy
. A week past from your mail. So, I pushed that with my patch for gcc's. > I have some text ready for the wxHaskell wiki to help people to try this > stuff for themselves, which I'll put in once the patch has been pushed. Go ahead, please. Best Regards, -- shela

Re: [wxhaskell-devel] Darcs patch: support for XRC based resources in wxHaskell

2008-10-23 Thread shelarcy
On Thu, 23 Oct 2008 21:59:36 +0900, shelarcy <[EMAIL PROTECTED]> wrote: > I got error when building wxc with xrc.patch on Mac OS X platform. > > g++ -c wxc/src/eljrc.cpp -o dist/wxc/eljrc.o -MD -DwxcREFUSE_MEDIACTRL > -I/usr/lib/wx/include/mac-unicode-debug-2.8 -I/

Re: [wxhaskell-devel] Darcs patch: support for XRC based resources in wxHaskell

2008-10-23 Thread shelarcy
ETCTRL_FN macro causes problem. Does anyone knows how to solve this problem? My Mac's gcc version is 4.0.1. shelarcy$ gcc -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5484~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/

Re: [wxhaskell-devel] darcs patch: Fix configure doesn't care about that us... (and 2 more)

2008-10-11 Thread shelarcy
Pushed. 2008/10/11 shelarcy <[EMAIL PROTECTED]>: > Sat Oct 11 12:25:55 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy [EMAIL PROTECTED]> > * Fix configure doesn't care about that users can install some version of= > packages. > > Sat Oct 11 12:31:52 =93=8C=

Re: [wxhaskell-devel] How about release wxHaskell 0.11? (Was: build failure in new release

2008-10-11 Thread shelarcy
dback about wxWidgets 2.8 support from users. And we leaves some more tasks. Fotunately, GHC 6.10.x isn't released yet. I think we have a time to wait for adding XRC support. http://hackage.haskell.org/trac/ghc/wiki/GHC-6.10.1 Best Regard

[wxhaskell-devel] How about release wxHaskell 0.11? (Was: build failure in new release

2008-10-10 Thread shelarcy
that we want adding 0.11 to 0.12, and release new version 0.11 (or 0.10.6?) soonly. I uploaeded un-official release what are the previous mail's one to HackageDB . But it's only a stopgap release, we must replace official one. Best Regard, On Sat, 11 Oct 2008 13:46:01 +0900, shelar

Re: [wxhaskell-devel] build failure in new release

2008-10-10 Thread shelarcy
317CFF6A8%40ShelarcyWin&forum_name=wxhaskell-devel Best Regards, -- shelarcy http://page.freett.com/shelarcy/ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

[wxhaskell-devel] darcs patch: Fix configure doesn't care about that us... (and 2 more)

2008-10-10 Thread shelarcy
darcs58ff6d Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

Re: [wxhaskell-devel] darcs patch: Change SVG's auto-generated function nam... (and 3 more)

2008-10-10 Thread shelarcy
Pushed. 2008/10/11 shelarcy <[EMAIL PROTECTED]>: > Fri Oct 10 23:59:51 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy [EMAIL PROTECTED]> > * Change SVG's auto-generated function name to be more friendly. > > Sat Oct 11 00:01:13 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008

[wxhaskell-devel] darcs patch: Change SVG's auto-generated function nam... (and 3 more)

2008-10-10 Thread shelarcy
darcs32e727 Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

[wxhaskell-devel] darcs patch: Change SVG's auto-generated function nam... (and 2 more)

2008-10-10 Thread shelarcy
darcsca27c8 Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

Re: [wxhaskell-devel] darcs patch: Bump version number to 0.10.4 (and 1 more)

2008-10-09 Thread shelarcy
2008/10/9 shelarcy <[EMAIL PROTECTED]>: > Thu Oct 9 18:24:04 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy > * Bump version number to 0.10.4 > > Thu Oct 9 18:43:45 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy > * Bump Cabal's version number to 0.10.4, too. P

[wxhaskell-devel] darcs patch: Bump version number to 0.10.4 (and 1 more)

2008-10-09 Thread shelarcy
darcsd2c40d Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

[wxhaskell-devel] darcs patch: Bump version number to 0.10.4

2008-10-09 Thread shelarcy
darcs776783 Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

  1   2   >