We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hola! estaba haciendo make para poder compilar mis codigos pero obtengo el siguiente error:
make clean && make removed 'obj/squads/entidades.o' removed 'obj/squads/main.o' removed directory 'obj/squads' removed directory 'obj/worldGen' removed directory 'obj' done cleaning compiled 'obj/squads/entidades.o' compiled 'obj/squads/main.o' /usr/bin/ld: cannot find -lpng: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:125: squads] Error 1
Compilando solo el archivo de Squads pero no el de WorldGen.
The text was updated successfully, but these errors were encountered:
Hay un error en el makefile en la versión inicial del template de la tarea, ve el fix de #131
Sorry, something went wrong.
No branches or pull requests
Hola! estaba haciendo make para poder compilar mis codigos pero obtengo el siguiente error:
make clean && make
removed 'obj/squads/entidades.o'
removed 'obj/squads/main.o'
removed directory 'obj/squads'
removed directory 'obj/worldGen'
removed directory 'obj'
done cleaning
compiled 'obj/squads/entidades.o'
compiled 'obj/squads/main.o'
/usr/bin/ld: cannot find -lpng: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:125: squads] Error 1
Compilando solo el archivo de Squads pero no el de WorldGen.
The text was updated successfully, but these errors were encountered: