LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   checking for intltool >= 0.35.0... awk: cmd. line:1: fatal: cannot open file `./intlt (https://www.linuxquestions.org/questions/linux-software-2/checking-for-intltool-%3D-0-35-0-awk-cmd-line-1-fatal-cannot-open-file-%60-intlt-692751/)

chytraeus 12-24-2008 09:17 AM

checking for intltool >= 0.35.0... awk: cmd. line:1: fatal: cannot open file `./intlt
 
I'm trying to compile xcave 2.3.2 on Fedora 10 running ./configure but it baulks:

checking for intltool >= 0.35.0... awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory)
found
./configure: line 7428: test: : integer expression expected
configure: error: Your intltool is too old. You need intltool 0.35.0 or later.

What I've done to try and solve the problem:

intltoolize --version:
intltoolize (GNU intltool) 0.40.5

locate intltool-update:
/usr/bin/intltool-update

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/bin/intltoolize.

knudfl 12-24-2008 01:55 PM

Welcome to Linux Questions.

Some bugs, yes. Deleting line 7422...7431 in configure
will solve it. There comes more rubbish at the end of
configure, just ignore it, you now have a Makefile and
make runs fine. 'make install' and see wine bottles !

Else try the rpm package
http://freshmeat.net/projects/xcave/...ease_id=288209
but may be it won't work on Fedora 10 ?
....

chytraeus 12-25-2008 05:08 AM

Solved
 
Quote:

Originally Posted by knudfl (Post 3386306)
Welcome to Linux Questions.

Some bugs, yes. Deleting line 7422...7431 in configure
will solve it. There comes more rubbish at the end of
configure, just ignore it, you now have a Makefile and
make runs fine. 'make install' and see wine bottles !

Else try the rpm package
http://freshmeat.net/projects/xcave/...ease_id=288209
but may be it won't work on Fedora 10 ?
....

Removing lines 7422-7431 worked as you said. Thank you.


All times are GMT -5. The time now is 01:44 PM.