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

Pages: [1]
1
General Discussion /
« on: October 11, 2005, 03:18:20 pm »
Either slimy or not.
Depends what part of the description will be kept if corrected :)

Either slimy or reptile like.

2
General Discussion / Klyros description and zoology :)
« on: October 11, 2005, 03:11:02 pm »
\"Their skin is similar to reptiles, being slimy and cold, and varies from gray-green to steel dark blue.\"

Reptiles have dry and cool skin. It\'s not at all slimy. Most prominent examples being geckos, lizards, snakes.

I thought it may be worth correcting.
Amphibiants are the ones with slimy skin (frogs, salamanders, newts).


3
Linux Specific Issues /
« on: May 20, 2005, 09:07:45 pm »
Quote
Originally posted by malverian
NOTE! The binary installer on the website is out of date and does NOT work! The guides on Laanx are also out of date. See below for the fix.

You can get the latest version of the scripts here:
http://snafu.rabidgeek.com/~malverian/misc/easy_planeshift.tar.gz

Be sure to read the README file before proceding. For a primer, see the \"QUICK START\" section.


Hi,

The scripts look really fine. There was only one small glitch.
When checking automake version:
./check_deps.sh: line 57: [: 4-p6: integer expression expected
1.4-p6

Debian\'s (SID) automake-1.4 has a non integer minor version :)
I don\'t really know how it could be intelligently worked around.
Anyway it\'s cosmetic since the build commences undisturbed. The script is unable to detect the incorrect automake version.

No I figured one way. It would be to truncate the version number after a digit_dot_digit sequence. 1.4-p6 would become 1.4
perl -e \'$line=<>; if($line=~/(\\d\\.\\d)/){print \"$1\\n\"}\'
This does it. probably possible in sed too.

Pages: [1]