News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414

Started by Mephistopheles, July 24, 2010, 05:36:48 AM

Previous topic - Next topic

MortenMacFly

Quote from: killerbot on July 28, 2010, 01:38:18 PM
Let's remove it for the moment, and then carefully look at our options ...
True. I wasn't aware that this is THAT problematic.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

I just removed wxMediaCtrl related files from Makefile.am and the wxSmithLib target in the project-files, also removed the appropriate wx-config calls.
I neither did remove the files from svn nor from the project, they just get not compiled in at the moment.
svn r6435

MortenMacFly

Quote from: jens on July 29, 2010, 07:20:18 AM
I neither did remove the files from svn nor from the project, they just get not compiled in at the moment.
svn r6435
Why did you do this for the wxSmith Windows target, too? I thought it was at least working there???
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: MortenMacFly on July 29, 2010, 07:27:37 AM
Quote from: jens on July 29, 2010, 07:20:18 AM
I neither did remove the files from svn nor from the project, they just get not compiled in at the moment.
svn r6435
Why did you do this for the wxSmith Windows target, too? I thought it was at least working there???
To keep windows and linux projects (or better sources) compatible.

Mephistopheles

I tried r6435 and now it fails on Mandriva 2009.1, SLE 11 and openSUSE 11.1 with ./wxsanimationctrl.cpp:99: error: no matching  function for call to 'wxAnimationCtrl::wxAnimationCtrl(wxWindow*&,  wxWindowID, wxString&, wxPoint, wxSize, long int)' which worked earlier (r6386).

Is that something that can be fixed / changed too or are are those too old (Mandriva has wxGTK 2.8.9 and the SUSE versions have 2.8.8.1)?

Jenna

Also (temporarily?) removed it from cc-branch (as asked by killerbot).
svn r6447

MortenMacFly

Quote from: jens on August 06, 2010, 03:35:12 PM
Also (temporarily?) removed it from cc-branch (as asked by killerbot).
svn r6447
As a note: Please don't do it the way you did in the future. To enable a SVN re-integrate merge of the (any) branch into trunk, we must do proper merges from trunk to apply features from trunk into the branch. Otherwise merging the branch into trunk will become a nightmare!!!

I've rolled back this commit and did a proper merge with trunk now.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Keeper

I'm using the "debuggers branch" http://svn.berlios.de/svnroot/repos/codeblocks/branches/wxpropgrid_debugger (6465)

And I'm getting this issue on Debian Lenny.  Any advice on how to get past it?  It worked fine in Ubuntu 10