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 - BashOrk

Pages: [1]
1
Linux Specific Issues /
« on: November 18, 2005, 09:31:53 pm »
Portage 2.0.53_rc7 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r3, 2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.0_pre10

2
When I try to make my own character (not using the predefined paths) I walk through the different screens, ending with a negative CP value. When I now try to proceed Planshift tells me that I am not allowed to have a negative point value and sends me back to the first screen where I have to choose my race. The I click on \"Next\" again and am in the screen where I can choose my month of birth.  (Till now everything is fine and as expected)
But when I click next and shall choose my mothers and fathers job, Planeshift counts the pointcost of that job to my CP-total again!
So I pay twice or tree/four times as much for my character as I should and am not able to finish with 0CP-total.

3
I have compiled Planeshift as described on laanx.fragnetics.com, but not even the updater is able to run.

It simply tells me:
ERROR: csInitializer::SetupConfigManager failed!
Is your CRYSTAL environment variable set?

CRYSTAL seems set correctly (/opt/crystal-cvs for an installation into prefix /opt/crystal-cvs) and when I change it there are several more errormessages.

What could be the reason?

Here are the verbose error message and the file mentioned last in this verbose log

4
Technical Help: IN GAME bugs (after loading world) /
« on: January 22, 2005, 01:34:35 am »
This works???
I set CSCONFPATH and CEL to `cs-config --prefix` (what should have the same effect as setting both to $HOME/dev/cel, but gcc gives me errors that it can\'t find it\'s includes. (e.g. Can\'t find file behaviourlayer/SOMEFILE.h)
CRYSTAL is set to /opt/crystal-cvs by a gentoo env.d script.

The actual code is (looks nearly the same for CS and CEL):
Code: [Select]
src_compile() {
    local prefix=$(cs-config --prefix)

    export CEL=${prefix}
    export CSCONFPATH=${prefix}

    ./autogen.sh

    ./configure \\
    --prefix=${prefix} \\
    --with-cs-prefix=${prefix} \\
    $(use_enable debug) || die

    jam all || die
}

src_install() {
    local prefix=$(cs-config --prefix)
    jam -sprefix=\"${D}\"${prefix} install || die
}


P.S. I \"fixed\" this with several symlinks. Works for the moment, but seems a very dirty fix for me.

5
Technical Help: IN GAME bugs (after loading world) /
« on: January 22, 2005, 01:12:25 am »
It\'s a bug or at least a problem...
But... Perhaps you are right, might not be a general CB-problem.
Please move it.

6
Hi!
Planeshift behaves weird when I try to build it under Linux/CVS/Gentoo (tried to write my own automagic ebuild).
When I set $CEL to `cs-config --prefix` planeshifts configure doesn\'t find cel-config and is not able to find the include files as they are installed under /opt/crystal-cvs/include/cel and not (where PS looks for them) /opt/crystal-cvs/include.
So I thought I would be enough to set $CEL to \"/opt/crystal-cvs/bin\" so PS configure can find cel-config and find out about the includedir itself.
This didn\'t work, either!!! So I looked into ./configure and found out that it looks for cel-config at $CEL, where it looks also for the includefiles. I don\'t think cel-config ever lies in the upper directory of include and cel seems to install its includefiles to $prefix/include/cel.

So I think there should be some work done on the configure script so it is able to find cel-config, get the includedir from it and so on.

Pages: [1]