Errors in qt30 build

2002-04-24 Thread Beech Rintoul

I tried building qt-3 today and it errors with the following:

gmake[1]: Entering directory 
`/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/src'
g++ -c -pipe -fno-exceptions -I/usr/local/include -Wall -W -g -pthread 
-D_THREAD_SAFE -fPIC -DQT_SHARED -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT 
-DQT_NO_NIS -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG 
-DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_MAC 
-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_COMPACT -I/usr/local/include/freetype2 
-I/usr/local/include 
-I/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/include 
-I/usr/X11R6/include -I.moc/debug-mt/ 
-I/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/mkspecs/freebsd-g++ -o 
.obj/debug-mt/qapplication_x11.o kernel/qapplication_x11.cpp
In file included from kernel/qinputcontext_p.h:5,
 from kernel/qapplication_x11.cpp:77:
kernel/qt_x11.h:132: X11/extensions/Xinerama.h: No such file or directory
In file included from kernel/qt_x11.h:143,
 from kernel/qinputcontext_p.h:5,
 from kernel/qapplication_x11.cpp:77:
/usr/X11R6/include/X11/Xft/XftFreetype.h:34: syntax error before `;'
/usr/X11R6/include/X11/Xft/XftFreetype.h:37: syntax error before `;'
/usr/X11R6/include/X11/Xft/XftFreetype.h:41: syntax error before `;'
/usr/X11R6/include/X11/Xft/XftFreetype.h:54: syntax error before `;'
/usr/X11R6/include/X11/Xft/XftFreetype.h:71: syntax error before `,'
gmake[1]: *** [.obj/debug-mt/qapplication_x11.o] Error 1
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/src'
gmake: *** [sub-src] Error 2
*** Error code 2

I'm running -current (monday build). Any suggestions?

Beech


-- 
---
  Beech Rintoul - SysAdmin - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Sinbad Network Communications
\ / - NO HTML/RTF in e-mail  | 3101 Penland Parkway #K-38
 X  - NO Word docs in e-mail | Anchorage, AK 99508-1957
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Errors in qt30 build

2002-04-24 Thread Igor Roboul

On Wed, Apr 24, 2002 at 10:58:39AM -0800, Beech Rintoul wrote:
  from kernel/qapplication_x11.cpp:77:
 /usr/X11R6/include/X11/Xft/XftFreetype.h:34: syntax error before `;'
 /usr/X11R6/include/X11/Xft/XftFreetype.h:37: syntax error before `;'
 /usr/X11R6/include/X11/Xft/XftFreetype.h:41: syntax error before `;'
 /usr/X11R6/include/X11/Xft/XftFreetype.h:54: syntax error before `;'
 /usr/X11R6/include/X11/Xft/XftFreetype.h:71: syntax error before `,'
 gmake[1]: *** [.obj/debug-mt/qapplication_x11.o] Error 1
 gmake[1]: Leaving directory 
 `/usr/ports/x11-toolkits/qt30/work/qt-copy-3.0.3/src'
 gmake: *** [sub-src] Error 2
 *** Error code 2
I had same problem, but after rebuilding freetype2 all looks good,
except that gcc hangs with internal compiler error while building arts
port

-- 
Igor Roboul, System administrator at Speech Technology Center
http://www.speechpro.com http://www.speechpro.ru

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message