One thing wich should be implemented soon is a gcc "distro" wich allows the programmer to compile binaries for MorphOS/AROS/OS4/OS3.x easily with a simple flag... an IDE would be even nice but some people may don't use it... but I'd like an easy installer... another thing that causes quite a lot problems for newbies like me are the includes, an standard for includes would be nice...
So I would like to see a new gcc for dummies like me with includes for dummies... sorry, I know that asking is easy but I don't have a clue about GCC because you have to install ADE etc... I have it working thanks to Louise's gcc distro, but I'd like to see it with an installer and the option of compiling for the various AmigaOS/AROS/MorphOS...
come on AROS people... you already have to make a native GCC for AROS, so what about some changes and making it compile for other OSes doing some changes? ;-)
You may use a textfile storing the config of each OS, for example:
*MorphOS
Includes:morphosincludes
*AROS:
...
etc
Now I'm not asking even an IDE, but just something that feels comfortable to use even being a command line...
A GUI like StormC that also showed you the functions you have defined would be superb...
What do you think about this "OpenAmiga" compiler?
It would come with the OpenAmiga Includes (AHI, SDL, etc...)
If you started to do an IDE, I could help a little with some documentation, for example showing some examples about functions like you have in VisualStudio...
I only know how to use GadTools, MUI looks a little difficult although I haven't tried seriously to do something with it...
Now that we are defining standards it would be nice to have some standard classes for C++, I have seen some attempts on Aminet but as they aren't a standard they seem to have little followers...
If we had something to create GUIs as easily as in Delphi, C Builder or Visual C we would see lots of programs appearing... I saw something called VisualE... I'd like a mixture of GadTools and StormC...
I know that I talk too much, but I don't have the knowledge to change GCC, I just can make very simple apps