On 11/27/06, Chris Cannam <[EMAIL PROTECTED]> wrote:
> On Monday 27 Nov 2006 10:17, Guillaume Laurent wrote:
> > Only one problem : any way to make it choose by default the regular KDE
> > path as the install path ? As it is I had to change it manually with
> > ccmake.
>
> Yeah, we changed the default default from /usr to /usr/local, but it was only
> when editing the new INSTALL file that I realised that that would mean
> average users having to set up KDEDIRS or adjust their own install prefix.
>
> The INSTALL file gives
>
>  $ cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix`
>
> as an example of a nice simple way to do a default build, which is kind of
> ridiculous really.  It should just work with "cmake .".  Getting an install
> that runs properly without any further tweaks is probably more important (I
> realise now) than getting it to install in a "safe place" like /usr/local.
> I've no idea how practical that is to do, though.

You can uncomment the line 71 in the root CMakeLists.txt:

# INCLUDE(KDE3Prefix)

It is disabled because it changed the default prefix in a way that it
was not possible to override. I've changed the code
(cmake_admin/KDE3Prefix.cmake) but the new version requires CMake
2.4.4 (recently released) and it is not well tested.

> The other thing I'd still really like to see fixed is that long long printout
> of installation log stuff each time you do a make install.

I think that this one would require a feature request to be submitted
to the CMake tracking system. http://public.kitware.com/Bug/

Regards,
Pedro

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to