Received: with ECARTIS (v1.0.0; list gopher); Thu, 28 Mar 2002 16:51:37 -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 756223B80B for ; Thu, 28 Mar 2002 16:51:36 -0500 (EST) Received: (qmail 22000 invoked from network); 28 Mar 2002 22:00:52 -0000 Received: from frog.ispid.com.pl (195.150.99.105) by pirx.ispid.com.pl with SMTP; 28 Mar 2002 22:00:52 -0000 Date: Thu, 28 Mar 2002 22:48:33 +0100 (CET) From: Zbigniew Baniewski X-Sender: To: Subject: [gopher] Still cannot compile Message-ID: MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-archive-position: 545 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 Still cannot compile gopher 3.0.4. I know, it's in some way tied to "curses", but I'm not C-programmer, and I cannot go any further in my investigations. I'm using SuSE-Linux V7.0 with kernel 2.4.18. Trying to compile I'm getting in return a lot of errors (partially attached below), during compilation of the contents of 'gopher' sub-dir. Errors occurs during compilation of CURcurses.c, form.c and pager.c. I've examined, that curses.h available in my systems /usr/include *does* contain the functions listed below with remark "undefined reference". Example: extern int wrefresh(WINDOW *); /* implemented */ I don't know, what more can I examine looking for the source of the problem. Could someone help? pozdrawiam / regards Zbigniew Baniewski ----------------------------------------------------------------------- /usr/src/gopher-3.0.4/gopher/form.c:545: undefined reference to `waddch' /usr/src/gopher-3.0.4/gopher/form.c:547: undefined reference to `waddch' /usr/src/gopher-3.0.4/gopher/form.c:550: undefined reference to `wtouchln' /usr/src/gopher-3.0.4/gopher/form.c:551: undefined reference to `wrefresh' /usr/src/gopher-3.0.4/gopher/form.c:566: undefined reference to `wmove' /usr/src/gopher-3.0.4/gopher/form.c:568: undefined reference to `wrefresh' /usr/src/gopher-3.0.4/gopher/form.c:575: undefined reference to `COLS' /usr/src/gopher-3.0.4/gopher/form.c:575: undefined reference to `wmove' /usr/src/gopher-3.0.4/gopher/form.c:577: undefined reference to `wmove' /usr/src/gopher-3.0.4/gopher/form.c:580: undefined reference to `wrefresh' /usr/src/gopher-3.0.4/gopher/form.c:595: undefined reference to `wmove' /usr/src/gopher-3.0.4/gopher/form.c:598: undefined reference to `waddch' /usr/src/gopher-3.0.4/gopher/form.c:600: undefined reference to `wmove' /usr/src/gopher-3.0.4/gopher/form.c:602: undefined reference to `waddnstr' /usr/src/gopher-3.0.4/gopher/form.c:604: undefined reference to `wrefresh' /usr/src/gopher-3.0.4/gopher/form.c:606: undefined reference to `COLS' /usr/src/gopher-3.0.4/gopher/form.c:606: undefined reference to `wmove' /usr/src/gopher-3.0.4/gopher/form.c:607: undefined reference to `waddnstr' /usr/src/gopher-3.0.4/gopher/form.c:651: undefined reference to `delwin' /usr/src/gopher-3.0.4/gopher/form.c:660: undefined reference to `wclear' collect2: ld returned 1 exit status make[1]: *** [gopher] Error 1 make[1]: Leaving directory `/usr/src/gopher-3.0.4/gopher' make: *** [gopher/gopher] Error 2 tichy:/usr/src/gopher-3.0.4 #