This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)


While compiling some code from memtest86-3.0.tar.gz recently, received the following error:

main.c:32: conflicting types for `v'
test.h:280: previous declaration of `v'
make: *** [main.o] Error 1

Source:

test.c: extern struct vars *v;

test.h: extern struct vars * v;

Compiles fine on 2.96 20000731 (Red Hat Linux 7.1 2.96-98)

Suggestions?

--
Until later: Geoffrey esoteric@3times25.net

I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]