-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
Add cparser compiler detection #239
Comments
This looks like a great compiler, I will consider supporting it in the next release. |
Great, thanks! |
I have supported this compiler, you can update the master version to try it. https://github.com/tboox/xmake/releases/download/v2.2.2/xmake-v2.2.3-dev.exe |
Ok, will test as soon as possible. |
I would need to test it on Linux (cparser doesn't work on Windows) and have troubles doing a fresh compile. Compiling 2.2.3 works fine but gives the same issue as the Debian package installation:
If i do the bash magic it gets all mixed up and things get worse:
Could you advice on how to compile and run 2.2.3 properly or give a ready binary? |
You can try running Or you can clone source code to compile and install it. You can docs https://xmake.io/#/home?id=compilation |
Executing the above command gets me here:
|
You can remove the previous installed files and reinstall it. $ sudo rm -rf /home/nk/.local/share/xmake/
$ sudo rm /home/nk/.local/bin/xmake
$ bash <(wget https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh -O -) |
Was a bit busy, everything seems to work, thanks! |
CParser is a pretty good C99 compiler with aggressive code optimizations. Would be great to have it in xmake.
https://github.com/libfirm/cparser
The text was updated successfully, but these errors were encountered: