Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jun 2003 10:24:25 -0400 (EDT)
From:      "J. Seth Henry" <jshamlet@comcast.net>
To:        freebsd-questions@freebsd.org
Subject:   Kdevelop C/C++ reference problem SOLVED
Message-ID:  <20030605100718.E54562@alexandria.gambrl01.md.comcast.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030605100718.E54562>