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

Pages: [1]
1
Linux Specific Issues / Indirect rendering?
« on: May 23, 2005, 09:32:12 am »
I just noticed that when I ./psrun psclient I get yellow text (quickly scrolls off the screen so didn\'t see it before) that says:

Indirect rendering may indicate a flawed OpenGL setup if you run on a local X server.

It also says this at the top of the splash screen, which I never noticed since my splash screen consistantly crashes right after the first note of the music (or what would be the first note when I have sound turned off)

Hope that provides some more insight into why so many of us are having this crash problem. BTW, I\'ve yet to have it not crash. I tried it over and over to see about this randomness some have spoken of, but guess I\'m either unlucky or it\'s conistant on my machine. :/

Sorry bout not comin back on chat earlier Mal, system crashed from runnin out of HD space lol.

2
Linux Specific Issues / worked! (?)
« on: May 22, 2005, 11:45:51 pm »
Sweet, finally seem to have a build that\'s worked, least as far as the updater appearing for me. Running that now.

Will look to join the IRC if/when I have further problems with it. Thanks much for the help.

Not sure why updater didn\'t build at first. But I did install the devel version of libcurl which I\'d apparently overlooked (had non-devel installed). Perhaps that caused the problem? Dunno.

3
Linux Specific Issues / 2 problems, related?
« on: May 22, 2005, 10:13:21 pm »
Am I the only one getting the following error during the planeshift portion of the ./build?

C++ ./out/linuxx86/optimize/src/npcclient/pathfind.o
src/npcclient/pathfind.cpp: In function `typename csList::Iterator FindInList(csList&, T&) [with T = psANode*]\':
src/npcclient/pathfind.cpp:583:   instantiated from here
src/npcclient/pathfind.cpp:576: error: dependent-name ` csList::Iterator\' isparsed as a non-type, but instantiation yields a type
src/npcclient/pathfind.cpp:576: note: say `typename  csList::Iterator\' if a type is meant


I can make it work, seemingly, by changing line 576 of pathfind.cpp from
    return csList::Iterator();
to
    return typename csList::Iterator();

but this feels like a kludge to me. Might it be my version of gcc? I\'m using 3.4.3 and seem to have all of the dependencies.

Also, when my build completes I still have no \'updater\' file in my binaries/planeshift folder, so ./psrun updater -auto isn\'t working for me. :-(

I just downloaded the new 0.3 tarball and am considering running the whole thing all over (third time). Sure hope it works....

Again thanks for the help. I\'d have never gotten even this far without the great scripts. Sure wish I knew what I was doing wrong though...

4
Linux Specific Issues /
« on: May 22, 2005, 12:20:45 pm »
Quote
Originally posted by Kolarn
I am getting the following error after running ./build -initial.

Performing step scripts/compile_all.sh...
scripts/compile_all.sh: line 8: unexpected EOF while looking for matching ``\'
scripts/compile_all.sh: line 87: syntax error: unexpected end of file
scripts/compile_all.sh failed, exiting


I\'m getting the exact same error. To answer your question lethe, no, I didn\'t download it with windows. I\'m running Mandrake 2005 LE and I did the best I knew how to make sure I have the required dependancies.

----------------
Bit later
----------------

Looked in the file compile_all.sh and what do ya know? Line 8 is obviously missing a ` at the end of it. After putting that back in and running ./build (without the -initial this time since I already got through that part before) things seem to be running fine so far. Will edit this again if I have any further problems.

----------------
...later still
...................
doh! things seemed to be going pretty well, but then I ran into the following.

----------------------------
Compiling cal3d...
----------------------------
Running \'aclocal-1.9 \'
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
  run info \'(automake1.8)Extending aclocal\'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of AC_GWRAP_CHECK_GUILE
/usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of AM_PATH_GWRAP
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
Running \'autoheader\'
Running \'libtoolize --force\'
Running \'automake-1.9 --add-missing --force-missing --copy\'
configure.in: installing `./install-sh\'
configure.in: installing `./missing\'
src/cal3d/Makefile.am: installing `./depcomp\'
Running \'autoconf \'

Now run ./configure and make.

configure: error: expected an absolute directory name for --prefix: scripts/compile_all.sh/cal3d
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install\'.  Stop.
----------------------------
Compiling crystalspace...
----------------------------
configure: error: expected an absolute directory name for --prefix: scripts/compile_all.sh/crystalspace
Jamfile: No such file or directory
...found 1 target(s)...
Jamfile: No such file or directory
....
[more of the same sort of output deleted here for brevity since the solution to this problem is covered in the next poster\'s reply]

At this point I plan to go into each of the project folders and just try to ./configure and make them manually. Hope it works.

Thanks for the great scripts. Very helpful for at least getting the source and getting a start on building. I\'ll look forward to when the little bugs get squashed. :-)

-----------
final update for night
-----------

got it all to build, but in the end there was no \"updater\" file to run when I tried ./psrun updater -auto

must.....get....sleep :-/ will try again tomorrow I guess.

Pages: [1]