Search found 2 matches

by Thias
Mon Nov 14, 2005 2:29 pm
Forum: Beta Testing
Topic: 0.2.8_beta3: release process and bugs
Replies: 219
Views: 78408

Oh, another small bug I've caught : The desktop/armagetronad.desktop file contains the line "Type=Application" twice, and desktop-file-install chokes on it ;-)

Matthias
by Thias
Mon Nov 14, 2005 1:56 pm
Forum: Beta Testing
Topic: 0.2.8_beta3: release process and bugs
Replies: 219
Views: 78408

In gParser.cpp: somewhere in the middle of the file you have includes for gGame.h and tConfiguration.h. gGame.h needs to move to the top of the other *.h includes, otherwise compiling using gcc4.0 will fail as outlined here . I can confirm this : Compilation of beta3 on Fedora Core 4 i386 fails on ...