From owner-freebsd-ports@FreeBSD.ORG Sat Jun 30 19:35:11 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BD4016A469 for ; Sat, 30 Jun 2007 19:35:11 +0000 (UTC) (envelope-from frank@fstaals.net) Received: from FStaals.net (ip176-173-59-62.adsl.versatel.nl [62.59.173.176]) by mx1.freebsd.org (Postfix) with ESMTP id BF0C513C45B for ; Sat, 30 Jun 2007 19:35:10 +0000 (UTC) (envelope-from frank@fstaals.net) Received: from FStaals.net (localhost.FStaals.LAN [127.0.0.1]) by filter.mynetwork.local (Postfix) with ESMTP id 836D297DBD for ; Sat, 30 Jun 2007 21:06:30 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on FStaals.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, UPPERCASE_25_50 autolearn=failed version=3.1.7 Received: from Riza.FStaals.LAN (localhost.FStaals.LAN [127.0.0.1]) (Authenticated sender: frank) by FStaals.net (Postfix) with ESMTP id 6BECA97DBC for ; Sat, 30 Jun 2007 21:06:30 +0200 (CEST) Message-ID: <4686A8DA.3070902@fstaals.net> Date: Sat, 30 Jun 2007 21:02:50 +0200 From: Frank Staals User-Agent: Thunderbird 2.0.0.4 (X11/20070630) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: x11-wm/obtuner gives compile error ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2007 19:35:11 -0000 Is it just me is or are there more people with this problem when compiling the obtuner port ? On both machines I tested I got a compile error on: if /usr/local/libexec/ccache/world-c++ -DPACKAGE_NAME=\"obtuner\" -DPACKAGE_TARNAME=\"obtuner\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"obtuner\ 0.3\" -DPACKAGE_BUGREPORT=\"check_engine@hotmail.com\" -DPACKAGE=\"obtuner\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I. -I. -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/openbox/3.4 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -MT rc.o -MD -MP -MF ".deps/rc.Tpo" -c -o rc.o rc.cpp; then mv -f ".deps/rc.Tpo" ".deps/rc.Po"; else rm -f ".deps/rc.Tpo"; exit 1; fi rc.cpp: In constructor `Rc::Rc()': rc.cpp:21: error: cannot convert `xmlDoc**' to `const gchar*' for argument `1' to `gboolean parse_load_rc(const gchar*, xmlDoc**, xmlNode**)' *** Error code 1 Stop in /home/ports/x11-wm/obtuner/work/obtuner-0.3. *** Error code 1 Has anyone else problems with this ? And/or has a fix ? I quickly reviewed rc.cpp and rc.h but my C++ experiance is rather limited -- -Frank Staals