Requiem Posted December 9, 2016 Share Posted December 9, 2016 Estou a usar, ou a tentar, fazer build da Source das files disponibilizadas aqui no fórum (Starter Pack), mas quando faço "CTRL+Shift+B" começam a aparecer estes erros.. Já fui ao caminho do ficheiro buckets.hpp e ele está lá. Como resolvo isto? Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Requiem Posted December 9, 2016 Author Share Posted December 9, 2016 Consegui resolver isto, mas agora quando tento abrir o .exe dá-me este erro Hidden Content Give reaction to this post to see the hidden content. Penso que seja falta de ficheiros na pasta lib no cliente, pois a pasta só tem isto Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Requiem Posted December 9, 2016 Author Share Posted December 9, 2016 Hidden Content Give reaction to this post to see the hidden content. Este é o problema que tenho de momento quando tento compilar a source game and db Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 9, 2016 Share Posted December 9, 2016 Erro no granny, tens de substituir a dll granny2.dll Na makefile no projecto game, elimina as referências a "limit_time" Link to comment Share on other sites More sharing options...
Requiem Posted December 9, 2016 Author Share Posted December 9, 2016 Deu para fazer thanks tierri.. És o boss.. Só uma coisa, como altero o caminho de onde a source deixa o ficheiros? Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 9, 2016 Share Posted December 9, 2016 Alteras onde diz: TARGET = blablabla Exemplo: Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Requiem Posted December 9, 2016 Author Share Posted December 9, 2016 Alteras onde diz: TARGET = blablabla Exemplo: TARGET =/tfiles/share/game Fiz como disseste, mas não encontro o ficheiro em lado nenhum.. Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 10, 2016 Share Posted December 10, 2016 Olá, encontra-se dentro da makefile do game (para mudar a localização do game) e dentro da makefile da db (para mudar a localização da db). Link to comment Share on other sites More sharing options...
Requiem Posted December 10, 2016 Author Share Posted December 10, 2016 Olá, encontra-se dentro da makefile do game (para mudar a localização do game) e dentro da makefile da db (para mudar a localização da db). Sim, e eu mudei nos dois.. Mas os ficheiros não aparecem em lado nenhum.. É como se não existissem. Hidden Content Give reaction to this post to see the hidden content. Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 10, 2016 Share Posted December 10, 2016 Experimenta eliminar as versões. Deixa apenas isto: Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Requiem Posted December 11, 2016 Author Share Posted December 11, 2016 Experimenta eliminar as versões.Deixa apenas isto:TARGET = /usr/src/game/game/game_compiledDeixo aqui os Makefiles do game, db e o que executo.. Quando poderes ver se está algo mal agradecia. Hidden Content Give reaction to this post to see the hidden content. Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 13, 2016 Share Posted December 13, 2016 Deixo aqui os Makefiles do game, db e o que executo.. Quando poderes ver se está algo mal agradecia. Pelo print acima, notei que tens localização diferente. /usr/src/game/game/game_compiled. No entanto existe é a localização: /usr/src/game/src/ Coloca o seguinte na target do makefile do game: TARGET = usr/src/game/game_compiled E o seguinte na makefile da db: Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Requiem Posted January 2, 2017 Author Share Posted January 2, 2017 Não funciona à mesma.. O gmake all diz no fim "Full Build End", mas nunca cria ficheiros nenhums Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now