building libfame 0.9.0 on Solaris
Status: Beta
Brought to you by:
chappelier
Hi,
Just a short note to report libfame 0.9.0 builds just
fine on Solaris using the Sun ONE Studio 7 compiler.
There are a few warnings you may want to fix though.
See attached file.
* The memcpy and memset warnings are fixed by including
<string.h>.
* The void pointer can be fixed by casting all void
pointers to:
unsigned char *
prior to performing any operations.
make log - Sun ONE Studio 7 compiler
Logged In: YES
user_id=95082
reading libfame 0.9.1 changelog, i should say that necessary
fixes for solaris compilation have been applied