geit wrote:Quote:
So if you want to merge these with the official SDK you MUST copy only headers from GG:os-include to "vbcc:includes/includes_morphos".
No, you must not.
Quote:
BUT (big BUT) you MUST NOT copy "clib", "fd", "ppcinline","ppclib" and "proto" as those contain non vbcc and gcc specific stuff
Since when is clib and fd gcc specific?
Quote:
So for a beginner it is best to just copy/update the needed files from other sub drawers like "library/mui.h" to get latest mui headers. This will avoid breaking your entire compiler set-up.
This will probably break your vbcc compiler setup.
Again, for ausppc, do not copy anything! Install the SDK before installing vbcc. When the install script asks you where the MorphOS header files are, point it to the location of the include directory from the SDK.
There will be an assignment called "vincludemos:", which refers to the vbcc standard headers and, using the ADD keyword, to the MOS headers.
Quote:
The best why to start programming is using the gcc compiler and Scribble anyway
Really? Why? I prefer vbcc with the MorphOS-native CygnusEd.
Quote:
And of course VBCC does not need the official SDK to be installed
Nonsense. If you want to call MorphOS OS functions you
must install the SDK.
But maybe vbcc support was removed from the last SDK, and I missed that? I didn't check.