Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Linux Beta Demo and Feedback (1.0.1 Final Out)
tpeland Offline
Junior Member

Posts: 1
Threads: 0
Joined: Apr 2007
Reputation: 0
RE: Linux Beta Demo and Feedback (Beta3)

This one fixes the installer for Gentoo/x86 and Gentoo/x86_64 linux installations.

--- startupinstaller.sh.ORIG 2007-04-15 04:56:14.000000000 +0300
+++ startupinstaller.sh 2007-04-23 12:35:34.399121035 +0300
@@ -65,7 +65,7 @@
echo "C libraries: $LIBCS"

# Get all C++ libs. Sorted so higher versions come first
- LIBSTDCPPS=`echo '/usr/lib/libstdc++.so.'* | sort -nr`
+ LIBSTDCPPS=`echo /usr/lib/libstdc++.so.* /usr/lib/gcc/*/*/libstdc++.so.* | sort -nr`

# Found any C++ libs?
if [ "$LIBSTDCPPS" = '/usr/lib/libstdc++.so.*' ]; then
@@ -151,7 +151,7 @@
do
LCPPDIR="`getbinlibdir ${LCPP} libstdc++ ${LCDIR}`"

- if [ ! -d ${LCPPDIR} ]; then
+ if [ ! -d "${LCPPDIR}" ]; then
continue
fi


I admit that I still have problems to get the program working in my x86_64 system. File hpl.log contains...

Initializing Graphics Module
--------------------------------------------------------
Find Files in 'core/programs' with mask '*.*'
Find Files in 'core/textures' with mask '*.*'
Init low level graphics
Setting video mode: 800 x 600 - 32 bpp
ERROR: Could not set display mode setting a lower one!
FATAL ERROR: Unable to initialize display!
Deleting ATI shader to 0
04-23-2007, 12:34 PM
Find


Messages In This Thread



Users browsing this thread: 1 Guest(s)