From: Luc T. <luc...@gm...> - 2013-03-19 21:23:06
|
my mistake , I run the build , not the install !! once done, it went fine , many thanks again for your time and availability !! ( and quick response) Luc ------- mbp2-de-luc:wxHello luc$ cabal clean cleaning... mbp2-de-luc:wxHello luc$ cabal configure Resolving dependencies... [1 of 1] Compiling Main ( Setup.hs, dist/setup/Main.o ) Linking ./dist/setup/setup ... Configuring wxHello-0.1.0... mbp2-de-luc:wxHello luc$ cabal build Building wxHello-0.1.0... Preprocessing executable 'WxHello' for wxHello-0.1.0... [1 of 1] Compiling Main ( src/Main.hs, dist/build/WxHello/WxHello-tmp/Main.o ) src/Main.hs:10:10: Warning: A do-notation statement discarded a result of type StaticText (). Suppress this warning by saying "_ <- staticText f [(Graphics.UI.WX.Attributes.:=) text "How you doing?"]", or by using the flag -fno-warn-unused-do-bind Linking dist/build/WxHello/WxHello ... Creating application bundle directory dist/build/WxHello.app Copying executable WxHello into place Copying resources/WxHello.icns to app's icon Running Rez, etc. mbp2-de-luc:wxHello luc$ -------------- Luc be.linkedin.com/in/luctaesch/ (http://be.linkedin.com/in/luctaesch/) Envoyé avec Sparrow (http://www.sparrowmailapp.com/?sig) Le mardi 19 mars 2013 à 22:04, Eric Kow a écrit : > Distribution.MacOSX comes from the cabal-macosx package. > It's a funny situation where the Setup.hs (for wxHaselo) depends on cabal-macosx > > On 19 Mar 2013, at 21:01, luc taesch wrote: > > > when trying to test the examples > > i got the following error ( the stanad alone program does work) > > > > > > how ever , I could see the Distribution.Macosx directory full of .o and .hi > > shoud it build and regiser a lib some where ? > > > > ( source is github ) > > > > mbp2-de-luc:~ luc$ cd /Volumes/Macintosh\ > > HD/Users/luc/Documents/haskell/cabal-macosx/examples/wxHello > > mbp2-de-luc:wxHello luc$ cabal configure > > Resolving dependencies... > > > > Setup.hs:3:8: > > Could not find module `Distribution.MacOSX' > > Perhaps you meant > > Distribution.Make (from Cabal-1.16.0.3) > > Distribution.Make (needs flag -package Cabal-1.14.0) > > Distribution.Package (needs flag -package Cabal-1.14.0) > > Use -v to see a list of the files searched for. > > > > > > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_mar > > _______________________________________________ > > wxhaskell-users mailing list > > wxh...@li... (mailto:wxh...@li...) > > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > > > > -- > Eric Kow <http://erickow.com> > > |