[wxhaskell-devel] [ wxhaskell-Bugs-3424225 ] Missing a dependency check in configure

2011-10-15 Thread SourceForge . net
Bugs item #3424225, was opened at 2011-10-15 22:57
Message generated for change (Tracker Item Submitted) made by gawi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3424225&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jean-Philippe Gariepy (gawi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing a dependency check in configure

Initial Comment:
Linux / Fedora 15
Using "cabal configure" without having wxGTK-devel installed yields an error 
message without any precise failure reason.  The root problem was that 
wx-config executable was missing.  Perhaps a simple check should be done prior 
to start configuration.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3424225&group_id=73133

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Feature Requests-3472972 ] Fail gracefully when there is an architecture mis-match

2012-01-12 Thread SourceForge . net
Feature Requests item #3472972, was opened at 2012-01-12 08:09
Message generated for change (Tracker Item Submitted) made by davetapley
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536848&aid=3472972&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: davetapley (davetapley)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fail gracefully when there is an architecture mis-match

Initial Comment:
As identified on the mailing list, it is required that "Haskell and wxwidgets 
must use the same architecture, i.e. both 32-bit or both 64-bit" [1].

It would be nice if wxc could check the architectures, fail gracefully and emit 
a message if they are not consistent.

[1] https://sourceforge.net/mailarchive/message.php?msg_id=28665899

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536848&aid=3472972&group_id=73133

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Bugs-3518787 ] wxc build doesn't install libwxc.so

2012-04-17 Thread SourceForge . net
Bugs item #3518787, was opened at 2012-04-17 06:15
Message generated for change (Tracker Item Submitted) made by peti
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3518787&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Peter Simons (peti)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxc build doesn't install libwxc.so

Initial Comment:
When I build and install wxc on Nixos, then the Setup.hs procedure fails to 
installs the generated libwxc.so DLL into the target directory. A complete 
build log is attached below that shows the output from running "./Setup 
configure -v3 && ./Setup build && ./Setup copy -v3".

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3518787&group_id=73133

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Bugs-3530781 ] wxc-0.90.0.3 don't compiles on Windows

2012-05-30 Thread SourceForge . net
Bugs item #3530781, was opened at 2012-05-30 05:02
Message generated for change (Tracker Item Submitted) made by stranger1234
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3530781&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: stranger1234 (stranger1234)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxc-0.90.0.3 don't compiles on Windows

Initial Comment:
Log says: "gcc.exe: error: unrecognized option '--dll'"

After replacing 
Windows -> ["--dll", "-shared",
to 
Windows -> ["-Wl,--dll", "-shared",
 in Setup.hs - it compiles.

Haskell Platform 2011.4.0.0 + tdm-gcc-4.6.1.exe

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3530781&group_id=73133

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Bugs-3534448 ] Unavoidable beeping on enter inside text controls.

2012-06-11 Thread SourceForge . net
Bugs item #3534448, was opened at 2012-06-11 14:58
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3534448&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Unavoidable beeping on enter inside text controls.

Initial Comment:
Press enter inside a textEntry and you'll receive a beep. processEnter, on 
command, and on anyKey do nothing to resolve the problem. This is on Windows 8 
with wxcore and wx 0.13.2.1.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3534448&group_id=73133

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Bugs-3536406 ] wxc-0.90.0.3 does not compile on Debian [fix supplied]

2012-06-19 Thread SourceForge . net
Bugs item #3536406, was opened at 2012-06-19 13:19
Message generated for change (Tracker Item Submitted) made by alanz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3536406&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alan Zimmerman (alanz)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxc-0.90.0.3 does not compile on Debian [fix supplied]

Initial Comment:
wxc-0.90.0.3 fails to compile using ghc-7.4.1 on Debian testing.

I could get it to install by installing wx 2.9, and then wxc install would
fail with eljpen.cpp not compiling. I had to change line 159 to

 *_ref = ((const char* const*)NULL);

from

 *_ref = NULL;


After that it just installed.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3536406&group_id=73133

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Bugs-3572834 ] cabal install fails on wx-0.13.2.1

2012-09-28 Thread SourceForge . net
Bugs item #3572834, was opened at 2012-09-28 10:33
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3572834&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: cabal install fails on wx-0.13.2.1

Initial Comment:
When I run either 

$ cabal install 'wx < 0.9'

or

$ cabal install wx-0.13.2.1

cabal fails while trying to build wxcore 0.9.x (sorry I don't have the exact 
error message anymore).

 Details: 

I'm running Ubuntu 12.04.1 and followed 
http://www.haskell.org/haskellwiki/WxHaskell/Linux
(so libwxgtk2.8-dev is installed).

One would expect cabal to try to build wxcore of some version 0.13.x or 0.12.x.
It turns out that in the cabal file for wx-0.13.2.1, the constraint for wx-core 
is '>=  0.12.1.6' in the normal case, and  '>=0.13.1' if the splitBase flag is 
set. 

I edited the cabal file appending ''&& < 0.90' to both constraints. Then 'cabal 
install' worked.



--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3572834&group_id=73133

--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Bugs-3574828 ] Error starting wxhaskell executables

2012-10-05 Thread SourceForge . net
Bugs item #3574828, was opened at 2012-10-05 08:55
Message generated for change (Tracker Item Submitted) made by siodine
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3574828&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: siodine (siodine)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error starting wxhaskell executables

Initial Comment:
---
test.exe - Application Error
---
The application was unable to start correctly (0xc142). Click OK to close 
the application. 
---
OK   
---

This is on Windows 8, wx-0.90.0.1, wxc-0.90.0.4, wxcore-0.90.0.3, 
wxdirect-0.90.0.1, wxWidgets 2.9.4. wxWidgets C++ samples compiled with mingw 
do not have this error. Programs compiled with old wxhaskell (latest version to 
support wxWidgets 2.8) do work.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3574828&group_id=73133

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Bugs-3576397 ] wxc-0.90.0.4 + WxWidgets 2.9 install problem

2012-10-11 Thread SourceForge . net
Bugs item #3576397, was opened at 2012-10-11 10:49
Message generated for change (Tracker Item Submitted) made by mike-delorimier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3576397&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Michael deLorimier (mike-delorimier)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxc-0.90.0.4 + WxWidgets 2.9 install problem

Initial Comment:
I'm trying to install reactive-banana-wx, but wxc won't compile.

When I try
  cabal install wxc
I get a C++ compile error.

Making cabal constraints explicit shows me that this error occurs for 
wxc-0.90.0.1 through wxc-0.90.0.4

My WxWidgets library is 2.9 and I installed it from a tarball (since it doesn't 
have a debian package).
cabal --version = 0.14.0  My cabal constraint file is the default.
ghc --version = 7.4.1
gcc --version = (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
OS version:
michael-x201% cat /proc/version
Linux version 3.2.0-31-generic (buildd@allspice) (gcc version 4.6.3 
(Ubuntu/Linaro 4.6.3-1ubuntu5) ) #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012

Also, the bad code is in a #ifdef case when the __WXGTK__ flag is enabled.

The C++ compiler error is:
/usr/bin/gcc -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -Isrc/incl
ude -I/usr/local/include/wx-2.9 -I/usr/local/lib/wx/include/gtk2-unicode
-2.9 -D__WXGTK__ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -DwxcREFUSE_MEDIACT
RL -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 w
xBitmap’ is ambiguous
src/cpp/eljpen.cpp:159:13: note: candidates are:
/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 a
rgument 1 of ‘wxBitmap& wxBitmap::operator=(const wxBitmap&)’

The offending code, in file src/cpp/eljpen.cpp, is:
EWXWEXPORT(void,wxPen_GetStipple)(void* self,wxBitmap* _ref)
{
#if defined(__WXGTK__)
*_ref = NULL;
#else
*_ref = *(((wxPen*)self)->GetStipple());
#endif
}

To get it to compile I replaced the NULL on line 159 with wxBitmap();
Some examples in reactive-banana-wx now run so my fix didn't break everything.

So what's the problem? I'm pretty sure the wx 2.9 library it's using is the 
right one. Did no one check the __WXGTK__ case?


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3576397&group_id=73133

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] [ wxhaskell-Bugs-3593602 ] FileBrowse.hs sample crashes

2012-12-07 Thread SourceForge . net
Bugs item #3593602, was opened at 2012-12-07 04:08
Message generated for change (Tracker Item Submitted) made by atzedijkstra
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3593602&group_id=73133

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Atze Dijkstra (atzedijkstra)
Assigned to: Nobody/Anonymous (nobody)
Summary: FileBrowse.hs sample crashes

Initial Comment:
On MacOSX 10.8, wx-0.90.0.1, ghc 7.4.1, I tried to run 
http://code.haskell.org/wxhaskell/samples/wx/FileBrowse.hs but it crashes. When 
trying various treeCtrl functions in an isolated setting (copying code from the 
sample) a crash did occur as soon treeCtrlAppendItem was called.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3593602&group_id=73133

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
wxhaskell-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel