freeon-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freeon-users] Git Version control and building


From: Nicolas Bock
Subject: Re: [Freeon-users] Git Version control and building
Date: Mon, 18 Jan 2010 07:52:39 -0700

Hi Jack,

no, we regularly produce a tar file, the one that you downloaded. After unpacking the tar file  you don't have to reconfigure anything, the configure scripts were built for the tar file and are there. Simply do

./configure
make
make install

in the unpacked directory. Please do not "reconfigure" as this will attempt to rebuilt the configure scripts. The outcome of reconfigure depends strongly on what versions of autoconf/automake you have installed on your system.

nick


On Sun, Jan 17, 2010 at 17:50, Jack Shultz <address@hidden> wrote:
Is it necessary to use Git to get the most recent version? I don' see Git available in my RPM repositories. I tried finding a package but i required other dependencies. Is it possible to download using SVN instead?
 
Also I ended up download the file freeon-2010-01-14.tar.gz  
 
Read the readme
 
If you checked out the sources from the git repository, then you will have to
build the configure script before you can configure and make the sources. This
step has to be done only once however. After subsequent updates from git through
"git pull" you will need to only make "make clean" and then "make" again.
In order to build the configure script run the script
./reconfigure.sh
address@hidden freeon-2010-01-14]$ ./reconfigure.sh
/usr/bin/autoreconf: unrecognized option `--no-recursive'
Try `/usr/bin/autoreconf --help' for more information.
I looked at the help but did not see a no-recursive option
 
so I took out no-recursive
 
address@hidden freeon-2010-01-14]$ ./reconfigure.sh
configure.ac:11: error: possibly undefined macro: AC_HEADER_ASSERT
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
 

--
Jack

http://drugdiscoveryathome.com
http://hydrogenathome.org


reply via email to

[Prev in Thread] Current Thread [Next in Thread]