Re: [wxhaskell-users] WxHaskell on Debian Wheezy with wxWidgets 2.9.4

2012-12-29 Thread Kaan Sahin
Mads Lindstrøm mads.lindstroem@... writes:

 
 
 HiI think I fixed the problem. In wxc/src/cpp/eljpen.cpp line 159 I 
changed:    * _ref = NULL;
 To:    _ref = NULL;
 After that wxHaskell compiled just fine. I tried a test-program and that also 
worked just fine.Kind regards,Mads 
 
 



Hello Mads,
thank you so much for fixing this. I tried to install wxwidget some months 
before and failed on that step... .

Kaan





--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


Re: [wxhaskell-users] WxHaskell on Debian Wheezy with wxWidgets 2.9.4

2012-12-02 Thread Mads Lindstrøm
Hi

I think I fixed the problem. In wxc/src/cpp/eljpen.cpp line 159 I changed:

* _ref = NULL;

To:

_ref = NULL;

After that wxHaskell compiled just fine. I tried a test-program and that
also worked just fine.


Kind regards,

Mads Lindstrøm


2012/12/2 Mads Lindstrøm mads.lindstr...@gmail.com

 Hi

 I am trying to install wxHaskell 0.90.0.1 on Debian Wheezy.

 First, I installed wxWidgets 2.9.4:

 ./configure --enable-mediactrl
 make
 make install

 Then:

 cabal install wx

 Which results in the following failure:

 /usr/bin/gcc -Wl,--hash-size=31 -Wl,--reduce-memory-overheads
 -Isrc/include -I/usr/local/include/wx-2.9
 -I/usr/local/lib/wx/include/gtk3-unicode-2.9 -D__WXGTK__ -DWXUSINGDLL
 -D_FILE_OFFSET_BITS=64 -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljpen.cpp -o
 dist/build/src/cpp/eljpen.o
 src/cpp/eljpen.cpp: In function ‘void wxPen_GetStipple(void*, wxBitmap*)’:
 src/cpp/eljpen.cpp:159:13: error: conversion from ‘long int’ to ‘const
 wxBitmap’ is ambiguous
 src/cpp/eljpen.cpp:159:13: note: candidates are:
 In file included from /usr/local/include/wx-2.9/wx/bitmap.h:251:0,
  from /usr/local/include/wx-2.9/wx/generic/panelg.h:15,
  from /usr/local/include/wx-2.9/wx/panel.h:70,
  from /usr/local/include/wx-2.9/wx/wx.h:41,
  from src/include/wrapper.h:20,
  from src/cpp/eljpen.cpp:1:
 /usr/local/include/wx-2.9/wx/gtk/bitmap.h:83:5: note:
 wxBitmap::wxBitmap(GdkPixbuf*)
 /usr/local/include/wx-2.9/wx/gtk/bitmap.h:73:5: note:
 wxBitmap::wxBitmap(const char* const*)
 /usr/local/include/wx-2.9/wx/gtk/bitmap.h:64:24: error:   initializing
 argument 1 of ‘wxBitmap wxBitmap::operator=(const wxBitmap)’
 cabal: Error: some packages failed to install:
 wx-0.90.0.1 depends on wxc-0.90.0.4 which failed to install.
 wxc-0.90.0.4 failed during the building phase. The exception was:
 ExitFailure 1
 wxcore-0.90.0.3 depends on wxc-0.90.0.4 which failed to install.


 Any suggestions to how I can fix this?


 Greetings,

 Mads Lindstrøm


--
Keep yourself connected to Go Parallel: 
DESIGN Expert tips on starting your parallel project right.
http://goparallel.sourceforge.net/___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users