Re: [tsc-devel] Help on install from git

Marvin Gülker | Thu, 24 Nov 2016 14:41:19 UTC

Hi,

> I'm trying to install from git on a ubuntu 14.04, but I could not
> identify the origin of some errors after the "make".

What you are seeing are "linking errors", i.e. the compiler searches for
the implementation of a function, but does not find it. As a result, it
rejects to create an executable, causing `make' to abort.

> I have already checked the list of dependencies and apparently all are
> present. If anyone has any idea how to solve it, I thank you. Follow
> the trace after the "make" command in the build folder:

You'll need to tell us a bit more about your environment. How did you
create the Git checkout? Did you make a fresh checkout or pulled into an
existing copy? Also, please tell us the ID of the commit you tried to
compile (run `git log -n1' to obtain it -- the commit id is the long
sequence of numbers and letters on the first line).

As a guess, the error looks to me as if your version of SFML is too
old. I remember having seen these Joystick linking errors before with
xet7 (our website maintainer and Finnish translator). xet7, do you think
you can comment on these?

> p.s.: I'm newbie to this project's technologies.

That's all fine. That's why we are here to help you.

Greetings
Marvin

-- 
Blog: http://www.guelkerdev.de
PGP/GPG ID: F1D8799FBCC8BC4F

By Thread
2016-11-24 01:52:23jhemarcos[tsc-devel] Help on install from git
2016-11-24 14:41:19Marvin GülkerRe: [tsc-devel] Help on install from git
2016-11-24 22:19:44xet7Re: [tsc-devel] Help on install from git
By Date
[tsc-devel] Help on install from gitjhemarcos2016-11-24 01:52:23
Re: [tsc-devel] Help on install from gitMarvin Gülker2016-11-24 14:41:19
Re: [tsc-devel] Help on install from gitxet72016-11-24 22:19:44