Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1881  / 2 Years ago, fri, july 22, 2022, 9:52:48

When I try to compile GTimer 2.00
I get the following error:



$ ./configure

checking for GTK+ - version >= 2.4.0... 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: No GTK found. Set the path right or install it.


What's the problem?


More From » compiling

 Answers
3

This is because you don't have the building dependencies to build the package. Please run:



sudo apt-get build-dep gtimer


You must be sure that you have the deb-src repositories in your sources.list.



On other hand, the package is already included in the repositories of Ubuntu, please consider installing those instead building yourself.


[#30121] Saturday, July 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
suspengn

Total Points: 477
Total Questions: 104
Total Answers: 100

Location: Rwanda
Member since Thu, Feb 10, 2022
2 Years ago
suspengn questions
;