Author Topic: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414  (Read 18153 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414
« Reply #15 on: July 29, 2010, 06:58:35 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414
« Reply #16 on: July 29, 2010, 07:20:18 am »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414
« Reply #17 on: July 29, 2010, 07:27:37 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414
« Reply #18 on: July 29, 2010, 07:31:38 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.

Offline Mephistopheles

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414
« Reply #19 on: July 29, 2010, 03:38:14 pm »
I tried r6435 and now it fails on Mandriva 2009.1, SLE 11 and openSUSE 11.1 with
Code
./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)?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414
« Reply #20 on: August 06, 2010, 03:35:12 pm »
Also (temporarily?) removed it from cc-branch (as asked by killerbot).
svn r6447

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414
« Reply #21 on: August 06, 2010, 05:11:53 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Keeper

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Compilation issues due to wxMEDIACTRLPLAYERCONTROLS_* in r6414
« Reply #22 on: August 10, 2010, 12:51:02 am »
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