avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avrdude-dev] [RFA] #if cleanups


From: Alex Shepherd
Subject: RE: [avrdude-dev] [RFA] #if cleanups
Date: Fri, 16 Jul 2004 08:07:13 +1200

> How did that file ever compile for testing without that #include?

It compiles just fine on my Cygwin environment, see build output below.

Maybe it is a result of other patches that I don't have but I recompiled
what I committed a while ago without any subsequent patches again this
morning and it compiles fine without the extra #include <stdio.h>

I don't know what is going on and cannot look at it until next week.

Alex
-------------------------------------
if gcc -DHAVE_CONFIG_H -I. -I. -I.  -DCONFIG_DIR=\"/usr/local/etc\"  -Wall
-mno-cygwin -DWIN32NATI
VE -MT avrdude-ser_win32.o -MD -MP -MF ".deps/avrdude-ser_win32.Tpo" \
  -c -o avrdude-ser_win32.o `test -f 'ser_win32.c' || echo './'`ser_win32.c;
\
then mv -f ".deps/avrdude-ser_win32.Tpo" ".deps/avrdude-ser_win32.Po"; \
else rm -f ".deps/avrdude-ser_win32.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.  -DCONFIG_DIR=\"/usr/local/etc\"  -Wall
-mno-cygwin -DWIN32NATI
VE -MT avrdude-stk500.o -MD -MP -MF ".deps/avrdude-stk500.Tpo" \
  -c -o avrdude-stk500.o `test -f 'stk500.c' || echo './'`stk500.c; \
then mv -f ".deps/avrdude-stk500.Tpo" ".deps/avrdude-stk500.Po"; \
else rm -f ".deps/avrdude-stk500.Tpo"; exit 1; \
fi






reply via email to

[Prev in Thread] Current Thread [Next in Thread]