Page 1 of 1

Dev-C++ Bloodshed compiler

PostPosted: Sep 12th, '12, 12:07
by stblack
Has someone compiled or done the rpm to install the dev-c++ compiler from www.bloodshed.net?
I have seen also the fork orwelldev-c++ ( http://orwelldevcpp.blogspot.it/ ). I'll try it too.

Thanks
Stblack

Re: Dev-C++ Bloodshed compiler

PostPosted: Sep 12th, '12, 14:25
by stblack
I found that Dev-C++ is made with Delphi, so I tried to open with FreePAscal/Lazarus and convert it, but I got errors.

Code: Select all
main.pas(20,2) Warning: The switch "$E" is not supported by the currently selected target
main.pas(20,2) Note: Ignored compiler switch "$F"
main.pas(20,2) Note: Ignored compiler switch "$G"
main.pas(20,2) Warning: Unsupported switch "$K"
main.pas(20,2) Warning: Unsupported switch "$L"
main.pas(20,2) Warning: Unsupported switch "$N"
main.pas(20,2) Warning: Unsupported switch "$Y"
main.pas(21,2) Warning: MINSTACKSIZE is not supported by the target OS
main.pas(22,2) Warning: MAXSTACKSIZE is not supported by the target OS
main.pas(23,2) Warning: IMAGEBASE is not supported by the target OS
main.pas(24,2) Note: APPTYPE is not supported by the target OS
utils.pas(28,61) Fatal: Can't find unit SynEditHighlighter used by utils

Re: Dev-C++ Bloodshed compiler

PostPosted: Sep 12th, '12, 15:16
by isadora
Stblack, will you please put terminal-output between [CODE][/CODE]-tags next time?
This to keep the forum readable. ;)

Re: Dev-C++ Bloodshed compiler

PostPosted: Sep 16th, '12, 12:41
by mmix
Dev-C++ is for win32/64, there is much better ides on linux.
http://stackoverflow.com/questions/2410 ... -for-linux