Search found 89 matches

by Daagar
Thu Aug 08, 2013 4:44 am
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38964

Re: Compiling on Windows 7

So, turns out there is a bug in the version of mingw32 shipped with Qt 5.1.0 that is the culprit: http://csound.1045644.n5.nabble.com/Progress-with-CsoundQt-for-Csound-6-td5726047.html The solution, sadly, is to rebuild Qt with mingw32 4.8.1 since it appears there are no newer snapshots available fr...
by Daagar
Thu Aug 08, 2013 2:54 am
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38964

Re: Compiling on Windows 7

Thought for sure that would do the trick, but so far no go. Will try to find time to dig further. EDIT: Progress - adding d:\dev\ide\Qt\5.1.0\mingw42_32\bin to the _front_ of my PATH gets around the libstdc++ error. This does confirm that I'm in good ol' .dll hell as I suspected, I was simply choosi...
by Daagar
Sun Aug 04, 2013 3:51 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38964

Re: Compiling on Windows 7

Nothing fancy (this is without any of the mingw32 paths included - I've tried with as well): Path=C:\Users\Daagbox-NG\AppData\Local\GitHub\PortableGit_93e8418133eb85e81a81e5e19c272776524496c6\cmd ;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System...
by Daagar
Sun Aug 04, 2013 3:27 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38964

Re: Compiling on Windows 7

Okay, had a chance to run through it, and get right to the end before things blow up. I have a handful of notes of changes/fixes to what is posted, but since I don't have a working mudlet at the end I'll hold off until it does. The current issue I'm facing is that I get a fully compiled mudlet.exe, ...
by Daagar
Thu Aug 01, 2013 11:40 pm
Forum: Mudlet Development
Topic: Compiling on Windows 7
Replies: 38
Views: 38964

Re: Compiling on Windows 7

This looks excellent. I haven't yet run through it myself, but hope to do so this weekend.
by Daagar
Sun May 05, 2013 3:24 pm
Forum: Mudlet Mapper
Topic: My Github Repository
Replies: 121
Views: 76694

Re: My Github Repository

Ahhh, that sounds like a nice way to go (as I'm pretty sure my issue was not tracking/updating the src.pro changes correctly). I had tossed in yajl2 on a whim, but the includes layout was different than what the code seemed to be looking for so thought I was on the wrong track.
by Daagar
Sat May 04, 2013 7:37 pm
Forum: Mudlet Mapper
Topic: My Github Repository
Replies: 121
Views: 76694

Re: My Github Repository

Has a 'refresh' been done by anyone of the necessary libs/includes for compiling in Windows? I grabbed one of the latest branches from Chris' repo and now I'm getting all sorts of yajl errors. Granted, I haven't taken the time to dig very deep (the issue might be obvious), but I know I'm still on qt...
by Daagar
Mon Apr 22, 2013 1:37 am
Forum: Mudlet Mapper
Topic: Extend purpose of Stub Exits
Replies: 3
Views: 5265

Re: Extend purpose of Stub Exits

ZMud/CMud used a small 'period' graphic next to the room to indicate that a special exit existed. I found this quite handy myself. What I've done in my own mudlet mapper scripts is to emulate this by parsing all the exits in a room and if not part of the cardinal set of directions, use setRoomChar()...
by Daagar
Thu Apr 04, 2013 11:39 pm
Forum: General Forum
Topic: Mudlet 2.1
Replies: 67
Views: 59091

Re: Mudlet 2.1

Clearly, the issue is that you found a reason to use the word 'bucolic' in a mud. Stop that.
by Daagar
Tue Apr 02, 2013 5:04 pm
Forum: Mudlet Mapper
Topic: right click->exits ~= setExit()
Replies: 3
Views: 4913

Re: right click->exits ~= setExit()

Indeed I can. This has been opened here: https://bugs.launchpad.net/mudlet/+bug/1163444