Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: AndrewCot on January 22, 2022, 06:48:50 am

Title: Wiki main page the compiler links not all valid
Post by: AndrewCot on January 22, 2022, 06:48:50 am
On the Wiki main page (https://wiki.codeblocks.org/index.php/Main_Page) the supported compiler list on the bottom right quadrant of the page has the following:

BAD Links    MinGW GCC (incl. G77) (Win32)       : Forwards to hijacked site
    Apple GCC (Xcode) (Mac OS X)        : Page not found
    OpenWatcom (Win32)                  : 404 Not Found
    GDC D Compiler                      : loads, but old site and new site gone

Suspect Downloads on linked page:
    Microsoft Visual C++ Toolkit 2003 (Win32)   : Download links do not link to MS


Working Links
    GNU GCC (incl. G77) (Linux)
    MSP430 GCC (Win32)
    TriCore and PowerPC GCC (Win32, Linux)
    Microsoft Visual C++ 2005 (Win32)
    Borland's C++ Compiler 5.5 (Win32)     NOTE: slow
    DigitalMars C/C++ (Win32)
    Intel C++ compiler (Win32)
    Small Device C Compiler (SDCC)
    Digital Mars D
    LLVM D Compiler

Can someone who has WIKI change privileges please update and fix the links with issues.
Title: Re: Wiki main page the compiler links not all valid
Post by: ollydbg on January 22, 2022, 08:06:38 am
Thanks.

Code

* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux)
* [https://osdn.net/projects/mingw/ MinGW GCC (incl. G77)] (Win32)
* [http://mspgcc.sourceforge.net MSP430 GCC] (Win32)
* [http://www.hightec-rt.com TriCore and PowerPC GCC] (Win32, Linux)
* [http://developer.apple.com/tools/ Apple GCC (Xcode)] (Mac OS X)
<!-- Tested and working with Microsoft PSDK for Windows 2003 R2 and CodeBlocks b3577 -->
* [http://xona.com/2004/06/29.html Microsoft Visual C++ Toolkit 2003] (Win32)
* [http://msdn.microsoft.com/vstudio/express/visualc/download/ Microsoft Visual C++ 2005] (Win32)
* [http://edn.embarcadero.com/article/20633 Borland's C++ Compiler 5.5] (Win32)
* [http://www.digitalmars.com/ DigitalMars C/C++] (Win32)
* [http://open-watcom.github.io/ OpenWatcom] (Win32)
* [https://software.intel.com/en-us/c-compilers Intel C++ compiler] (Win32)
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)]
* [http://dlang.org/ Digital Mars D]
* [https://gdcproject.org/ GDC D Compiler]
* [https://github.com/ldc-developers/ldc/ LLVM D Compiler]


This is what I have changed.

If you have better links, you can paste the code here, and then I can paste to the wiki edit source page.

Thanks.
Title: Re: Wiki main page the compiler links not all valid
Post by: AndrewCot on January 22, 2022, 09:02:41 am
My update:
* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux)* [https://www.mingw-w64.org/ MinGW-w64] (Win)
* [https://github.com/jmeubank/tdm-gcc/ TDM GCC] (Win)
* [https://www.msys2.org/ MSYS2] (Win)
* [https://www.cygwin.com/ Cygwin] (Win)
* [https://winlibs.com/ WinLibs GCC] (Win)
* [https://osdn.net/projects/mingw/ MinGW GCC (incl. G77)] (Win32)
* [http://mspgcc.sourceforge.net MSP430 GCC] (Win32)
* [http://www.hightec-rt.com TriCore and PowerPC GCC] (Win32, Linux)
* [https://developer.apple.com/xcode/ Apple XCode (GCC)] (Mac OS X)
<!-- Tested and working with Microsoft PSDK for Windows 2003 R2 and CodeBlocks b3577 -->
* [http://xona.com/2004/06/29.html Microsoft Visual C++ Toolkit 2003] (Win32)
* [https://visualstudio.microsoft.com/vs/community/ Microsoft Visual Community Edition] (Win)
* [http://edn.embarcadero.com/article/20633 Borland's C++ Compiler 5.5] (Win32)
* [http://www.digitalmars.com/ DigitalMars C/C++] (Win32)
* [https://github.com/open-watcom/open-watcom-v2 OpenWatcom V2] (Win32)
* [https://software.intel.com/en-us/c-compilers Intel C++ compiler] (Win32)
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)]
* [http://dlang.org/ Digital Mars D] (Win32, Linux, Mac OS X)
* [https://gdcproject.org/ GDC D Compiler] (Linux)
* [https://github.com/ldc-developers/ldc/ LLVM D Compiler] (Win32, Linux, Mac OS X)


Changes:
UPDATED * [https://github.com/open-watcom/open-watcom-v2 OpenWatcom V2] (Win32)
Updated * [https://developer.apple.com/xcode/ Apple XCode (GCC)] (Mac OS X)
Updated * [https://visualstudio.microsoft.com/vs/community/ Microsoft Visual Community Edition] (Win)

Added * [https://www.mingw-w64.org/ MinGW-w64 (Win)]
Added * [https://github.com/jmeubank/tdm-gcc/ TDM GCC (Win)]
Added * [https://www.msys2.org/ MSYS2 (Win)]
Added * [https://www.cygwin.com/ Cygwin (Win)]
Added * [https://winlibs.com/ WinLibs GCC (Win)]

Added OS types to a few entries
Title: Re: Wiki main page the compiler links not all valid
Post by: ollydbg on January 22, 2022, 10:36:24 am
Done, thanks!
Title: Re: Wiki main page the compiler links not all valid
Post by: AndrewCot on January 22, 2022, 11:28:30 am
Thanks. All open a valid page that hopefully allow the end users to download the required files.

One little issue; the source has the following as a single line, but it should be two lines:

* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux)* [https://www.mingw-w64.org/ MinGW-w64] (Win)
Title: Re: Wiki main page the compiler links not all valid
Post by: Miguel Gimenez on January 22, 2022, 01:01:04 pm
I have splitted the line.
Title: Re: Wiki main page the compiler links not all valid
Post by: ollydbg on January 22, 2022, 03:15:06 pm
I have splitted the line.
My mistake, thanks!
Title: Re: Wiki main page the compiler links not all valid
Post by: ollydbg on January 27, 2022, 10:50:18 am
Hi, AndrewCot.

Our admin responded that now every forum user can edit the wiki page now, so you can try it. Thanks.

The policy may be changed in the future, only a limited group of forum user can edit the wiki.
Title: Re: Wiki main page the compiler links not all valid
Post by: AndrewCot on January 27, 2022, 10:55:43 am
Thanks.

I was able to open the page and then open the editor, but as I have not updated I did not do anything.  I am assuming I can now edit the page as I got to the editor.
Title: Re: Wiki main page the compiler links not all valid
Post by: LETARTARE on January 27, 2022, 11:11:19 am
Thanks,
It is possible to edit a page, but you have to connect from the forum and come back.