From: harry <vol...@ho...> - 2013-06-17 13:32:49
|
Henk-Jan van Tuyl <hjgtuyl@...> writes: > I have attached uuid.dll; it seems they have removed it from the latest > revision of XAMPP. I used XAMPP 1.7.4, I will update the wxHaskell/Windows > page. Thanks for that. perl510.dll was then required, which was easier to find (strawberry perl), then I had to get a more recent version of it ... I'm now up to: Loading package wxc-0.90.0.4 ... ghc.exe: uuid: %1 is not a valid Win32 application. Any idea what that means? |
From: Henk-Jan v. T. <hj...@ch...> - 2013-06-17 16:09:13
|
On Mon, 17 Jun 2013 15:32:17 +0200, harry <vol...@ho...> wrote: > Henk-Jan van Tuyl <hjgtuyl@...> writes: > >> I have attached uuid.dll; it seems they have removed it from the latest >> revision of XAMPP. I used XAMPP 1.7.4, I will update the >> wxHaskell/Windows >> page. > > Thanks for that. perl510.dll was then required, which was easier to find > (strawberry perl), then I had to get a more recent version of it ... I'm > now > up to: > > Loading package wxc-0.90.0.4 ... ghc.exe: uuid: %1 is not a valid Win32 > application. 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 Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming -- |
From: harry <vol...@ho...> - 2013-06-17 18:03:58
|
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. |
From: Henk-Jan v. T. <hj...@ch...> - 2013-06-17 21:35:46
|
On Mon, 17 Jun 2013 20:03:28 +0200, harry <vol...@ho...> wrote: > 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. > I have a 32 bit system, the DLLs are working, so the DLLs must be 32 bit. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming -- |
From: harry <vol...@ho...> - 2013-06-18 07:03:45
|
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? |
From: Henk-Jan v. T. <hj...@ch...> - 2013-06-18 17:52:28
|
On Tue, 18 Jun 2013 09:03:04 +0200, harry <vol...@ho...> wrote: > 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? Have you tried placing your DLLs in a directory without spaces in the path? Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming -- |
From: harry <vol...@ho...> - 2013-06-19 07:00:35
|
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. |
From: Atze D. <at...@uu...> - 2013-08-02 07:09:56
|
Hi Jeremy, thanks! I am only now reading the various emails and combining the various patches. I'd prefer to have a maintainer independent project repo, but github does not seem to have such a thing, so for now it would have the stablest appearance if I can use your wxHaskell github repo as if it were my own. I'll wrap things up in the coming weeks, make an announcement, explain the shift in ownership, etcetc. Anyway, thanks for all the work you (and others) and others have put into wxHaskell, although (as always :-)) much more work remains, the library appears to be in better shape than some years ago! regards, Atze On 14 Jun, 2013, at 15:00 , Jeremy O'Donoghue <jer...@gm...> wrote: > Hi all, > > My sincere apologies for lack of availability and presence over the past few months - due almost entirely for being the software technology lead for http://www.tomshardware.com/news/Qualcomm-Atheros-NFC-Near-Field-QCA1990-Snapdragon,19607.html. Not much Haskell there, unfortunately. > > Atze, Henk-Jan, Harry & Eric, my thanks for making the efforts you have. Atze, you have my blessing to take over as lead maintainer and I wish you the best of luck. I am happy to make the announcement myself if you prefer - otherwise please go ahead. > > When I have the time, I will be happy to continue to contribute - this is unlikely to be the case for a few months yet, unfortunately. I am also happy to offer up control of the current wxhaskell repo that I own, if it saves the complication of editing wiki entries etc. Please let me know. > > Very best regards > Jeremy > > > > > On 13 June 2013 22:59, Henk-Jan van Tuyl <hj...@ch...> wrote: > On Thu, 13 Jun 2013 23:24:31 +0200, Eric Kow <eri...@gm...> wrote: > > > So it's been a week since Atze has agreed to take on maintainership of > > wxHaskell. Shall we perhaps make it official with an announcement > > That's fine with me. > > Regards, > Henk-Jan van Tuyl > > > -- > Folding@home > What if you could share your unused computer power to help find a cure? In > just 5 minutes you can join the world's biggest networked computer and get > us closer sooner. Watch the video. > http://folding.stanford.edu/ > > > http://Van.Tuyl.eu/ > http://members.chello.nl/hjgtuyl/tourdemonad.html > Haskell programming > -- > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > wxhaskell-devel mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev_______________________________________________ > wxhaskell-devel mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel - Atze - Atze Dijkstra, Department of Information and Computing Sciences. /|\ Utrecht University, PO Box 80089, 3508 TB Utrecht, Netherlands. / | \ Tel.: +31-30-2534118/1454 | WWW : http://www.cs.uu.nl/~atze . /--| \ Fax : +31-30-2513971 .... | Email: at...@uu... ............... / |___\ |
From: Eric K. <eri...@gm...> - 2013-08-02 07:24:36
|
On 2 August 2013 07:56, Atze Dijkstra <at...@uu...> wrote: > I'd prefer to have a maintainer independent project repo, but github does > not seem to have such a thing, It's well possible. You have to create an organisation somehow GitHub users can be added to orgs I don't know how to go about it exactly, but I'm in a couple of orgs myself, so I know it's possible -- Eric Kow <http://erickow.com> |
From: Atze D. <at...@uu...> - 2013-08-02 07:59:12
|
Thanks! I created an organisation 'wxHaskell' (https://github.com/organizations/wxHaskell) and will soon move my own wxHaskell fork into that organisation (and edit the appropriate wiki pages). For now I have made Henk-Jan, Jeremy, you and myself owner and member of a github 'wxHaskell devel & maintenance' team. Let me know if you are ok with that (or want to be removed/added). Atze On 2 Aug, 2013, at 09:24 , Eric Kow <eri...@gm...> wrote: > On 2 August 2013 07:56, Atze Dijkstra <at...@uu...> wrote: > I'd prefer to have a maintainer independent project repo, but github does not seem to have such a thing, > > It's well possible. > You have to create an organisation somehow > > GitHub users can be added to orgs > > I don't know how to go about it exactly, but I'm in a couple of orgs myself, so I know it's possible > > -- > Eric Kow <http://erickow.com> - Atze - Atze Dijkstra, Department of Information and Computing Sciences. /|\ Utrecht University, PO Box 80089, 3508 TB Utrecht, Netherlands. / | \ Tel.: +31-30-2534118/1454 | WWW : http://www.cs.uu.nl/~atze . /--| \ Fax : +31-30-2513971 .... | Email: at...@uu... ............... / |___\ |
From: Jeremy O'D. <jer...@gm...> - 2013-08-02 20:26:12
|
That's fine with me. I'll probably continue to contribute when work allows, so more than happy to be listed. Please go ahead and make announcements and changes whenever you want to. Best regards Jeremy On 2 Aug 2013 00:59, "Atze Dijkstra" <at...@uu...> wrote: > Thanks! > > I created an organisation 'wxHaskell' ( > https://github.com/organizations/wxHaskell) and will soon move my own > wxHaskell fork into that organisation (and edit the appropriate wiki > pages). For now I have made Henk-Jan, Jeremy, you and myself owner and > member of a github 'wxHaskell devel & maintenance' team. Let me know if you > are ok with that (or want to be removed/added). > > Atze > > On 2 Aug, 2013, at 09:24 , Eric Kow <eri...@gm...> wrote: > > > On 2 August 2013 07:56, Atze Dijkstra <at...@uu...> wrote: > > I'd prefer to have a maintainer independent project repo, but github > does not seem to have such a thing, > > > > It's well possible. > > You have to create an organisation somehow > > > > GitHub users can be added to orgs > > > > I don't know how to go about it exactly, but I'm in a couple of orgs > myself, so I know it's possible > > > > -- > > Eric Kow <http://erickow.com> > > > - Atze - > > Atze Dijkstra, Department of Information and Computing Sciences. /|\ > Utrecht University, PO Box 80089, 3508 TB Utrecht, Netherlands. / | \ > Tel.: +31-30-2534118/1454 | WWW : http://www.cs.uu.nl/~atze . /--| \ > Fax : +31-30-2513971 .... | Email: at...@uu... ............... / |___\ > > > > |