Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

macOS Catalina build

<< < (2/3) > >>

stahta01:

--- Quote from: Inskipp on November 12, 2020, 01:32:20 am ---Hi,

Yeah, you're right. I hate working in the terminal, that's why I need CB :-)

Here's the real error:


--- Code: ---../../../src/src/main.cpp:2681:22: error: calling a private constructor of class 'wxPaintEvent'
        wxPaintEvent e;

--- End code ---

Thanks,
Inskipp

--- End quote ---

If I recall correctly, that error has already been fixed in SVN, so either build using the current CB trunk or use an earlier wxWidgets version.
Or patch the version of CB to use the fix CB SVN trunk.

Tim S.

Inskipp:
Hi,

Yep, I've managed to get this and another error fixed, but now I'm running into an issue with directorymonitor.cpp....


--- Code: ---../../../../../src/plugins/contrib/FileManager/directorymonitor.cpp:29:10: fatal error: 'fam.h' file not found
#include <fam.h> //USES EITHER GAMIN OR FAM (IDENTICAL FILE MONITORING APIS)

--- End code ---

Both (FAM and GAMIN) looks like Linux specific tools... :-/

Any ideas?

Thanks in advance,
Inskipp

oBFusCATed:
--with-contrib-plugins=all,-FileManager when doing configure.

Inskipp:
Thanks!

How can I disable multiple plugins?
I tried several variations and the configuration help doesn't really help in this case.

Thanks in advance,
Inskipp

Inskipp:
Hi,

So, I figured it out and fixed a few more errors, and eventually I've managed to build and install it.
However, after launching codeblocks (the raw binary), the CB's main window is active and responsive, but the menu becomes completely unresponsive, even the system menu.
If I switch to another application and the return to CB, the menu is working.
Has anybody seen this issue?



Thanks,
Inskipp

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version