Hi
I downloaded flek-0.2.agenda and have problems
compiling it on Irix 6.5. After running the configure
command, I executed make. make complain that there are
syntax errors in some lines e.g
ALL += flek
I proceeded to try using gmake instead. There were
no syntax errors this time but I encountered
compilation problems in FImage.cxx. Errors are related
to the use of Channels in examples like
uchar c[Channels*w];
Channels is a variable found in the class FImage.
It seems that the compiler is complaining that
Channels is not a const value and refuses to compile.
Is there something that I have done wrongly.
Although I use gmake, the compiler used was still CC,cc
(mipsPro). Could it be that GNU compilers can accept
the above but not mipspro compiler?
Help will be greatly appreciated.
Thanks
Eugene