Export to GitHub

ardesia - issue #61

Cannot compile Ardesia on Fedora 18


Posted on Jun 15, 2013 by Massive Elephant

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+.

Comment #1

Posted on Jul 3, 2013 by Massive Elephant

This problem also exists in Fedora 19.

Comment #2

Posted on Jul 30, 2013 by Happy Horse

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Defect Priority-Medium