From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 07:26:59 2003 Return-Path: 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 4556537B407 for ; Thu, 5 Jun 2003 07:26:59 -0700 (PDT) Received: from smtp-out.comcast.net (smtp-out.comcast.net [24.153.64.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E5D643F85 for ; Thu, 5 Jun 2003 07:26:54 -0700 (PDT) (envelope-from jshamlet@comcast.net) Received: from alexandria (bgp01561290bgs.gambrl01.md.comcast.net [68.50.33.221]) by mtaout01.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HG000I0RIOQNM@mtaout01.icomcast.net> for freebsd-questions@freebsd.org; Thu, 05 Jun 2003 10:24:29 -0400 (EDT) Date: Thu, 05 Jun 2003 10:24:25 -0400 (EDT) From: "J. Seth Henry" X-X-Sender: jshamlet@alexandria.gambrl01.md.comcast.net To: freebsd-questions@freebsd.org Message-id: <20030605100718.E54562@alexandria.gambrl01.md.comcast.net> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Kdevelop C/C++ reference problem SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 14:26:59 -0000 I was somewhat distraught to find that after all my trouble, the "package" was little more than a bunch of HTML files. ARGH! Unfortunately, for me, I discovered this after mucking with the configure script. Anyway, I discovered that the --enable-mt option in the configure script was only allowed on a linux system. Apparently, there is a case structure, and if it sees anything other than "some linux" it craps out. Since FreeBSD obviously supports multithreading of Qt, I "fixed" this by commenting out the case statements, leaving only the GCC check. Not the "correct" solution, but it works. It also installs to the wrong place. I manually moved the files from /usr/local/kde/share/doc/HTML/en/kdevelop/reference to /usr/local/share/doc/HTML/en/kdevelop/reference. And, since the installer didn't remove it, I removed the existing index.html and symlinked c.html to index.html. Lastly, there is an error in c.html. The Master Index link should reference master_index.html, not mindxbdy.html. So far, this is the only place I have encounted the incorrect link. Not entirely certain if it was worth it, but I now have the Kdevelop C/C++ reference installed on my dev system. :) Regards, and thanks for the pointers, Seth Henry