[AD] Deprecated functions and fix.sh |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Two things,
Why are the textprintf functions deprecated in the CVS version of allegro? Also, I tried to compile allegro for Solaris Sparc 8 and had some problems. I havent finished installing it yet, but the first problem I ran into was in fix.sh. On line 92 of fix.sh, there is the following code:
if [ -e configure ]; then
chmod +x configure
fi
I get an error here, something like:
fix.sh: test: Arguement expected.
Im not an expert in bash scripting so I cant fix it, but why have the if at all? Cant this simply be replaced with
chmod +x configure
later--,
jon