We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Users\marti\tmp\Carp>carp examples\game_of_life.carp -x I encountered an error when emitting code:
I found an ambiguous symbol set-render-draw-color at line 52, column 8 in 'C:/Users/marti/tmp/Carp/examples/game_of_life.carp'
Possibilities: SDL.set-render-draw-color SDL.set-render-draw-color SDL.set-render-draw-color SDL.set-render-draw-color
All possibilities have the correct type.
Traceback: (build) at Compiler (Build & Run):1:5. (do (build) (run)) at Compiler (Build & Run):1:1.
The text was updated successfully, but these errors were encountered:
The example game_of_life.carp seems to use SDL submodules multiple times:
game_of_life.carp
Carp/examples/game_of_life.carp
Lines 9 to 14 in ca5774b
This seems to lead to duplicate symbols being part of the environment.
Sorry, something went wrong.
FWIW commenting out (use SDLApp) doesn't change the behaviour at all. Same error message.
No branches or pull requests
C:\Users\marti\tmp\Carp>carp examples\game_of_life.carp -x
I encountered an error when emitting code:
I found an ambiguous symbol set-render-draw-color at line 52, column 8 in 'C:/Users/marti/tmp/Carp/examples/game_of_life.carp'
Possibilities:
SDL.set-render-draw-color
SDL.set-render-draw-color
SDL.set-render-draw-color
SDL.set-render-draw-color
All possibilities have the correct type.
Traceback:
(build) at Compiler (Build & Run):1:5.
(do (build) (run)) at Compiler (Build & Run):1:1.
The text was updated successfully, but these errors were encountered: