Guten Abend,

nach gut eineinhalb Jahren habe ich den eingestaubten RP6 mal wieder aus dem Schrank geholt, da ich momentan auch mit anderen 'Artverwandten' zu tun habe (Festo Robotino). Allerdings ist PN2 nicht (mehr) in der Lage, Programme zu Kompilieren. Ich verwende dabei die Makefiles aus den Beispielen und habe sowohl die MakeAll/MakeClean-Dateien in den Programmordner kopiert als auch den Programmnamen im Makefile geändert. Will man das Programm nun 'maken' wird man mit folgender lyrischer Kompsition belohnt:

Code:
> "make.exe" all
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
Error makefile 453: Command syntax error
Error makefile 454: Command syntax error
Error makefile 455: Command syntax error
Error makefile 456: Command syntax error
Error makefile 459: Command syntax error
Error makefile 460: Command syntax error
Error makefile 462: Command syntax error
Error makefile 463: Command syntax error
Error makefile 464: Command syntax error
Error makefile 466: Command syntax error
Error makefile 467: Command syntax error
Error makefile 520: Colon expected
Error makefile 546: Too many rules for target '%.o'
Error makefile 577: Command syntax error
*** 14 errors during make ***

> Process Exit Code: 1
> Time Taken: 00:00
Bei Google bin ich zu keiner hilfreichen Information gelangt, auch die Forensuche brachte mich nicht weiter.
Nun würde es mich interessieren, ob mir da jemand helfen kann.