Recent Posts

Pages: 1 ... 3 4 5 6 7 [8] 9 10
71
You previously installed smartwin++ library. It is not part of CB and not part of the included MinGW compiler.

As such you need to google smartwin++ and follow the install instructions for the OS and compiler version(s) you are using. Better still if you have instructions from when you setup your dev environment in the fist place see how you installed it then.
72
The header file (SmartWin.h) was not included in my recent download (2024-11-15) for Version 20.03 rev 11983 dated 2020-03-12 which included the MinGW compiler for the SmartWin 1.0 widget.  Can the header and library files be obtained at this time?
73
Nightly builds / Re: The 11 November 2024 build (13585) is out.
« Last post by Wkerry on November 14, 2024, 12:23:45 pm »
@Frank_CB that page is way way way out of date.
74
Nightly builds / Re: The 11 November 2024 build (13585) is out.
« Last post by Frank_CB on November 14, 2024, 05:01:27 am »
@dkulp:

Take a look at the Wiki page: Installing Code::Blocks from source on Mac OS X.

Regards
75
Using Code::Blocks / Re: Hiccups while typing
« Last post by danyer on November 13, 2024, 10:28:26 pm »
I had the same problem here using Code::Blocks 20.03!

The problem is caused by the ThreadSearch.dll plugin.
I deleted it from the plugins folder and this anomaly disappeared.
I hope it works for you too.

76
Nightly builds / Re: The 11 November 2024 build (13585) is out.
« Last post by stahta01 on November 13, 2024, 10:15:32 pm »
Are we ever going to get a recent build for macOS that actually will work?    There hasn't been a nightly build for about a year now (svn 13447) that will actually start.

On a brand new Mac (just purchased), if I download the nightly, drag/drop into applications, and start it, it crashes fairly quickly.   Every build I've tested since 13447 has done this.   


Code
<?xml version="1.0" encoding="UTF-8"?>
<report version="1.0" kind="exception">
  <system description="macOS Sequoia Version 15.1 (Build 24B2083)"/>
  <stack>
    <frame level="0" function="wxFatalSignalHandler(int)" offset="0" address="0x10f6c738c"/>
    <frame level="1" function="_sigtramp" offset="0" address="0x7ff8032e7e9d"/>
    <frame level="2" function="_sigtramp" offset="0" address="0x3ff0000000000000"/>
    <frame level="3" function="ClassBrowser::ThreadedBuildTree(cbProject*)" offset="0" address="0x122d0191d"/>
    <frame level="4" function="ClassBrowser::UpdateClassBrowserView(bool)" offset="0" address="0x122d01282"/>
    <frame level="5" function="ClassBrowser::SetParser(ParserBase*)" offset="0" address="0x122d00c30"/>
    <frame level="6" function="ParseManager::CreateClassBrowser()" offset="0" address="0x122d89114"/>
    <frame level="7" function="CodeCompletion::OnAttach()" offset="0" address="0x122d2628c"/>
    <frame level="8" function="cbPlugin::Attach()" offset="0" address="0x10c4b8435"/>
    <frame level="9" function="PluginManager::AttachPlugin(cbPlugin*, bool)" offset="0" address="0x10c64d859"/>
    <frame level="10" function="PluginManager::LoadAllPlugins()" offset="0" address="0x10c654210"/>
    <frame level="11" function="MainFrame::ScanForPlugins()" offset="0" address="0x102af520a"/>
    <frame level="12" function="MainFrame::MainFrame(wxWindow*)" offset="0" address="0x102aefaac"/>
    <frame level="13" function="MainFrame::MainFrame(wxWindow*)" offset="0" address="0x102af7f0d"/>
    <frame level="14" function="CodeBlocksApp::InitFrame()" offset="0" address="0x102a2b6c6"/>
    <frame level="15" function="CodeBlocksApp::OnInit()" offset="0" address="0x102a2da64"/>
    <frame level="16" function="wxApp::CallOnInit()" offset="0" address="0x10e6d37aa"/>
    <frame level="17" function="wxEntry(int&amp;, wchar_t**)" offset="0" address="0x10f63e074"/>
    <frame level="18" function="main" offset="0" address="0x102a29ce3"/>
    <frame level="19" function="start" offset="0" address="0x2030512cd"/>
  </stack>
</report>

If you wish to have one that is more likely to work with your version of MacOS then you likely need to build it yourself instead of using one built for a different version.

