Received: with ECARTIS (v1.0.0; list gopher); Mon, 25 Feb 2002 18:40:31 -0500 (EST) Return-Path: Delivered-To: gopher@complete.org Received: from pirx.ispid.com.pl (pirx.ispid.com.pl [195.150.99.1]) by pi.glockenspiel.complete.org (Postfix) with SMTP id 21F043B816 for ; Mon, 25 Feb 2002 18:40:30 -0500 (EST) Received: (qmail 8437 invoked from network); 25 Feb 2002 23:49:22 -0000 Received: from frog.ispid.com.pl (195.150.99.105) by pirx.ispid.com.pl with SMTP; 25 Feb 2002 23:49:22 -0000 Date: Tue, 26 Feb 2002 00:38:54 +0100 (CET) From: Zbigniew Baniewski X-Sender: To: Subject: [gopher] Gopher-3.0.3 - problems with compilation Message-ID: MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-archive-position: 480 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: zb@ispid.com.pl Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-ID: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher Hallo, got a problems during compilation (SuSE-Linux 7.0, kernel 2.4.18-rc2) - perhaps somebody could make a tip? Seems, it's something curses-related(?) pozdrawiam / regards Zbigniew Baniewski -------------------------------------------------------------------------- gcc -g -O2 -Wall -I.. -I.. -I../object -DNOBANNER -DCTRLCPROMPTS -DCONTROLX -DGOPHERLIB=\"//usr/local/etc/gopher\" -DGOPHERHELP=\"//usr/local/etc/gopher/gopher.hlp\" -DGLOBALRC=\"//usr/local/etc/gopher/gopher.rc\" -DREMOTERC=\"//usr/local/etc/gopher/gopherremote.rc\" -c manager.c In file included from /usr/include/curses.h:32, from CURcurses.h:130, from manager.c:147: /usr/include/unctrl.h:57: parse error before `char' /usr/include/unctrl.h:57: warning: parameter names (without types) in function declaration /usr/include/unctrl.h:57: warning: data definition has no type or storage class In file included from ../object/GSgopherobj.h:128, from ../object/GDgopherdir.h:50, from gopher.h:103, from manager.c:148: ../object/url.h:44: `unknown' redeclared as different kind of symbol /usr/include/curses.h:29: previous declaration of `unknown' manager.c: In function `GetMenu': manager.c:666: warning: implicit declaration of function `strcasestr' manager.c:666: warning: comparison between pointer and integer manager.c:677: warning: comparison between pointer and integer make[1]: *** [manager.o] Error 1 make[1]: Leaving directory `/usr/src/gopher-3.0.3/gopher' make: *** [gopher/gopher] Error 2