Silverfrost Forums

Welcome to our forums

GNU code Quick

28 May 2008 3:50 #3278

Experimenting with recurrsion. Wouls I be able to use the Plato IDE to compile GNU code ?

getting this when I try to compile the quick sort code Compiling file: Quick_sort.c C:\UTILITIES\QUICK_SORT.C(18) : warning 353 - Possible nested comment in the above line C:\UTILITIES\QUICK_SORT.C(38) : error 313 - Function 'getpid' has not been declared C:\UTILITIES\QUICK_SORT.C(53) : comment 528 - Argument 'numbers' conceals a global declaration of the same symbol C:\UTILITIES\QUICK_SORT.C(60) : comment 528 - Argument 'numbers' conceals a global declaration of the same symbol *** Compilation failed Compilation failed. :?:

TIA

28 May 2008 5:24 #3279

If you are using Plato to compile C code then by default it will use the SCC compiler. You can use a different compiler if you provide a plug-in for it via the Options menu item.

You will have to fix the error that has been reported. The warnings and comments can be ignored.

28 May 2008 5:34 #3280

thank You

Please login to reply.