Tim S.
77
Nightly builds / Re: The 11 November 2024 build (13585) is out.
« Last post by dkulp on November 13, 2024, 07:51:08 pm »
Are we ever going to get a recent build for macOS that actually will work?    There hasn't been a nightly build for about a year now (svn 13447) that will actually start.

On a brand new Mac (just purchased), if I download the nightly, drag/drop into applications, and start it, it crashes fairly quickly.   Every build I've tested since 13447 has done this.   


Code
<?xml version="1.0" encoding="UTF-8"?>
<report version="1.0" kind="exception">
  <system description="macOS Sequoia Version 15.1 (Build 24B2083)"/>
  <stack>
    <frame level="0" function="wxFatalSignalHandler(int)" offset="0" address="0x10f6c738c"/>
    <frame level="1" function="_sigtramp" offset="0" address="0x7ff8032e7e9d"/>
    <frame level="2" function="_sigtramp" offset="0" address="0x3ff0000000000000"/>
    <frame level="3" function="ClassBrowser::ThreadedBuildTree(cbProject*)" offset="0" address="0x122d0191d"/>
    <frame level="4" function="ClassBrowser::UpdateClassBrowserView(bool)" offset="0" address="0x122d01282"/>
    <frame level="5" function="ClassBrowser::SetParser(ParserBase*)" offset="0" address="0x122d00c30"/>
    <frame level="6" function="ParseManager::CreateClassBrowser()" offset="0" address="0x122d89114"/>
    <frame level="7" function="CodeCompletion::OnAttach()" offset="0" address="0x122d2628c"/>
    <frame level="8" function="cbPlugin::Attach()" offset="0" address="0x10c4b8435"/>
    <frame level="9" function="PluginManager::AttachPlugin(cbPlugin*, bool)" offset="0" address="0x10c64d859"/>
    <frame level="10" function="PluginManager::LoadAllPlugins()" offset="0" address="0x10c654210"/>
    <frame level="11" function="MainFrame::ScanForPlugins()" offset="0" address="0x102af520a"/>
    <frame level="12" function="MainFrame::MainFrame(wxWindow*)" offset="0" address="0x102aefaac"/>
    <frame level="13" function="MainFrame::MainFrame(wxWindow*)" offset="0" address="0x102af7f0d"/>
    <frame level="14" function="CodeBlocksApp::InitFrame()" offset="0" address="0x102a2b6c6"/>
    <frame level="15" function="CodeBlocksApp::OnInit()" offset="0" address="0x102a2da64"/>
    <frame level="16" function="wxApp::CallOnInit()" offset="0" address="0x10e6d37aa"/>
    <frame level="17" function="wxEntry(int&amp;, wchar_t**)" offset="0" address="0x10f63e074"/>
    <frame level="18" function="main" offset="0" address="0x102a29ce3"/>
    <frame level="19" function="start" offset="0" address="0x2030512cd"/>
  </stack>
</report>
78
Plugins development / Re: New plugin to create Makefile project with existing code
« Last post by christo on November 12, 2024, 06:12:41 pm »
New plugin to create codeblocks external makefile project from compile_commands.json https://github.com/josephch/CbProjectFromCompileCommands

Modern build systems supports generating compile_commands.json for IDE integration. Meson creates this by default in the build folder, cmake generates it when setting the flag CMAKE_EXPORT_COMPILE_COMMANDS.

The plugin also create a modified compile_commands.json file in the project root directory if it is different from the original compile_commands.json 's directory. This is done to give the correct compile commands to clangd_client plugin.
79
Plugins development / Re: Code completion using LSP and clangd
« Last post by Pecan on November 12, 2024, 12:43:15 am »
When using code completion plugin , after  whi  typed,  a popup window showed with content  C++ while , and I can just press enter,  while will be printed  in editor.  It works for those keywords too  [for switch ...]But when using Clangd_Client plugin, after whi  typed ,nothing happenI have to type the whole word by myselfSame happened to [for switch ...]
Does Clangd_Client plugin supports this feature? Thx






I've noticed this also. Clangd does not respond to keywords. But you can easily add them to your abbreviations set. Settings/Editor/Abbreviations.
80
Nightly builds / Re: The 11 November 2024 build (13585) is out.
« Last post by Xaviou on November 11, 2024, 07:32:12 pm »
Hi.

OS X version of this rev can be downloaded from my website.
There is only a macOS-11.6 version.
Note that it is not a notarized version of the application.

32 bits version for Windows can also be found in the same place.

Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04 and 24.10 versions can be installed from my ppa

Regards
Xav'
Pages: 1 ... 3 4 5 6 7 [8] 9 10