Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
[kopete] SVN error when makefile.cvs
When doing make -f Makefile.cvs I get this error
./admin/cvs.sh: line 33: --version: command not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
I have autoconf installed so I know that thats not the problem...
I am using opensuse 10.2 /
Thanks for any h elp.
check the command in file ./admin/cvs.sh, line 33: i guess that should call autoconf --version
Help mee om
KDE 3.5.5 in het Nederlands te vertalen
Here is what is there on line 33
AUTOCONF_VERSION=`$AUTOCONF --version |
i'm not an expert of those files, so perhaps someone else can tell if its correct.
I do wonder if that ` should be in that line...
Help mee om
KDE 3.5.5 in het Nederlands te vertalen
This post has been edited 1 times, last edit by "Rinse" (Feb 13th 2007, 7:46pm)
sorry here is the full line 33 the ' should be there it seems
AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
what you could try is to replace '$AUTOCONF with 'autoconf
and then start the compile process again.
Help mee om
KDE 3.5.5 in het Nederlands te vertalen
This post has been edited 1 times, last edit by "Rinse" (Feb 13th 2007, 10:21pm)
for example, if i type the commands in konsole, I get this:
|
Source code
|
1
2
3
4
5
|
$AUTOCONF --version | head -n 1
bash: --version: command not found
# autoconf --version | head -n 1
autoconf (GNU Autoconf) 2.59
|
Help mee om
KDE 3.5.5 in het Nederlands te vertalen
This post has been edited 1 times, last edit by "Rinse" (Feb 13th 2007, 10:23pm)
Had to change alot of lines in that file (seems like a problem with the script.)
now when I do a ./configure
I get
checking if C++ programs can be compiled... no
configure: error: Your Installation isn't able to compile simple C++ programs.
Check config.log for details - if you're using a Linux distribution you might miss
a package named similar to libstdc++-dev.
I have libstdc++-dev installed......
Figured it out. Must have been a bad install of Suse. I reinstalled suse and it worked fine.