> 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


_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to