You are not logged in.
Pages: 1
Topic closed
Bonjour
J'ai un problème avec dawn-rpg, il a besoin de tolua++, mais pour une raison inconnue il me dit toujours :
checking for library containing tolua_open... no
Cannot locate tolua++ library. You need this for Dawn to work
Pourtant j'ai bien tolua++ d'installé, il y a bien tolua++.h, libtolua++.a
Des idées ?
ps: je ne sais pas si je suis au bon endroit, désolé
Last edited by tomiia (2014-03-16 14:09:35)
Offline
Please use English or visit http://forums.archlinux.fr/
Offline
Moving to Other Languages.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Il y a bien une erreur dans le package aur de dawn-rpg, cependant le package est orphan.
De plus l'erreur est upstream et le depot git n'as pas été mis à jour depuis 3 ans.
Je crains qu'il n'y ait des regressions.
Offline
The problem is that the compilation expects libtolua++, but it is incorrectly referenced in the configure. Add toluapp to the search targets in the configure file (on line 4756). Then your compilation should error because the libraries are not linked correctly. In the generated Makefile, change -llua to -llua5.1 and move -llua5.1 and -ltoluapp to the end of the library list (order matters). Then everything should compile.
Offline
Thanks for sharing, JDongian. I think this old thread can be closed now.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1
Topic closed