davidelang / ardesia

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

Cannot compile Ardesia on Fedora 18 #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
* Run ./configure

What is the expected output? 
* Pass the GTK+ 3 test

What do you see instead?

checking for GTK+ - version >= 2.99.3... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: Test for GTK3+ failed. See the file 'INSTALL' for help.

message in config.log:
configure:14898: checking for GTK+ - version >= 2.99.3
configure:15026: result: no
configure:15054: gcc -o conftest -g -O2    conftest.c   >&5
conftest.c:31:21: fatal error: gtk/gtk.h: No such file or directory

What version of the product are you using? On what operating system?
* Ardesia 1.1 on Fedora 18 x86_64
* gtk3-devel-3.6.4-1.fc18.x86_64
* glib2-devel-2.34.2-2.fc18.x86_64

Please provide any additional information below.
* If I remove AM_PATH_GTK_3_0, I can successfully compile Ardesia 1.1. However, 
I cannot draw any line on the desktop. I found my drawing was saved to the 
file, but I cannot view it in Ardesia.
* I changed the value of gtk_required_version, and I found AM_PATH_GTK_3_0 is 
checking the version number of Glib instead of GTK+.

Original issue reported on code.google.com by lantw44 on 15 Jun 2013 at 4:26

GoogleCodeExporter commented 8 years ago
This problem also exists in Fedora 19.

Original comment by lantw44 on 3 Jul 2013 at 3:02

GoogleCodeExporter commented 8 years ago

Original comment by pilolli....@gmail.com on 30 Jul 2013 at 11:27