Received: with ECARTIS (v1.0.0; list gopher); Wed, 27 Mar 2002 14:20:40 -0500 (EST) Return-Path: Delivered-To: gopher@complete.org Received: from sam.forinstance.com (unknown [168.215.193.254]) by pi.glockenspiel.complete.org (Postfix) with ESMTP id 32F803B80B; Wed, 27 Mar 2002 14:20:40 -0500 (EST) Received: by sam.forinstance.com (Postfix, from userid 1000) id 7F5E08CD; Wed, 27 Mar 2002 14:20:39 -0500 (EST) Content-type: text/plain; charset=iso-8859-1 From: John Goerzen To: gopher@complete.org Subject: [gopher] Gnopher doesn't build Date: Wed, 27 Mar 2002 14:20:38 -0500 X-Mailer: KMail [version 1.3.2] Cc: jgoerzen@complete.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020327192039.7F5E08CD@sam.forinstance.com> X-archive-position: 539 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: jgoerzen@complete.org 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 Hi, After a lot of work guessing about gnopher's build deps (it would be much appreciated if you documented what libraries are needed to build AND use the configure tests for them!)... I got this far: gcc -Wall `nautilus-config --cflags` `gnet-config --cflags` -o gnopher-view `nautilus-config --libs` `gnet-config --libs` -lgtkhtml gnopher-location.o gnopher-view.o main.o gnopher-view.o: In function `url_requested_cb': /home/jgoerzen/gnopher-0.2/src/gnopher-view.c:85: undefined reference to `gtk_html_stream_write' /home/jgoerzen/gnopher-0.2/src/gnopher-view.c:88: undefined reference to `gtk_html_stream_close' /home/jgoerzen/gnopher-0.2/src/gnopher-view.c:91: undefined reference to `gtk_html_stream_close' gnopher-view.o: In function `load_location_cb': /home/jgoerzen/gnopher-0.2/src/gnopher-view.c:169: undefined reference to `gtk_html_get_type' /home/jgoerzen/gnopher-0.2/src/gnopher-view.c:169: undefined reference to `gtk_html_load_from_string' gnopher-view.o: In function `gnopher_view_init': /home/jgoerzen/gnopher-0.2/src/gnopher-view.c:222: undefined reference to `gtk_html_new' collect2: ld returned 1 exit status make: *** [gnopher-view] Error 1 Suggestions?