aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - boozedog

Pages: [1]
1
Builds & Ports / Having trouble compiling in Xcode
« on: June 15, 2016, 09:12:30 pm »
I used the instructions in README.md to install the dependencies (I'm using brew) and add the src folder.

When I build, I get the following error:

Code: [Select]
Undefined symbols for architecture x86_64:
  "_SDL_main", referenced from:
      -[SDLMain applicationDidFinishLaunching:] in SDLMain.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


2
Builds & Ports / Anybody know how to reach Krzysztof Knapik?
« on: April 07, 2014, 11:09:05 pm »
I'd like to beg him to update his PPA to use a more-recent nightly build!

3
Troubleshooting / [FATAL]basic_string::substr
« on: April 05, 2014, 10:38:39 pm »
user@chrubuntu:~/.local/share/openxcom$ cat openxcom.log
[05-04-2014 19:36:42]   [INFO]   Data folder is:
[05-04-2014 19:36:42]   [INFO]   Data search is:
[05-04-2014 19:36:42]   [INFO]   - /home/user/.local/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /etc/xdg/lubuntu/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/local/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/share/gdm/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /var/lib/menu-xdg/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /etc/xdg/xdg-Lubuntu/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/share/upstart/xdg/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /etc/xdg/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/local/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - /usr/share/openxcom/data/
[05-04-2014 19:36:42]   [INFO]   - ./data/
[05-04-2014 19:36:42]   [INFO]   User folder is: /home/user/.local/share/openxcom/
[05-04-2014 19:36:42]   [INFO]   Config folder is: /home/user/.config/openxcom/
[05-04-2014 19:36:42]   [INFO]   Options loaded successfully.
[05-04-2014 19:36:42]   [INFO]   SDL initialized successfully.
[05-04-2014 19:36:42]   [INFO]   SDL_mixer initialized successfully.
[05-04-2014 19:36:42]   [INFO]   Attempting to set display to 640x400x8...
[05-04-2014 19:36:42]   [INFO]   Display set to 640x400x8.
[05-04-2014 19:36:42]   [INFO]   Using SSE2 2X zoom routine.
[05-04-2014 19:36:42]   [INFO]   Loading ruleset...
[05-04-2014 19:36:42]   [INFO]   Ruleset loaded successfully.
[05-04-2014 19:36:42]   [INFO]   Loading resources...
[05-04-2014 19:36:43]   [INFO]   Loading extra resources from ruleset...
[05-04-2014 19:36:43]   [INFO]   Resources loaded successfully.
[05-04-2014 19:36:43]   [INFO]   Loading language...
[05-04-2014 19:36:43]   [FATAL]   basic_string::substr

Pages: [1]