Results 1 to 3 of 3
Thread: gtkpod error
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
05-03-2006 #1
- Join Date
- Mar 2005
- Posts
- 98
gtkpod error
configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!)
-
05-03-2006 #2
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
When you manually compile a program you are going to have to resolve your own dependencies. Evidently from you message:
Code:configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!)
Consequently, if you are having trouble with compiling programs yourself, and I assume that you are because of this question, you should find a way to get the app through your distros package management system, or go to the apps website to take a look at the dependencies so that you can manually resolve those before going on.Operating System: GNU Emacs
-
05-04-2006 #3
- Join Date
- Mar 2005
- Posts
- 98
i found a .tar.gz file of it and installed it but it still gave me that error