Menu

#1459 Openwatcom comiler missing on linux

Undefined
open
nobody
None
Bug_Report
2024-03-17
2024-02-19
Armin Diehl
No

openwatcom comiler is missing on linux 64. in the list of compilers. Installing 20.03 (32 Bit) on wine shows openwatcom in the list of compilers. I'm on Fedora 39 using codeblocks-20.03-18.20230124svn13161.fc39.x86_64.
Openwatcom is installed and works fine.

Discussion

  • Miguel Gimenez

    Miguel Gimenez - 2024-02-21

    OpenWatcom is loaded only if the platform is Windows (or Wine):

        if (platform::windows || nonPlatComp)
        {
        ...
            CompilerFactory::RegisterCompiler(new CompilerOW);
        ...
        }
    

    Is there a native OpenWatcom for Linux?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.