enviarlo / ardesia

Automatically exported from code.google.com/p/ardesia
0 stars 0 forks source link

Compilation error #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://ardesia.googlecode.com/svn/trunk/ ardesia-read-only
2. ./autogen.sh
3. make

What is the expected output? What do you see instead?
"undefined reference to `g_thread_init"

What version of the product are you using? On what operating system?
Ubuntu karmic koala.

Please provide any additional information below.
Solution insert AC_CHECK_LIB(gthread-2.0, g_thread_init) in configure.ac, then 
rebuild

Original issue reported on code.google.com by chaorobe...@gmail.com on 5 Oct 2010 at 6:33

GoogleCodeExporter commented 8 years ago
Thanks a lot of the report 

I have added the line

pkg_modules="   gthread-2.0

in the configure.ac

this might solve the problem

Please try to update the code from the repository and see if this works fine 
for you,
because this problem doesn't occur on Ubuntu lucid (that it is the operating 
system that I'm using to test ardesia)

Original comment by al...@paranoici.org on 11 Oct 2010 at 5:36

GoogleCodeExporter commented 8 years ago

Original comment by al...@paranoici.org on 18 Oct 2010 at 9:12

GoogleCodeExporter commented 8 years ago

Original comment by al...@paranoici.org on 17 Sep 2012 at 5:15