Mail Archives: djgpp/2015/06/12/02:45:18
"Frank Sapone (emoaddict15 AT gmail DOT com)" <djgpp AT delorie DOT com> wrote:
> Hey guys, so I figured I might as well try to upgrade the Q2DOS project
> to DJGPP 2.05 (we're using 2.03!). I would like to add DX3 support for
Thanks for testing!
> I made an entirely new DJGPP dir, got my paths all that, etc. setup
> properly and afaik I have all the required tools. When I try to build I
> get this:
> In file included from F:/proj/q2dos/game/q_shared.h:40:0,
> from client../qcommon/qcommon.h:23,
> from client/ref.h:23,
> from client/client.h:30,
> from client/cl_input.c:22:
> f:/djgpp_205/include/time.h:126:16: error: expected '=', ',', ';', 'asm'
> or '__attribute__' before 'unsigned'
> _EXTERN_INLINE unsigned long long
> ^
1. Check the environment that you don't have _any_ refenrences to the
old DJGPP. In bash I'd "env|less" and look carefully.
2. Try adding -v to your flags and examine paths gcc uses to verify
that they are right.
3. It can be an error in the previous include file (I'm not sure which
order gcc lists them; either q_shared.h or cl_input.c, I'd guess) that
didn't terminate whatever it was trying to declare/define (as the
compiler is looking for a possible ";").
HTH,
--
MartinS
- Raw text -