Author Topic: Wiki main page the compiler links not all valid  (Read 4285 times)

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Wiki main page the compiler links not all valid
« on: January 22, 2022, 06:48:50 am »
On the Wiki 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Wiki main page the compiler links not all valid
« Reply #1 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.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: Wiki main page the compiler links not all valid
« Reply #2 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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Wiki main page the compiler links not all valid
« Reply #3 on: January 22, 2022, 10:36:24 am »
Done, thanks!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: Wiki main page the compiler links not all valid
« Reply #4 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)

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Wiki main page the compiler links not all valid
« Reply #5 on: January 22, 2022, 01:01:04 pm »
I have splitted the line.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Wiki main page the compiler links not all valid
« Reply #6 on: January 22, 2022, 03:15:06 pm »
I have splitted the line.
My mistake, thanks!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Wiki main page the compiler links not all valid
« Reply #7 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.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: Wiki main page the compiler links not all valid
« Reply #8 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.

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: Wiki main page the compiler links not all valid
« Reply #9 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.
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl