Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error #16

Closed
GoogleCodeExporter opened this issue Apr 24, 2015 · 3 comments
Closed

Compilation error #16

GoogleCodeExporter opened this issue Apr 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant