Compile problems on Solaris
Brought to you by:
arpruss
I ran into the following compilation problems using
gcc-3.3.3 on Sparc Solaris 8:
Change "stricmp" to "strcasecmp",
"strnicmp" to "strncasecmp",
in topalmtext.c, togray.c, toremap.c
extractfont.c uses fcloseall(), which doesn't seem to
exist on Solaris.
Even after making the necessary changes, topalmtext
doesn't seem to work. If I take convert a sample URW
font, the output looks like this:
GLYPH 14
// left 0, top 22, height 27, xadvance 6, width 0
//Processed: xadvance = 6, leftSkip = 0, left = 0,
right = 6
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
Logged In: NO
Sorry - submitted by Peter O'Shea peter. dot oshea at
analog dot com
Logged In: YES
user_id=756930
Is this ALL the output, or is this just a typical part of it?
Logged In: YES
user_id=756930
Fixed fcloseall, stricmp and strnicmp in cvs. Don't quite
know what to do with the remaining problem. I assume
there isn't some endianness problem in the FT2 library.
Logged In: NO
This is now working in 1.0.
peter.oshea@analog.com