Attempting to compile UQLX from http://www.geocities.com/SiliconValley/Bay/2602/uqlx_tar_bz2.zip
in Linux Mint I get the following error:
-------------------------------------------------------------------
QL68000.h:694: error: static declaration of ‘big_endian’ follows non-static declaration
QL68000.h:470: error: previous declaration of ‘big_endian’ was here
-------------------------------------------------------------------

The relevant lines in QL68000.h are from line 691:
-------------------------------------------------------------------
#ifdef QM_BIG_ENDIAN
static const int big_endian=1;
#else
static const int big_endian=0;
#endif
-------------------------------------------------------------------

and line 470:
-------------------------------------------------------------------
extern int const big_endian;
-------------------------------------------------------------------

Any suggestions?  (I am a Linux newbie!)

--
Regards,

Stephen
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to