Re: [Xmame] 0.98u1 and #pragma problem

2005-07-25 Thread Christopher Stone
LOL. This is a problem? On 7/25/05, Julian Sikorski <[EMAIL PROTECTED]> wrote: > So fedora sucks once again. I have to use gcc 3.2.3 which deprecates > #pragma once, or gcc 4.0.0 miscompiling v60 core :(. ___ Xmame mailing list Xmame@toybox.twisted.org

Re: [Xmame] 0.98u1 and #pragma problem

2005-07-25 Thread Julian Sikorski
So fedora sucks once again. I have to use gcc 3.2.3 which deprecates #pragma once, or gcc 4.0.0 miscompiling v60 core :(. ___ Xmame mailing list Xmame@toybox.twisted.org.uk http://toybox.twisted.org.uk/mailman/listinfo/xmame

Re: [Xmame] 0.98u1 and #pragma problem

2005-07-18 Thread Maxime Henrion
[EMAIL PROTECTED] wrote: > Quoting Julian Sikorski <[EMAIL PROTECTED]>: > > >Compiling src/machine/segacrpt.c ... > >In file included from src/machine/segacrpt.c:171: > >src/driver.h:9:9: warning: #pragma once is obsolete > > Aaron Giles warned us that he was going to start using #pragma once, on

Re: [Xmame] 0.98u1 and #pragma problem

2005-07-18 Thread Enik
What version of gcc are you using? According with http://www.mirror5.com/software/gcc/gcc-3.4/changes.html: "File handling in the preprocessor has been rewritten. GCC no longer gets confused by symlinks and hardlinks, and now has a correct implementation of #import and #pragma once. These two di

Re: [Xmame] 0.98u1 and #pragma problem

2005-07-17 Thread gold
Quoting Julian Sikorski <[EMAIL PROTECTED]>: Compiling src/machine/segacrpt.c ... In file included from src/machine/segacrpt.c:171: src/driver.h:9:9: warning: #pragma once is obsolete Aaron Giles warned us that he was going to start using #pragma once, on the assumption that all compilers thes

[Xmame] 0.98u1 and #pragma problem

2005-07-16 Thread Julian Sikorski
Compiling src/machine/segacrpt.c ... In file included from src/machine/segacrpt.c:171: src/driver.h:9:9: warning: #pragma once is obsolete In file included from src/driver.h:55, from src/machine/segacrpt.c:171: src/mamecore.h:9:9: warning: #pragma once is obsolete In file included