Skip to content
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

[Tarea 2] Problema con hacer make en Linux (Fedora) #138

Open
ibgarrido opened this issue Oct 21, 2023 · 1 comment
Open

[Tarea 2] Problema con hacer make en Linux (Fedora) #138

ibgarrido opened this issue Oct 21, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists T2 Tarea 2

Comments

@ibgarrido
Copy link

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.

@benjavicente
Copy link
Contributor

Hay un error en el makefile en la versión inicial del template de la tarea, ve el fix de #131

@benjavicente benjavicente added T2 Tarea 2 duplicate This issue or pull request already exists labels Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists T2 Tarea 2
Projects
None yet
Development

No branches or pull requests

2 participants