Page 2 of 2

Re: Compiling Unvanquished under Ubuntu 11.10

Posted: Mon Mar 19, 2012 8:10 pm UTC
by danmal

I'm getting this error now when trying to use the GL renderer

"Failed loading /usr/lib/games/unvanquished/librendererGLi386.so: /usr/lib/games/unvanquished/librendererGLi386.so: undefined symbol: jpeg_mem_src"

EDIT: This is caused by linking against libjpeg62 instead of libjpeg8


Re: Compiling Unvanquished under Ubuntu 11.10

Posted: Tue Mar 20, 2012 6:38 am UTC
by Anomalous

libjpeg8 isn't an option on squeeze. The library's available; it's just that at least one other package needed for the build depends on libjpeg62-dev – which, of course, conflicts with libjpeg8-dev.

And having two different libjpegs linked in? No. Not going there.


Re: Compiling Unvanquished under Ubuntu 11.10

Posted: Tue Mar 20, 2012 8:07 am UTC
by danmal

Last time I checked Unvanquished did not compile correctly linking against libjpeg62. You need libjpeg8 if you want it to work correctly.


Re: Compiling Unvanquished under Ubuntu 11.10

Posted: Tue Mar 20, 2012 9:38 am UTC
by Anomalous
danmal wrote:

Last time I checked Unvanquished did not compile correctly linking against libjpeg62. You need libjpeg8 if you want it to work correctly.

This is why I want the plugins fully linked. Unresolved symbols would, ideally, cause build failure.

I'll have to see if I can get it working with libjpeg62…


Re: Compiling Unvanquished under Ubuntu 11.10

Posted: Thu Mar 29, 2012 8:36 pm UTC
by FisherP

If these are the official deb's can we get this somewhere a bit more prominent please?

Edit: Also do these deb's include all the new assets?


Re: Compiling Unvanquished under Ubuntu 11.10

Posted: Fri Mar 30, 2012 1:45 am UTC
by danmal

The deb's will automatically download any needed assets when they're installed/updated.


Re: Compiling Unvanquished under Ubuntu 11.10

Posted: Fri Mar 30, 2012 4:50 pm UTC
by Anomalous

The .debs don't include the assets; but a script, invoked on package installation, will download them.


Re: Compiling Unvanquished under Ubuntu 11.10

Posted: Mon Apr 02, 2012 8:20 pm UTC
by Kynes