gcc-4.3 and ogg test

Discussion of all aspects of the game engine, including development of new and existing features.

Moderator: Forum Moderators

Post Reply
warren
Posts: 12
Joined: April 19th, 2008, 10:24 pm

gcc-4.3 and ogg test

Post by warren »

http://cvs.fedoraproject.org/viewvc/rpm ... h?view=log
Could something like this be added to the upstream source? It is necessary to build Wesnoth with gcc-4.3+. Should be harmless with earlier compilers.

http://cvs.fedoraproject.org/viewvc/rpm ... h?view=log
Is there a better way we can disable the ogg test during build without patching the source?
User avatar
ivanovic
Lord of Translations
Posts: 1149
Joined: September 28th, 2004, 10:10 pm
Location: Germany

Re: gcc-4.3 and ogg test

Post by ivanovic »

Uhm, 1.2.x is no longer officially maintained. That is: 1.4.x builds without problems with gcc 4.3.x, the same for trunk. And there is no problem with the ogg configure check either.

So which version do you think we should patch?
warren
Posts: 12
Joined: April 19th, 2008, 10:24 pm

Re: gcc-4.3 and ogg test

Post by warren »

The patches are named by the version we added them, but they still apply to wesnoth-1.4.7.

OK, you were correct about gcc-4.3 builds working fine. It seems upstream fixed this someplace else already.

Regarding the ogg-test, does Mix_LoadMUS() try to play the sound via the sound device? If so this can easily cause problems for our headless and sound device-less buildsystem.
Post Reply