From owner-freebsd-questions@FreeBSD.ORG Sat Dec 4 03:31:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D873C16A4CE for ; Sat, 4 Dec 2004 03:31:02 +0000 (GMT) Received: from hotmail.com (bay15-f26.bay15.hotmail.com [65.54.185.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B17CB43D41 for ; Sat, 4 Dec 2004 03:31:02 +0000 (GMT) (envelope-from picohatta@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 3 Dec 2004 19:31:01 -0800 Message-ID: Received: from 64.167.79.22 by by15fd.bay15.hotmail.msn.com with HTTP; Sat, 04 Dec 2004 03:30:36 GMT X-Originating-IP: [64.167.79.22] X-Originating-Email: [picohatta@hotmail.com] X-Sender: picohatta@hotmail.com From: "Pico Pico" To: freebsd-questions@freebsd.org Date: Sat, 04 Dec 2004 03:30:36 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 04 Dec 2004 03:31:01.0903 (UTC) FILETIME=[ADA691F0:01C4D9B1] Subject: py24-qt 3.13 compile issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 03:31:03 -0000 I recently just cvsup'd my ports tree then portupgrade -a... Unfortunately after that i started to have issues with Qtorrent and Nicotine not starting up... I *thought* my problem was with qtorrent/py-qt so i did a make deinstall clean on both.. Now I can't recompile either... Can anyone help me out with this? I've tried search google but to no avail.... py-qt error : ip/qt/qstring.sip: In function `int convertTo_QString(PyObject*, void**, int*) ': sip/qt/qstring.sip:854: error: conversion from `long unsigned int' to `const QChar' is ambiguous /usr/X11R6/include/qstring.h:295: error: candidates are: QChar::QChar(int) /usr/X11R6/include/qstring.h:289: error: QChar::QChar(unsigned int) /usr/X11R6/include/qstring.h:283: error: QChar::QChar(short int) /usr/X11R6/include/qstring.h:277: error: QChar::QChar(short unsigned int) /usr/X11R6/include/qstring.h:258: error: QChar::QChar(unsigned char) /usr/X11R6/include/qstring.h:252: error: QChar::QChar(char) *** Error code 1 Stop in /usr/ports/x11-toolkits/py-qt/work/PyQt-x11-gpl-3.13/qt. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-qt/work/PyQt-x11-gpl-3.13. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-qt. And my issue with qtorrent is now : ip/qt/qstring.sip: In function `int convertTo_QString(PyObject*, void**, int*) ': sip/qt/qstring.sip:854: error: conversion from `long unsigned int' to `const QChar' is ambiguous /usr/X11R6/include/qstring.h:295: error: candidates are: QChar::QChar(int) /usr/X11R6/include/qstring.h:289: error: QChar::QChar(unsigned int) /usr/X11R6/include/qstring.h:283: error: QChar::QChar(short int) /usr/X11R6/include/qstring.h:277: error: QChar::QChar(short unsigned int) /usr/X11R6/include/qstring.h:258: error: QChar::QChar(unsigned char) /usr/X11R6/include/qstring.h:252: error: QChar::QChar(char) *** Error code 1 Stop in /usr/ports/x11-toolkits/py-qt/work/PyQt-x11-gpl-3.13/qt. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-qt/work/PyQt-x11-gpl-3.13. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-qt.