I am currently setting up a development environment for NewView. Sibyl with FP3 is installed. I downloaded the NewView source code and copied it into E:\Projects\Sibyl\NewView. So far so good.
I adjusted the env.inc file for the folders. Running project-setup.cmd failed with an error. Inserting a semicolon on line 112 seems to help:
Call Lineout 'STDERR:', Right( sigl, 6 ) '+++', STRIP( SOURCELINE( sigl ))
After that the project files for Sibyl are created. Next I run the makeall.cmd script in the \NewView\Sibyl folder. There I hit the same error as before and made the corresponding adjustment in the script. Now the resources are build.
Unfortunately compilation fails with this error:
Sibyl compiler version 2.5 Compiling: E:\PROJECTS\SIBYL\NEWVIEW\SIBYL\MAKEALL.PAS Compiling: SYSTEM.PAS Fatal Error at [0,0] in SYSTEM.PAS "Syntax error (INTERFACE expected)"
Invoking the project directly in the Sibyl IDE reports that System.pas cannot be found. The paths are correct and System.pas is in its place. Does anyone have an idea where the problem might be?
Thankful for any help,
Michael