Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: mojca on October 02, 2013, 12:28:01 AM

Title: Compiler issues on Mac OS X
Post by: mojca on October 02, 2013, 12:28:01 AM
I would like to ask for a bit of help for creating proper patches for CB on Mac OS X.


       #if defined(__WXMSW__)
           wxCursor copycursor(dnd_copy_cur_xpm);
           wxCursor movecursor(dnd_move_cur_xpm);
           wxCursor nonecursor(dnd_none_cur_xpm);
       #else
           wxIcon copycursor(dnd_copy_cur_xpm);
           wxIcon movecursor(dnd_move_cur_xpm);
           wxIcon nonecursor(dnd_none_cur_xpm);
       #endif
       //wxDragResult result;

       wxDropSource dndSource(m_diagramwindow, copycursor, movecursor, nonecursor);

Thank you.
Title: Re: Compiler issues on Mac OS X
Post by: mojca on May 30, 2014, 03:10:28 PM
The first two issues have been solved. I added others to the new bug tracker on SF, tickets 8-13.
Title: Re: Compiler issues on Mac OS X
Post by: mojca on May 30, 2014, 03:17:35 PM
Related thread about Mac issues on 10.5 is here: http://forums.next.codeblocks.org/index.php/topic,18727.0.html (12.11 and 13.12 on OSX 10.5.8 PPC/Intel)
Title: Re: Compiler issues on Mac OS X
Post by: ollydbg on May 30, 2014, 03:35:56 PM
Hi, mojca, thanks for the report, though I'm not a Mac user.
It looks like we don't have ways to access to BerliOS's tickets system now.
(They are stored as xml files in C::B's svn rev9770 to rev9774)
Title: Re: Compiler issues on Mac OS X
Post by: mojca on May 30, 2014, 03:44:20 PM
I didn't check the SVN yet, but some user posted a compressed snapshot of the website with most of the tickets included.

After I noticed that the tickets were gone I copied the relevant information to SourceForge, so at least in my case all the contents and questions are accessible through SF and linked above.