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

Pages: [1]
1
Development Deliberation /
« on: February 28, 2004, 01:38:32 pm »
I think you can use latest snapshots for both CS & CEL.
http://crystal.sourceforge.net/cvs-snapshots/
and
http://cel.sourceforge.net/cvs-snapshots/

2
Development Deliberation /
« on: February 23, 2004, 10:21:15 pm »
the needed detail was almost when you got them...
i\'ve just used these packages and could build PS :

http://crystal.sourceforge.net/cvs-snapshots/bzip2/cs-2004-02-23.093701.tar.bz2
(use jam aws trick)

(cvs login, then)
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel export -D 2004-02-24 cel

those showed no problem at building stage for me (apart aws)

if you still get some cel missing symbol, make sure you rebuild it from clean state (ie. building, then updating, then re-building only modified files can lead to missing symbols issue)

anyway, when running almost up-to-date PS (recent anonymous cvs checkout), i get this when loggin on my local server:

planeshift.application.client:
  PSLoader: step 2: success
/usr/include/csutil/array.h:358:  failed assertion \'n >= 0 && n < count\'
trace/breakpoint trap

probably it\'s just temporary. Maybe someone of the staff could point out a date when all packages (CS+CEL+PS) are known to work together ?

last time i could get them all in sync and working was 20040203 but i didn\'t try later until now...

3
Development Deliberation /
« on: February 23, 2004, 07:53:05 pm »
i\'m afraid i won\'t be able to help you with this...
Please tell us when/where you got CS & CEL, if these were snapshots or CVS export with -D or ... ?

4
Development Deliberation /
« on: February 22, 2004, 11:13:53 pm »
I\'m getting CS/aws.so: undefined symbol: _Z6awslexP7YYSTYPE too; to get rid of it, go into CS/ directory and launch \"jam aws\"

5
Development Deliberation /
« on: February 20, 2004, 12:44:25 am »
The missing symbol is disturbing, it looks like CEL build got wrong somewhere...

Some ideas:

- Check you use jam for building (CS,CEL & PS)
- Check your python SDK install, it does not seem to be usable
   (look for dist-utils or something like this)
   (however, python is not required for PS, but helps for celtst)
- Update CEL and/or CS and rebuild

Anyway, to use software rendering explicitly, use
-video=software on the command line of any CS app

Good luck

Pages: [1]