Search found 10 matches
- Wed Jan 08, 2014 4:37 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
So, after playing around. Agree with the comments that movement is awkward. Pathfinding would be nice, or even just holding your finger on the screen in the direction you want to go, centered around the center of the screen. Obviously landscape & iPad version. Maybe a tap-hold on an object to pi...
- Wed Jan 08, 2014 4:20 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
And, wow. It works. I'm impressed! Thank you so much!!!
- Wed Jan 08, 2014 4:07 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
And.... I found "make iosbundle" from the post higher up... and it worked.
- Wed Jan 08, 2014 3:39 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
OK, so I just cleaned everything up and started from scratch, since I'd had so many issues. This time, the Mac version runs fine, then got to the iOS make command, and it seems like it worked fine... but it created an executable, rather than an Exult.app bundle. If I try to run the executable file (...
- Wed Jan 08, 2014 2:47 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
Hope I'm not driving you crazy yet... Apparently in Mavericks, X11 has moved. Tried reinstalling Command Line tools, and that didn't do the trick. So the following command will make a symlink where it's looking for it find X11 so it'll find it: ln -s /Applications/Xcode.app/Contents/Developer/Platfo...
- Wed Jan 08, 2014 2:21 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
OK, so I just realized this machine has an almost fresh Mavericks install... and that I never installed automake... So, after doing that, I got past the above errors. But, make -j9 now gives an error: In file included from exult.cc:38: /opt/local/include/SDL/SDL_syswm.h:58:10: fatal error: 'X11/Xlib...
- Wed Jan 08, 2014 1:45 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
Edit 2: Probably also should have said that ./autogen.sh throws an error as well. :-) MacBook-Pro:exult-test jbellanca$ ./autogen.sh configure.ac:355: warning: macro 'AM_PATH_SDL' not found in library libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: Cons...
- Wed Jan 08, 2014 1:32 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
Edit: And, yes, I did install libsdl2. :-) MacBook-Pro:exult jbellanca$ sudo port install libsdl2 ---> Fetching archive for libsdl2 ---> Attempting to fetch libsdl2-2.0.1_0.darwin_13.x86_64.tbz2 from http://packages.macports.org/libsdl2 ---> Attempting to fetch libsdl2-2.0.1_0.darwin_13.x86_64.tbz2....
- Wed Jan 08, 2014 1:21 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
Thank you! But... I'm still running into a problem. I got to running ./configure, but get this error at the end: ./configure: line 17793: syntax error near unexpected token `$SDL_VERSION,' ./configure: line 17793: `AM_PATH_SDL($SDL_VERSION,' then when I run make -j9, obviously, I get: "make: **...
- Tue Jan 07, 2014 3:37 am
- Forum: Exult Discussion
- Topic: iOS / iPhone / iPad
- Replies: 82
- Views: 19954
Re: iOS / iPhone / iPad
Could someone help with some instructions for Xcode 5/Mavericks/iOS7? I'm a developer, but not very familiar with command line tools unfortunately... and I just can't get this to compile with that config... Here's the first problem I'm running into... everything before here looks good. cd files ; ma...