User Activity

  • Posted a comment on ticket #1497 on Code::Blocks

    Miguel patch fails to fix issue tested using MSys2 ucrt64 enviroment.

  • Modified a comment on ticket #1497 on Code::Blocks

    Going to try patch posted and see if it works; I think I failed to understand the or logic because now it looks to me that it will fix the issue. And, now it looks like it will not fix the issue. I hoping testing builds and I get good results. Tim S.

  • Modified a comment on ticket #1497 on Code::Blocks

    Going to try patch posted and see if it works; I think I failed to understand the or logic because now it looks to me that it will fix the issue. And, now it looks like it will not fix the issue. I hopen testing builds and I get good results. Tim S.

  • Posted a comment on ticket #1497 on Code::Blocks

    Patch that I am trying it takes a while for me to build CB and then the plugin I am testing. Tim S. --- a/src/sdk/configmanager.cpp +++ b/src/sdk/configmanager.cpp @@ -1493,11 +1493,14 @@ void ConfigManager::InitPaths() else ConfigManager::data_path_global = UnixFilename(data_path_global); -#ifdef CB_AUTOCONF if (plugin_path_global.IsEmpty()) { if (platform::windows) +#ifdef CB_AUTOCONF ConfigManager::plugin_path_global = app_path + _T("/../lib/codeblocks/plugins"); +#else + ConfigManager::plugin_path_global...

  • Posted a comment on ticket #1497 on Code::Blocks

    Going to try patch posted and see if it works; I think I failed to understand the or logic because now it looks to me that it will fix the issue.

  • Modified a comment on ticket #1497 on Code::Blocks

    Delete past statement; I have decided it might/should work. I will try it when I have time.

  • Modified a comment on ticket #1497 on Code::Blocks

    You could change to testing the native path separator instead; that should work. But, I have no idea what use case you are trying to avoid breaking. See wxFILE_SEP_PATH Example it was tested and does still fix my problem. --- a/src/sdk/configmanager.cpp (revision 13538) +++ b/src/sdk/configmanager.cpp (working copy) @@ -1497,7 +1497,11 @@ if (plugin_path_global.IsEmpty()) { if (platform::windows) +#if (wxFILE_SEP_PATH == wxFILE_SEP_PATH_UNIX) ConfigManager::plugin_path_global = app_path + _T("/../lib/codeblocks/plugins");...

  • Modified a comment on ticket #1497 on Code::Blocks

    The problem is caused by comparing two paths to the plugin DLL one uses "\" and the other uses both "/" and "\" so it fails and cause the error/warning message.

View All

Personal Data

Username:
stahta01
Joined:
2002-12-05 14:40:16

Projects

This is a list of open source software projects that Tim Stahlhut is associated with: