-
Notifications
You must be signed in to change notification settings - Fork 49
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
Wadgen fails if run on a ROM in the current directory when run over SSH #32
Comments
Thanks. I intend to start refactoring Wadgen after I get done setting up nightly builds. (Shouldn't take too long.) |
Np, just checking, since I was unsure of the intricate behavior here. Thanks for looking at this. Did you see my other message about c++11 vs c++14 features? |
You mean the one about clang 3.6? Yeah. I'm currently in the process of setting up a travis-ci config. They run Ubuntu 12.04 (precise) build VMs, so that should inform us of what the minimum versions of gcc and clang are. |
So it seems that GCC 5 and Clang 3.5 with libstdc++-5 (usually installed alongside GCC 5) are the minimum compiler versions needed to compile this thing. I couldn't find a backport of libc++ (Clang's version of libstdc++), but I imagine it will work as well. |
You can specify a CXX flagset like |
Yes, I know. But I didn't manage to install libc++ in either my 12.04 VM or travis (which is also 12.04). Seems like the llvm repo doesn't have it or something. The packages in question are called: |
The current wadgen uses the standard Hopefully this solves the problem in OP. |
With doom.z64 in PWD:
In another directory:
Probably something to do with XDG_DATA_HOME not being set on my VPS. It may be nice to have a fallback if this scenario occurs. Just something I noticed.
The text was updated successfully, but these errors were encountered: