Re: [kde-freebsd] qt4-moc link failure

2010-06-16 Thread Alberto Villa
On Sunday 13 June 2010 22:06:06 Doug Barton wrote: On 06/13/10 07:30, Andriy Gapon wrote: on 13/06/2010 16:36 Max Brazhnikov said the following: qmake is designed to use special mkspecs for compilers. The only solution now is to create qmake mkspecs files for each compiler. Then

Re: [kde-freebsd] qt4-moc link failure

2010-06-13 Thread Max Brazhnikov
On Sat, 12 Jun 2010 16:26:51 -0700, Doug Barton wrote: On 06/12/10 00:18, Andriy Gapon wrote: on 12/06/2010 03:40 Rob Farmer said the following: On Fri, Jun 11, 2010 at 12:31 PM, Doug Bartondo...@freebsd.org wrote: Full log is at http://people.freebsd.org/~dougb/qt4-moc.log It looks

Re: [kde-freebsd] qt4-moc link failure

2010-06-13 Thread Andriy Gapon
on 13/06/2010 16:36 Max Brazhnikov said the following: qmake is designed to use special mkspecs for compilers. The only solution now is to create qmake mkspecs files for each compiler. Then switching between different compilers can be done via QMAKESPEC environment. Right. OTOH, CC and CXX

Re: [kde-freebsd] qt4-moc link failure

2010-06-13 Thread Doug Barton
On 06/13/10 07:30, Andriy Gapon wrote: on 13/06/2010 16:36 Max Brazhnikov said the following: qmake is designed to use special mkspecs for compilers. The only solution now is to create qmake mkspecs files for each compiler. Then switching between different compilers can be done via QMAKESPEC

Re: qt4-moc link failure

2010-06-12 Thread Andriy Gapon
on 12/06/2010 03:40 Rob Farmer said the following: On Fri, Jun 11, 2010 at 12:31 PM, Doug Barton do...@freebsd.org wrote: Full log is at http://people.freebsd.org/~dougb/qt4-moc.log It looks like you compiled with g++45 but the very last command (the link) is using g++ (ie the base system

Re: qt4-moc link failure

2010-06-12 Thread Doug Barton
On 06/12/10 00:18, Andriy Gapon wrote: on 12/06/2010 03:40 Rob Farmer said the following: On Fri, Jun 11, 2010 at 12:31 PM, Doug Bartondo...@freebsd.org wrote: Full log is at http://people.freebsd.org/~dougb/qt4-moc.log It looks like you compiled with g++45 but the very last command (the

qt4-moc link failure

2010-06-11 Thread Doug Barton
FYI, I'm using gcc 4.5.1, the binutils port, and I did reinstall libtool after gcc. I'm on -current from April (r207134), and rebuilding qmake worked fine. However the next qt4 port in line is qt4-moc, and it fails: g++