-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
Cannot compile Lobster code to c++ on macos #314
Comments
First, please note that as per the instructions in https://aardappel.github.io/lobster/implementation.html it so far only has been tested to build with Your original build from source, how was that made? Stuff like The downside of working with |
Thank you very much for your quick answer
that results in a Now that I have the
And now I'm not sure how to procede, because all of the above ( cmake ... TOCPP ... -> make -j8 ) didn't work |
Can you tell me how exactly does that work? |
And what happens if you do something like (modified from
I am guessing that would overwrite your
In the Xcode project, you'd find |
Hmm ... something is not working
Where is this in ./dev? lobster.git/dev/xcode-cmake-compiled |
There is something wrong or a misunderstanding with the directory I'm suppose to work in Is maybe the
|
there is a xcode project in
|
I had a look in xcode project and yes the compiled_lobster.cpp is there and the main.cpp isnt' |
It mimics what is in Looking at the CMakeLists.txt, the target may be called
If that doesn't work I can boot up my mac and have a look.. |
So, I've tried that it doesn't work, I could not solve it so I post here the entire error message:
|
Btw. there is stuff built into ./build, but no executable is here
|
I admit, I'm not at my best today, and maybe there is something broken on my mac. But I cannot run what is described in 'The Lobster C++ Implementation' over on https://aardappel.github.io/lobster/implementation.html, despite having already sunk hours into it ....
I've been able to build lobster from source (and I even found the resulting binary in bin/lobster)
But no I try to compile a simple hello world
compiling with --cpp works
The following cmake command also runs succesfully
but the following
make
fails when I run with LLVM@17here the error witn LLVM@14
here with LLVM@12
The text was updated successfully, but these errors were encountered: