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.


Messages - dustfinger

Pages: [1]
1
gentoo-linux-2.6.9-gentoo-r6
Dell inspirion 5150
512MB RAM
3 GHrz
P4
ati M9

When I emerge crystalspace I get the following error.

Quote

!!! ERROR: dev-games/crystalspace-0.98.4 failed.
!!! Function src_compile, Line 47, Exitcode 1
!!! compile failed
!!! If you need support, post the topmost build error, NOT this status message.


Any suggestions?

dustfinger.

-- EDIT #1 --
I think this is where things went wrong.
Quote

Copy memory.csplugin
MkDir1 ./out/linuxx86/optimize/plugins/video/canvas/null2d
C++ ./out/linuxx86/optimize/plugins/video/canvas/null2d/null2d.o
LinkPlugin null2d.so
Copy null2d.csplugin
MkDir1 ./out/linuxx86/optimize/plugins/video/canvas/openglx
C++ ./out/linuxx86/optimize/plugins/video/canvas/openglx/glx2d.o
In file included from plugins/video/canvas/openglcommon/glstates.h:29,
                 from plugins/video/canvas/openglcommon/glcommon2d.h:32,
                 from plugins/video/canvas/openglx/glx2d.h:23,
                 from plugins/video/canvas/openglx/glx2d.cpp:21:
plugins/video/canvas/openglcommon/glextmanager.h:7951: error: `GLhandleARB\' was
   not declared in this scope
plugins/video/canvas/openglcommon/glextmanager.h:7951: error: parse error
   before `)\' token
plugins/video/canvas/openglcommon/glextmanager.h:7952: error: `csGLGETHANDLEARB
   \' was not declared in this scope
plugins/video/canvas/openglcommon/glextmanager.h:7952: error: ISO C++ forbids
   declaration of `GLhandleARB\' with no type
plugins/video/canvas/openglcommon/glextmanager.h:7952: error: typedef `
   GLhandleARB\' is initialized (use __typeof__ instead)
plugins/video/canvas/openglcommon/glextmanager.h:7954: error: `
   csGLCREATESHADEROBJECTARB\' declared as function returning a function
plugins/video/canvas/openglcommon/glextmanager.h:7955: error: parse error
   before `*\' token
plugins/video/canvas/openglcommon/glextmanager.h:7957: error: `
   csGLCREATEPROGRAMOBJECTARB\' declared as function returning a function
plugins/video/canvas/openglcommon/glextmanager.h:7983: error: type specifier
   omitted for parameter `GLcharARB\'

----------------

2
Forum and Website Discussions /
« on: October 27, 2004, 03:20:08 pm »
I had exactally the same problem!  I am using firefox as well.  In fact I just logged out to see if it is still a problem and it is indeed.  I am using gentoo as my distro.  Anyone else have this problem?

This is exactally what I did to duplicate what Nerocon experienced.  

1. From the forums main page I clicked on login
2. Next I clicked on register
3. Then I was presented with the registration form.  I was never asked to accept an agreement.  When I fill out the registration form and submit I am presented with a blank page just like Nerocon said.

Actually if I click directly on the register link above, thus bypassing the login link, I experience the same problem.

dustfinger.

3
Technical Help: Problems BEFORE entering the game /
« on: October 26, 2004, 01:29:56 am »
Thanks theRealGorbulas,

That worked perfectly.

So all that means is that I won\'t be able to use the automatic updater correct?

dustfinger.

4
Technical Help: Problems BEFORE entering the game /
« on: October 25, 2004, 08:15:10 pm »
I am using gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)

I will try to remove the -q option and see if that fixes things.

Thanks for your input.

-- EDIT --
The following is my ebuild for planeshift
Code: [Select]

inherit eutils games

DESCRIPTION=\"virtual fantasy world MMORPG\"
HOMEPAGE=\"http://www.planeshift.it/\"
SRC_URI=\"mirror://gentoo/distfiles/${P}.tar.bz2\"

LICENSE=\"GPL-2 | Planeshift\"
SLOT=\"0\"
KEYWORDS=\"x86 ppc\"
IUSE=\"\"

# Doesn\'t like the new cs-config (bug #54659)
RDEPEND=\"net-misc/curl
                dev-games/cel\"
DEPEND=\"${RDEPEND}
        >=sys-apps/sed-4\"

S=\"${WORKDIR}/${PN}\"

export PLANESHIFT_PREFIX=${PLANESHIFT_PREFIX:-${GAMES_PREFIX_OPT}/${PN}}
export CRYSTAL_PREFIX=${CRYSTAL_PREFIX:-${GAMES_PREFIX_OPT}/crystal}
export CEL_PREFIX=${CEL_PREFIX:-${CRYSTAL_PREFIX}}

src_unpack() {
        unpack ${A}
        epatch \"${FILESDIR}/${P}-fix-cast.diff\"
}

src_compile() {
        env \\
                -uCEL \\
                -uCSCONFPATH \\
                CEL=${CEL_PREFIX} \\
                CSCONFPATH=${CEL_PREFIX} \\
                ./configure --prefix=${PLANESHIFT_PREFIX} --with-cs-prefix=${CRYSTA$
        jam || die
}

src_install() {
        rm -rf src mk config* ac* Jam* install-sh mkinstalldirs \\
                missing autogen.sh depcomp Makefile.* ltmain.sh \\
                out support include

        dodir ${PLANESHIFT_PREFIX}
        mv * ${D}/${PLANESHIFT_PREFIX}

        dogamesbin ${FILESDIR}/planeshift
        sed -i \\
                -e \"s:GENTOO_CRYSTAL_DIR:${CRYSTAL_PREFIX}:\" \\
                -e \"s:GENTOO_CEL_DIR:${CRYSTAL_PREFIX}:\" \\
                -e \"s:GENTOO_PLANESHIFT_DIR:${PLANESHIFT_PREFIX}:\" \\
                \"${D}${GAMES_BINDIR}/planeshift\" \\
                || die \"sed ${D}${GAMES_BINDIR}/planeshift failed\"

        prepgamesdirs
}


I don\'t see a -q option for jam?  Actually I don\'t see a -q option at all.
------------

dustfinger.

5
When I emerge planeshift all dependencies install no problem.  Except planeshift itself.  Here is where things fail.

Quote

In file included from src/updater/httpclient/updater.cpp:32:
src/updater/httpclient/download.h:55: error: syntax error before `*\' token

g++ -c -o ./out/linuxx86/updater.o -I/opt/crystal/include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686  -O3 -fomit-frame-pointer -ffast-math  -I/opt/crystal/include -fexceptions   -Isrc/updater/httpclient -I. -I./include -I./src/common -I./src/client -I./src/server src/updater/httpclient/updater.cpp

...failed C++ ./out/linuxx86/updater.o ...
C++ ./out/linuxx86/updaterconfig.o
...skipped updater for lack of updater.o...
...failed updating 1 target(s)...
...skipped 1 target(s)...
...updated 159 target(s)...

!!! ERROR: games-rpg/planeshift-0.2.010-r1 failed.
!!! Function src_compile, Line 41, Exitcode 1
!!! (no error message)


How do I fix this so that I can play this exciting new game ;-)

dustfinger.

Pages: [1]