-
Notifications
You must be signed in to change notification settings - Fork 29
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
Wont Compile #17
Comments
I've been struggling with this issue on my arch system. My workaround was to use Clang as the compiler instead of GCC and then everything built and installed fine. I don't really know much C so I really have no idea why this would be the case. Maybe it has something to do with GCC not fully supporting the C99 standard, but don't quote me on that. Anyways the way I did this just to install clang, then change my environment variables:
and then build from source as you would normally with i3. Hope this helps. |
Same problem, can't build. @deionizedoatmeal Unfortunately your suggestion doesn't work as I get:
|
Same problem :/ |
same problem however when i use clang i get "linker command failed with exit code 1" if anyone has a solution pls msg me |
Setting GCC environment variables as such solved it for me:
|
Works for me ^^ |
I'm submitting a…
Current Behavior
wont compile
Expected Behavior
to compile
Note
Downloading the original i3 repo compiles without issues.
Issue
Spews out a pages of this
Environment
The text was updated successfully, but these errors were encountered: