Gregory Machin wrote:
Hi I'm trying to compile the current release of prozilla, when I run make it dies with the following errors, make[2]: Leaving directory `/data/greg/installs/prozilla-2.0.0/libprozilla' Making all in src make[2]: Entering directory `/data/greg/installs/prozilla-2.0.0/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libprozilla/src -I/usr/local/include -fno-inline -DLOCALEDIR=\"/usr/local/share/locale\" -Wall -ggdb -D_REENTRANT -MT main.o -MD -MP -MF ".deps/main.Tpo" \ -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; \ else rm -f ".deps/main.Tpo"; exit 1; \ fi download_win.h:55: error: extra qualification 'DL_Window::' on member 'print_status' make[2]: *** [main.o] Error 1 make[2]: Leaving directory `/data/greg/installs/prozilla-2.0.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/greg/installs/prozilla-2.0.0' make: *** [all] Error 2 [greg@greg prozilla-2.0.0]$ Any ideas on how to fix this..
Remove the extra qualification 'DL_Window::' on member 'print_status' at line 55 of download_win.h. This obsolete syntax is no longer supported in gcc 4.x.
Paul.