It's FixDirReferences in Scripts that mangle the cmake files. It was
patched in svn and hasn't made it into a stable release just yet. You
need to use the release candidate version of Scripts, or just wait
couple of days for a release.

/Jonas

2009/2/14 Guilherme Bedin <gbe...@gmail.com>:
> Yes, I am using the latest ones.
>
> On Fri, Feb 13, 2009 at 9:45 PM, Frank Wilson <fr...@thefixedpoint.me.uk> 
> wrote:
>> I remember coming accross something like this before (mangled cmake
>> files). Are you using the latest Scripts and Compile? These were patched
>> to avoid this problem. (Actually, it might just have been Scripts that
>> was patched)
>>
>> Frank
>>
>> Guilherme Bedin wrote:
>>>
>>>  - After spending hours looking for why cmake fails to configure
>>> kde-bindings to compile I found out that cmake has genereate a wrong
>>> the kde-pim-libs config file.
>>>
>>>   File KdepimLibsConfig.cmake:
>>>
>>> if(NOT KDEPIMLIBS_INSTALL_DIR)
>>>   set(KDEPIMLIBS_INSTALL_DIR "/usr
>>> endif(NOT KDEPIMLIBS_INSTALL_DIR)
>>> to
>>> if(NOT KDEPIMLIBS_INSTALL_DIR)
>>>   set(KDEPIMLIBS_INSTALL_DIR "/usr")
>>> endif(NOT KDEPIMLIBS_INSTALL_DIR)
>>>
[...]
>>>
>>>
>>> - cmake issue again
>>> - KDE4Workspace-4.2.0/KDE4WorkspaceConfig.cmake
>>>
>>> if(NOT KDE4WORKSPACE_INSTALL_DIR)
>>>   set(KDE4WORKSPACE_INSTALL_DIR "/usr
>>> endif(NOT KDE4WORKSPACE_INSTALL_DIR)
>>> to
>>> if(NOT KDE4WORKSPACE_INSTALL_DIR)
>>>   set(KDE4WORKSPACE_INSTALL_DIR "/usr")
>>> endif(NOT KDE4WORKSPACE_INSTALL_DIR)
>>>
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to