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
Building under Ubuntu 12.04 (32-bit) - Error Messages #8
Comments
I have the same problem as you. |
I don't have a Ubuntu box at hand and cannot test. Looks like the new GCC in your system deprecated implicit declaration of |
To solve that problem you should try the following steps:
The command is mostly the same, except for the compiler (used g++) and the compiler flags are at the end. |
getting |
maybe there is a space missing. try changing the line to |
@samsemilia7 maybe tar-ustar option isn't in automakev1.7 and below. |
@samsemilia7 I am getting
|
That means you need to have SDL_image library installed. On Mon, Oct 28, 2013 at 8:23 AM, djyale notifications@github.com wrote:
Regards, |
Managed to build pwntcha in cygwin! So I have done exactly what samsemilia7 told to do, but in my case I use imlib2 so I run g++ and I got the error $ g++ after installing the missing libraries and running the command again, pwntcha.exe was successfully created. |
@jeremysolarz I have the same problem as you, now. OS: ubuntu12.04. I think cywin is not proper for development, but i can't transfer it to Linux |
With your help I was able to build it on 14.04 as well, thanks! |
I build pwntcha like os
Get the following error after make
output of configure is
so the dependencies seem fine.
Any hint what could be the reason for this?
The text was updated successfully, but these errors were encountered: