Re: [wxhaskell-devel] Compile problems

2013-06-19 Thread harry
Henk-Jan van Tuyl hjgtuyl@... writes:

 Have you tried placing your DLLs in a directory without spaces in the path?

Yes. I should probably give up on WxHaskell until someone who knows what
they're doing (i.e. not me) takes up maintenance for the Windows port. Even
if I eventually get it to work on my machine, I can't expect any users to go
through all this.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Compile problems

2013-06-18 Thread harry
Henk-Jan van Tuyl hjgtuyl@... writes:

 I have a 32 bit system, the DLLs are working, so the DLLs must be 32 bit.

Since the HP for Windows is only 32 bit, that must be right for me as well?


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Compile problems

2013-06-17 Thread harry
Henk-Jan van Tuyl hjgtuyl@... writes:

 Searching for uuid: %1 is not a valid Win32 application leads to the  
 causes:
   - space in the path to the DLL
   - mixup of 32/64 bit

Your google is a lot better than mine, I couldn't find anything!

Is the one you uploaded 32 bit? Maybe that's the problem, I'm on a 64 bit
system. But the perl dll is probably 32 bit, and I don't know what the other
stuff it's being linked with is - I'm over my head now.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Compile problems

2013-06-16 Thread harry
Charles the Hawk charlesthehawk@... writes:

I can compile wx now, but linking it into an application gives

Loading package wxc-0.90.0.4 ... ghc.exe: uuid: The specified module could
not be found.
command line: can't load .so/.DLL for: uuid.dll (addDLL: could not load DLL)

Any idea what it wants?


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Compile problems

2013-06-16 Thread harry
Eric Kow eric.kow@... writes:

 Hmm, apparently somebody's been down a similar path
 
 http://www.haskell.org/haskellwiki/WxHaskell/Windows
 
 (search uuid.dll - not sure where it comes from though)

I tried that, uuid.dll isn't there. Google isn't much help either.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Compile problems

2013-06-16 Thread harry
harry voldermort@... writes:

 I tried that, uuid.dll isn't there. Google isn't much help either.

If anyone's got wxhaskell working on Windows, could they upload the dll
somewhere pretty please?


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Compile problems

2013-06-09 Thread harry
Blair Archibald mrblairarchibald@... writes:

 I used this repo: https://github.com/atzedijkstra/wxHaskell 
 Using wxWidgets 2.9.4, and GHC 7.6.3 the only change needed is in
wxc/src/cpp/eljdc.cpp line 214 (the #if wxCHECK_VERSION(2,9,5) should be
commented out - or at least had to be on my setup.
 Then a simple: cabal install ./wxdirect ./wxc ./wxcore ./wx 
 Should hopefully get you up and running, let me know how it goes.

I used that one as well, and got a ton of Unacceptable argument type in
foreign declaration errors, perhaps related to
http://hackage.haskell.org/trac/ghc/ticket/5610.


--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Build

2013-05-31 Thread harry
Eric Kow eric.kow@... writes:

 Is the issue something related to the wxdirect executable not being
 available in the sandbox environment?

Yes - executables built in cabal-dev aren't on the path (which is different
for each sandbox). If wxdirect only built an executable, I could install it
outside of the sandboxes, and it would be available in the path for later use.

A similar issue arises with wxc - what exactly is it building, and why is an
environment variable needed to find it later? Is it creating a Haskell
library, or just creating come C files for use by wxcore?


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel