Search found 15 matches
- Sat May 07, 2011 6:05 pm
- Forum: General Discussion
- Topic: ToME 2 maintenance
- Replies: 325
- Views: 421061
Re: ToME 2 maintenance
The first block looks quite reasonable. What happens when you add this to the CMakeLists.txt and recompile? Some of the other variables are probably "arbitrary" in some sense, but I'm guessing MACOSX_BUNDLE_ICON_FILE should probably point to "Angband.icns" (not sure if it should...
- Sat May 07, 2011 3:26 am
- Forum: General Discussion
- Topic: ToME 2 maintenance
- Replies: 325
- Views: 421061
Re: ToME 2 maintenance
I'm not confused as to the process -- it's the practicality that's the problem. I don't have any OS X system to build on... and given the complexity of the old makefile.osx it's practically impossible to get anywhere near a working build under such circumstances. If you feel like having a go at it,...
- Thu Apr 28, 2011 4:31 pm
- Forum: General Discussion
- Topic: ToME 2 maintenance
- Replies: 325
- Views: 421061
Re: ToME 2 maintenance
@AnonymousHero - well I'd think the place to start would be the Makefile.osx from Angband 3.2.0 and see how it builds the .app? I don't think anything in particular is needed other than the instructions to make on how to build the .app from the complied executable. jtw Been hanging out in Angband IR...
- Tue Apr 26, 2011 5:21 pm
- Forum: General Discussion
- Topic: ToME 2 maintenance
- Replies: 325
- Views: 421061
Re: ToME 2 maintenance
Any chance of getting an OS X compile to an .app package?
I am happy to help if I can with this. The current version of Angband (3.2.0) compiles very nicely into a .app using make. We should be able to get the same from the git code for ToME 2.x.x
jtw
I am happy to help if I can with this. The current version of Angband (3.2.0) compiles very nicely into a .app using make. We should be able to get the same from the git code for ToME 2.x.x
jtw
- Wed Apr 13, 2011 7:09 pm
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
How are you running tome? You need to run it like ./src/tome i.e. with CWD in the top-level directory. Success! Huzzah! Furthermore, I added the Theme module and it works flawlessly. Hard to play on such a small window though. Thanks so much for everyone's help. Hopefully this thread can help other...
- Wed Apr 13, 2011 6:42 pm
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
Dammit, just noticed what's wrong. I couldn't understand why CMake was complaining about a missing "cmake_minimum_required" since it's manifestly there... Anyway, you'll want to run "cmake ." in the top-level directory, not the "src" directory. It should say something ...
- Wed Apr 13, 2011 3:22 pm
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
AnonymousHero wrote:Hm. What version of CMake are you using?
Someone mentioned that the CMake on OpenBSD was too old (as noted in the README), maybe that is the case for OS X too?
Cmake 2.8.4...the latest version.
jtw
- Tue Apr 12, 2011 11:55 pm
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
Being just warnings, I shouldn't think those would be crucial. Are you also getting error messages from the linking process? If the linker in complaining about missing libX11.so, you might try clearing the cmake cache again and running env LDFLAGS=-L/usr/X11R6/lib cmake . Here is the output now: JT...
- Tue Apr 12, 2011 2:31 am
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
You probably just need to clear the CMake cache before running cmake again. rm CMakeCache.txt rm -rf CMakeFiles cmake . should be enough to get CMake to pick it up. No luck. Now I get : ld: warning: directory '/local/lib' following -L not found ld: warning: directory '/local/lib' following -L not f...
- Sun Apr 10, 2011 7:44 pm
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
(The "tome2" vs. "tome" thing is a typo in the README file. Quite surprising that nobody's pointed it out before! :)) Anyway, the problem here is that CMake isn't picking up the development files necessary for X11 support. This is usually due to one of two reasons: 1) They aren'...
- Sun Apr 10, 2011 3:17 pm
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
Please see my response up-post. Thanks!Lord Estraven wrote:Did you run it by clicking the binary? I don't know much about OSX, but maybe the file manager doesn't change its working directory... Can you try running it from a terminal, cding into its directory first?
jtw
- Sun Apr 10, 2011 3:15 pm
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
I don't have access to OS X, but I'll certainly try to do what I can to help. What errors are you seeing? (Messages, any weird/garbled output, something else?) Here is the complete output of the compile from source for Tome2: Last login: Sat Apr 9 02:52:21 on ttys000 JTWiMac:~ jtw$ cd Downloads/tom...
- Sat Apr 09, 2011 5:11 am
- Forum: General Discussion
- Topic: Does anyone know how to make modules work in OS X?
- Replies: 20
- Views: 12807
Re: Does anyone know how to make modules work in OS X?
Just another call for help here. I'm sorta new to compiling with Xcode in OS X (SnowLeopard) and was hoping some gurus here could help me compile ToME from src then allow me to add the Theme mod and get it to work. I have a pre-compiled binary of ToME 2.3.5 and although it sees Theme in the mods fol...
- Thu Jan 07, 2010 1:34 am
- Forum: General Discussion
- Topic: Darkgod, I suxors!
- Replies: 5
- Views: 3199
Re: Darkgod, I suxors!
Thanks all for the advice...are setting things up that way considered "cheating?" I like to play (struggle) fairly.
jtw
jtw
- Wed Jan 06, 2010 1:53 am
- Forum: General Discussion
- Topic: Darkgod, I suxors!
- Replies: 5
- Views: 3199
Darkgod, I suxors!
I played ToME long ago and was pretty good at it...even finished it with one character. Finished Moria back in 1985 (yes I'm old) and Vanilla Angband. Now I got a Mac and am playing ToME again (latest release version)...and I SUCK! I cannot get past level 1. What am I doing wrong? Also, is there a w...