Hey!
I've compiled it using
Then tried to run fcc --help and it ended up with the following:
File examples/foam/sdl.fc has no roots, skipping
No output found for examples/stars/main.fc
Adding info from examples/stars/main.fc
Adding info from examples/stars/sdl.fc
Building examples/stars/main.fc...
examples/stars/main.fc:62:25: error: 'renderer' was not declared in this scope
62 | SDL::SDL_RenderFillRect(renderer, rect(x, (Height - height) + y, current.width, height));
| ^~~~~~~~~
Unfortunately I have no Idea what is the right behavior and where to start...
What I am doing wrong?
Hey!
I've compiled it using
Then tried to run
fcc --helpand it ended up with the following:Unfortunately I have no Idea what is the right behavior and where to start...
What I am doing wrong?