Anyone have any idea what this could mean

My guess would be you have a syntax error with a control statement, double check that everything is closed properly with brackets.

wheres the control statement

I don’t know, it says an error on line 0, what control statement do you have near there.

Is there any spaces or other special characters like ‘(’ in the name of your project or the folder path?

PROS uses scripts to build and not everything is escaped there.

You have to avoid spaces and non alphanumeric characters in the filenames.

On line 0 you either left out a bracket or something or made a typo. If we could see your code that would make it easier to see what’s going on.

Make sure the path to your project doesn’t have any parentheses in it.

1 Like