Re: [ANNOUNCE qgit-0.94]

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: [ANNOUNCE qgit-0.94]

From: Marco Costalba <hidden>
Date: 2016-06-15 22:42:05

Sven Verdoolaege wrote:
ReachList doesn't seem to be defined anywhere.
It is defined in annotate.h as a typedef:

class ReachInfo {
public:
	ReachInfo() {};
	ReachInfo(SCRef s, int i, int t) : sha(s), id(i), type(t) {};
	~ReachInfo() {};
	QString sha;
	int id, type;
	QStringList roots;
};
typedef QValueVector<ReachInfo> ReachList;


then used in annotate.cpp:

 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not, write to the                         *
 *   Free Software Foundation, Inc.,                                       *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
 ***************************************************************************/
#include <qapplication.h>
#include "git.h"
#include "annotate.h"

.....

void Annotate::run(SCRef file, SList shaHist, AnnotateHistory& ah) {

	QString d, diffTarget;
	QStringList tmp;
	int pos, removed = 0, annID = 0;
	ReachList rl;
....

Please, what compiler version and qt dev libraries do you have?

But in any case it is very strange..... really I have no idea now.....I have to think
about it....


Marco


P.S: Due to a subtle but nasty bug that I found too late I have upgraded the release to
qgit-0.94.1 I strongly suggest to upgrade.

I am very sorry for this. 



	
		
______________________________________________________ 
Yahoo! for Good 
Watch the Hurricane Katrina Shelter From The Storm concert 
http://advision.webevents.yahoo.com/shelter 

Re: [ANNOUNCE qgit-0.94]

From: Sven Verdoolaege <hidden>
Date: 2016-06-15 22:42:05

On Sun, Sep 11, 2005 at 12:58:05AM -0700, Marco Costalba wrote:
Please, what compiler version and qt dev libraries do you have?
I had installed qt 4.0.1 in the mean time, because apparently
the 3.1.2 I had installed before was too old.
It seems to have installed itself in /usr though.
Removing the -I/usr/include/qt3 from SConstruct _seems_
to make annotate.cpp compile.

But now I get this:

bash-3.00$ QTDIR=/usr/ make
scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
/usr//bin/uic -o src/commitbase.h src/commitbase.ui
/usr//bin/uic -impl commitbase.h -o src/uic_commitbase.cc src/commitbase.ui
/usr//bin/moc -o src/moc_commitbase.cc src/commitbase.h
uic: File generated with too old version of Qt Designer
File 'src/commitbase.ui' is not valid
scons: *** [src/commitbase.h] Error 1
scons: building terminated because of errors.
make: *** [all] Error 2

How can I create src/commitbase.ui ?

skimo
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help