From owner-freebsd-ports@FreeBSD.ORG Wed Sep 27 11:19:10 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79CB516A415 for ; Wed, 27 Sep 2006 11:19:10 +0000 (UTC) (envelope-from jumper99@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 906BA43D4C for ; Wed, 27 Sep 2006 11:19:09 +0000 (GMT) (envelope-from jumper99@gmx.de) Received: (qmail invoked by alias); 27 Sep 2006 11:19:07 -0000 Received: from unknown (EHLO wsa096) [193.101.155.96] by mail.gmx.net (mp009) with SMTP; 27 Sep 2006 13:19:07 +0200 X-Authenticated: #682707 Message-ID: <02bd01c6e226$bfbbd330$609b65c1@vpe.de> From: "Helmut Schneider" To: Date: Wed, 27 Sep 2006 13:19:07 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Y-GMX-Trusted: 0 Subject: libmal-0.40 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: Wed, 27 Sep 2006 11:19:10 -0000 Hi hopefully I did not miss anything but libmal-0.40 (which is need for kde) does not compile. cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -DMALSYNC -O2 -fno-strict-aliasing -pipe -I../malsync/mal/common -I../malsync/mal/client/common -I../malsync/mal/client/unix -I/usr/local/include -c libmal.c -MT libmal.lo -MD -MP -MF .deps/libmal.TPlo -fPIC -DPIC -o .libs/libmal.lo libmal.c: In function `readAndUseDeviceInfoDatabase': libmal.c:295: error: too many arguments to function `dlp_ReadRecordByIndex' libmal.c: In function `readDeviceUserConfig32': libmal.c:617: error: too many arguments to function `dlp_ReadRecordByIndex' libmal.c: In function `readDeviceUserConfig31': libmal.c:655: error: too many arguments to function `dlp_ReadRecordByIndex' libmal.c: In function `writeDeviceUserConfig': libmal.c:715: error: too many arguments to function `dlp_ReadRecordByIndex' libmal.c: In function `getRecordBase': libmal.c:1030: warning: passing arg 3 of `dlp_ReadNextModifiedRec' from incompatible pointer type libmal.c:1030: error: too many arguments to function `dlp_ReadNextModifiedRec' libmal.c:1034: warning: passing arg 4 of `dlp_ReadRecordByIndex' from incompatible pointer type libmal.c:1034: error: too many arguments to function `dlp_ReadRecordByIndex' libmal.c: In function `Connect': libmal.c:1305: warning: `pilot_connect' is deprecated (declared at /usr/local/include/pi-header.h:28) libmal.c: In function `fill_in_versioninfo': libmal.c:1393: error: too many arguments to function `dlp_ReadRecordByIndex' gmake[2]: *** [libmal.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/palm/libmal/work/libmal-0.40/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/palm/libmal/work/libmal-0.40' gmake: *** [all] Error 2 *** Error code 2 Helmut