Brian McGillion wrote:
> Hi,
> 
> I know this is a qt related question, I have posted to qt-interest also,
> but hopefully someone here knows the answer.
> 
> I did the following:
> 
> git clone git://gitorious.org/qt/qt.git
> cd qt
> ./configure -declarative -qt-sql-sqlite -qt-sql-mysql
> make
> 

I had some problems too in building qt from git (I also posted to qt 
mailing list); it looks like there are still problems in the master 
branch, thus you should switch to 4.7 branch

git checkout -b 4.7 origin/4.7

moreover, you will still get errors if you compile it as a standard user 
and you don't specify at configure time a path in -prefix where you have 
write access... this seems to be an issue too which is being fixed they say

cheers
        Lorenzo

-- 
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to