From owner-freebsd-questions@FreeBSD.ORG Tue Jan 24 16:18:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3C92E16A41F for ; Tue, 24 Jan 2006 16:18:22 +0000 (GMT) (envelope-from cblasius@o2.pl) Received: from poczta.o2.pl (mx.go2.pl [193.17.41.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C21D943D55 for ; Tue, 24 Jan 2006 16:18:21 +0000 (GMT) (envelope-from cblasius@o2.pl) Received: from [192.168.22.67] (npb44.uz.zgora.pl [212.109.130.44]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id B37AE137853 for ; Tue, 24 Jan 2006 17:18:19 +0100 (CET) Message-ID: <43D6534B.4090702@o2.pl> Date: Tue, 24 Jan 2006 17:18:19 +0100 From: cblasius User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: I still obtain error when compile /usr/ports/math/scilab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 16:18:22 -0000 Hello! Thank you for previous help :-) ! I upgrade my port tree (cvsup) and all instaled ports (portupgrade -a) and still is problem with compiling /usr/ports/math/scilab. Especially with port: /usr/ports/textproc/sablotron. Could someone help me with this issue. I want to use scilab for my work at university. Thanks in advance. Here is the output when I compiled sablotron. ===> Building for Sablot-1.0.2 Making all in src gmake[1]: Entering directory `/usr/ports/textproc/sablotron/work/Sablot-1.0.2/src' Making all in engine gmake[2]: Entering directory `/usr/ports/textproc/sablotron/work/Sablot-1.0.2/src/engine' if /bin/sh /usr/local/bin/libtool15 --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentiumpro -MT encoding.lo -MD -MP -MF ".deps/encoding.Tpo" -c -o encoding.lo encoding.cpp; \ then mv -f ".deps/encoding.Tpo" ".deps/encoding.Plo"; else rm -f ".deps/encoding.Tpo"; exit 1; fi c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=pentiumpro -MT encoding.lo -MD -MP -MF .deps/encoding.Tpo -c encoding.cpp -fPIC -DPIC -o .libs/encoding.o encoding.cpp: In member function `Bool Recoder::conv(Situation&, ConvInfo*, const char*&, size_t&, char*&, size_t&, EncResult&)': encoding.cpp:285: error: invalid conversion from `char**' to `const char**' encoding.cpp:285: error: initializing argument 2 of `size_t libiconv(void*, const char**, size_t*, char**, size_t*)' gmake[2]: *** [encoding.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/sablotron/work/Sablot-1.0.2/src/engine' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/sablotron/work/Sablot-1.0.2/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/textproc/sablotron. Best regards, cblasius