glob2-devel
[Top][All Lists]
Advanced

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

Re: [glob2-devel] can't compile alpha22-rc with mingw, error in AIEcho.c


From: Kai Antweiler
Subject: Re: [glob2-devel] can't compile alpha22-rc with mingw, error in AIEcho.cpp
Date: Wed, 11 Apr 2007 00:38:13 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.20 (linux)

> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/SDL -Dmain=SDL_main
> -I./../libgag/include  -I/usr/include/SDL -Dmain=SDL_main
> -I/usr/include/freetype2  -O3 -march=i686 -I/usr/include/SDL -Dmain=SDL_main
> -MT AIEcho.o -MD -MP -MF ".deps/AIEcho.Tpo" \
>  -c -o AIEcho.o `test -f 'AIEcho.cpp' || echo './'`AIEcho.cpp; \
> then mv ".deps/AIEcho.Tpo" ".deps/AIEcho.Po"; \
> else rm -f ".deps/AIEcho.Tpo"; exit 1; \
> fi

I don't know if it helps, but try:
#./configure CXXFLAGS=""
# make clean && make

The error messages are weird.  We don't have a "SendMessageA" in the
whole project.
Look at the specified lines in AIEcho.cpp
If there is a SendMessageA, we have found the problem. (OK, this is unlikely)

> AIEcho.cpp:3897: error: `SendMessageA' has not been declared
> AIEcho.cpp:3897: error: ISO C++ forbids declaration of `SendMessageA' with

-- 
Kai Antweiler




reply via email to

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