From: Don S. <do...@ga...> - 2008-10-11 02:26:47
|
configuration: library: wxhaskell-0.10.4 (release 0) compiler: ghc-6.10.0.20081007 wxwidgets: gtk-2.8.9 extensions: openGL: no mediactrl: no contrib: no library dir: /home/dons/.cabal/lib done: type 'make' to build wxhaskell. type 'make install' to install wxhaskell. type 'make help' to receive help on all other make targets *** config/config.mk:22: *** missing separator. Stop. cabal: Error: some packages failed to install: wxcore-0.10.4 failed during the building phase. The exception was: exit: ExitFailure 2 Typo in config.mk # Packages PKG-CONTAINERS=-package containers-0.2.0.0 PKG-PARSEC=-package parsec-2.1.0.1 2.1.0.2 PKG-TIME=-package time-1.1.2.1 PKG-STM=-package stm-2.1.1.1 |
From: shelarcy <she...@gm...> - 2008-10-11 04:46:26
|
Hi, On Sat, 11 Oct 2008 11:26:43 +0900, Don Stewart <do...@ga...> wrote: > configuration: > library: wxhaskell-0.10.4 (release 0) > (snip) > > *** config/config.mk:22: *** missing separator. Stop. > cabal: Error: some packages failed to install: > wxcore-0.10.4 failed during the building phase. The exception was: > exit: ExitFailure 2 > > Typo in config.mk > > # Packages > PKG-CONTAINERS=-package containers-0.2.0.0 > PKG-PARSEC=-package parsec-2.1.0.1 > 2.1.0.2 > PKG-TIME=-package time-1.1.2.1 > PKG-STM=-package stm-2.1.1.1 I fixed this bug in the new HackageDB releace 0.10.5. Please test again with 0.10.5. And I sent darcs patch for this bug (and 2 more). I will push tomorrow unless somebody complains that. http://sourceforge.net/mailarchive/forum.php?thread_name=FF3769EA396C4DA4B1FC7BF317CFF6A8%40ShelarcyWin&forum_name=wxhaskell-devel Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Don S. <do...@ga...> - 2008-10-11 18:47:18
|
shelarcy: > Hi, > > On Sat, 11 Oct 2008 11:26:43 +0900, Don Stewart <do...@ga...> wrote: > > configuration: > > library: wxhaskell-0.10.4 (release 0) > > (snip) > > > > *** config/config.mk:22: *** missing separator. Stop. > > cabal: Error: some packages failed to install: > > wxcore-0.10.4 failed during the building phase. The exception was: > > exit: ExitFailure 2 > > > > Typo in config.mk > > > > # Packages > > PKG-CONTAINERS=-package containers-0.2.0.0 > > PKG-PARSEC=-package parsec-2.1.0.1 > > 2.1.0.2 > > PKG-TIME=-package time-1.1.2.1 > > PKG-STM=-package stm-2.1.1.1 > > I fixed this bug in the new HackageDB releace 0.10.5. > Please test again with 0.10.5. > > And I sent darcs patch for this bug (and 2 more). > I will push tomorrow unless somebody complains that. > > http://sourceforge.net/mailarchive/forum.php?thread_name=FF3769EA396C4DA4B1FC7BF317CFF6A8%40ShelarcyWin&forum_name=wxhaskell-devel > > Thanks, fixes that. I still get this error on Arch Linux, ld -r -o dist/wxcore/wxcore.o dist/wxcore/imports/Graphics/UI/WXCore/WxcClasses.o dist/wxcore/imports/Graphics/UI/WXCore/WxcClassInfo.o dist/wxcore/imports/Graphics/UI/WXCore/WxcDefs.o dist/wxcore/imports/Graphics/UI/WXCore/Types.o dist/wxcore/imports/Graphics/UI/WXCore/Defines.o dist/wxcore/imports/Graphics/UI/WXCore/Draw.o dist/wxcore/imports/Graphics/UI/WXCore/Image.o dist/wxcore/imports/Graphics/UI/WXCore/Events.o dist/wxcore/imports/Graphics/UI/WXCore/DragAndDrop.o dist/wxcore/imports/Graphics/UI/WXCore/Frame.o dist/wxcore/imports/Graphics/UI/WXCore/Layout.o dist/wxcore/imports/Graphics/UI/WXCore/Process.o dist/wxcore/imports/Graphics/UI/WXCore/Print.o dist/wxcore/imports/Graphics/UI/WXCore/Dialogs.o dist/wxcore/imports/Graphics/UI/WXCore/Controls.o dist/wxcore/imports/Graphics/UI/WXCore/Db.o dist/wxcore/imports/Graphics/UI/WXCore/OpenGL.o dist/wxcore/imports/Graphics/UI/WXCore.o dist/wxcore/imports/Graphics/UI/WXCore/Events_stub.o cat config/wxcore.pkg | sed -e "s|\${wxhlibdir}|/usr/lib|" | ghc-pkg update - Reading package info from stdin ... done. ghc-pkg: /usr/lib/imports doesn't exist or isn't a directory (use --force to override) |
From: Don S. <do...@ga...> - 2008-10-12 00:45:09
|
shelarcy: > Hi, > > On Sat, 11 Oct 2008 11:26:43 +0900, Don Stewart <do...@ga...> wrote: > > configuration: > > library: wxhaskell-0.10.4 (release 0) > > (snip) > > > > *** config/config.mk:22: *** missing separator. Stop. > > cabal: Error: some packages failed to install: > > wxcore-0.10.4 failed during the building phase. The exception was: > > exit: ExitFailure 2 > > > > Typo in config.mk > > > > # Packages > > PKG-CONTAINERS=-package containers-0.2.0.0 > > PKG-PARSEC=-package parsec-2.1.0.1 > > 2.1.0.2 > > PKG-TIME=-package time-1.1.2.1 > > PKG-STM=-package stm-2.1.1.1 > > I fixed this bug in the new HackageDB releace 0.10.5. > Please test again with 0.10.5. > > And I sent darcs patch for this bug (and 2 more). > I will push tomorrow unless somebody complains that. > > http://sourceforge.net/mailarchive/forum.php?thread_name=FF3769EA396C4DA4B1FC7BF317CFF6A8%40ShelarcyWin&forum_name=wxhaskell-devel > > > Best Regards, And I got wx and wxcore to build *out of the box* with cabal install 0.6, cabal 1.6 and ghc 6.10!!! Yay! -- Don |
From: shelarcy <she...@gm...> - 2008-10-11 05:26:50
|
Hi all, We already fixed two critical build problem in the darcs repository: - wxWidgets 2.8.x build problem - GHC 6.10.x build problem But current our official wxHaskell release version 0.10.3 is not. This is bad for people who want to use wxHaskell. So, I think we should postpone some feature 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, shelarcy <she...@gm...> wrote: >> configuration: >> library: wxhaskell-0.10.4 (release 0) >> (snip) >> >> *** config/config.mk:22: *** missing separator. Stop. >> cabal: Error: some packages failed to install: >> wxcore-0.10.4 failed during the building phase. The exception was: >> exit: ExitFailure 2 >> >> Typo in config.mk >> >> # Packages >> PKG-CONTAINERS=-package containers-0.2.0.0 >> PKG-PARSEC=-package parsec-2.1.0.1 >> 2.1.0.2 >> PKG-TIME=-package time-1.1.2.1 >> PKG-STM=-package stm-2.1.1.1 > > I fixed this bug in the new HackageDB releace 0.10.5. > Please test again with 0.10.5. -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-10-11 07:27:16
|
Hey all, On Sat, Oct 11, 2008 at 14:26:25 +0900, shelarcy wrote: > We already fixed two critical build problem in the darcs repository: > - wxWidgets 2.8.x build problem > - GHC 6.10.x build problem > > But current our official wxHaskell release version 0.10.3 is not. > This is bad for people who want to use wxHaskell. > > So, I think we should postpone some feature that we want adding 0.11 > to 0.12, and release new version 0.11 (or 0.10.6?) soonly. Great to see that wxhaskell is active! I support this proposal (being a wxhaskell user that wants to just my friends to cabal install wx) By the way, it would be really really good if wxcore could be installed with cabal install (and not require sudo cabal install --global)! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Jeremy O'D. <je...@o-...> - 2008-10-11 07:41:12
|
Hi all, I am about two weeks away from committing XRC support. It's working about 70% at the moment and I need to write test cases to cover most widgets and make sure the most important functions are working, as well as writing a wiki tutorial to show how to do the Real World Haskell GUI chapter in wxHaskell. If we are OK with two releases close together, then we could release a bugfix update now. Otherwise, can we wait about two weeks to put out release candidate with XRC support (which I think would be an interesting feature for many people). Best regards Jeremy On Sat, 11 Oct 2008 14:26:25 +0900, "shelarcy" <she...@gm...> said: > Hi all, > > We already fixed two critical build problem in the darcs repository: > - wxWidgets 2.8.x build problem > - GHC 6.10.x build problem > > But current our official wxHaskell release version 0.10.3 is not. > This is bad for people who want to use wxHaskell. > > So, I think we should postpone some feature 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, shelarcy <she...@gm...> wrote: > >> configuration: > >> library: wxhaskell-0.10.4 (release 0) > >> (snip) > >> > >> *** config/config.mk:22: *** missing separator. Stop. > >> cabal: Error: some packages failed to install: > >> wxcore-0.10.4 failed during the building phase. The exception was: > >> exit: ExitFailure 2 > >> > >> Typo in config.mk > >> > >> # Packages > >> PKG-CONTAINERS=-package containers-0.2.0.0 > >> PKG-PARSEC=-package parsec-2.1.0.1 > >> 2.1.0.2 > >> PKG-TIME=-package time-1.1.2.1 > >> PKG-STM=-package stm-2.1.1.1 > > > > I fixed this bug in the new HackageDB releace 0.10.5. > > Please test again with 0.10.5. > > -- > shelarcy <shelarcy hotmail.co.jp> > http://page.freett.com/shelarcy/ > > ------------------------------------------------------------------------- > 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 to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > wxhaskell-devel mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel |
From: shelarcy <she...@gm...> - 2008-10-11 10:34:24
|
On Sat, 11 Oct 2008 16:24:46 +0900, Jeremy O'Donoghue <je...@o-...> wrote: > I am about two weeks away from committing XRC support. It's working > about 70% at the moment It's Great! > If we are OK with two releases close together, then we could release a > bugfix update now. Otherwise, can we wait about two weeks to put out > release candidate with XRC support (which I think would be an > interesting feature for many people). Hmm ... I think waiting about two weeks is better. Because I think we couldn't release 0.12 soonly. We need feedback 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 Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |