Open main menu

Difference between revisions of "Compiling ScummVM/WebOS"

m
Add information about fixing the X11 problem in WebOS PDK
(Add disable-debug flag to configure options)
m (Add information about fixing the X11 problem in WebOS PDK)
Line 6: Line 6:


'''Palm has removed the download pages for the WebOS PDK. The old download page is [https://web.archive.org/web/20130527051214/https://developer.palm.com/content/resources/develop/sdk_pdk_download.html archived here]. The files are also [http://www.ailis.de/~k/permdata/20140715/palm/ archived here]'''.
'''Palm has removed the download pages for the WebOS PDK. The old download page is [https://web.archive.org/web/20130527051214/https://developer.palm.com/content/resources/develop/sdk_pdk_download.html archived here]. The files are also [http://www.ailis.de/~k/permdata/20140715/palm/ archived here]'''.
=== Fixing the WebOS PDK ===
Since [https://github.com/scummvm/scummvm/commit/4d13d44f8a2db8f887e285dbcbd3bb75ccc0ae2e Commit #4d13d44] ScummVM includes some SDL headers which are incorrectly configured in the WebOS PDK. This causes X11 related error messages (WebOS has no X11). To fix this simply edit the file ''/opt/PalmPDK/include/SDL/SDL_config.h'' and remove or comment-out the following line:
<syntaxhighlight type="c">
#define SDL_VIDEO_DRIVER_X11 1
</syntaxhighlight>


=== Environment variables ===
=== Environment variables ===
40

edits