Difference between revisions of "Compiling ScummVM/WebOS"

Jump to navigation Jump to search
m
Add notice about no longer existing Palm App Catalog
(Add links to archived WebOS SDK which is no longer provided by Palm)
m (Add notice about no longer existing Palm App Catalog)
 
(2 intermediate revisions by the same user not shown)
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 ===
Line 149: Line 157:
       --default-dynamic \
       --default-dynamic \
       --enable-release \
       --enable-release \
      --disable-debug\
       --enable-zlib \
       --enable-zlib \
       --enable-tremor \
       --enable-tremor \
Line 173: Line 182:


== Distributing on App Catalog ==
== Distributing on App Catalog ==
'''NOTICE: The Palm App Catalog does not exist anymore. So the information in this section has only historical value.'''


=== Increasing the package version ===
=== Increasing the package version ===
40

edits

Navigation menu