Error in Installation of KDL

I download the latest KDL version. When I run "make install", there occurs an error:

CMake Error at /ssi0/ssi/hutao/kdl-1.0.0/build/src/cmake_install.cmake:120 (FILE):

  file INSTALL cannot find
  "/ssi0/ssi/hutao/kdl-1.0.0/build/src/orocos-kdl.pc".
Call Stack (most recent call first):
  cmake_install.cmake:38 (INCLUDE)
make: *** [install] Error 1

Would anyone give me some help? I can't figure out what the problem is. Your help is highly appreciated!

Ruben Smits's picture

Error in Installation of KDL

On Tue, Dec 22, 2009 at 3:17 PM, bitinf [..] ... <bitinf [..] ...> wrote:
> I download the latest KDL version. When I run "make install", there occurs an error:
>
> CMake Error at /ssi0/ssi/hutao/kdl-1.0.0/build/src/cmake_install.cmake:120 (FILE):
>  file INSTALL cannot find
>  "/ssi0/ssi/hutao/kdl-1.0.0/build/src/orocos-kdl.pc".
> Call Stack (most recent call first):
>  cmake_install.cmake:38 (INCLUDE)
>
>
> make: *** [install] Error 1
>
> Would anyone give me some help?
> I can't figure out what the problem is. Your help is highly appreciated!

Which version of cmake are you using, we noticed a change in the
configure_file behavior between cmake 2.6 and 2.8 that might cause
this error.

> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>

Error in Installation of KDL

Ruben Smits wrote:
On Tue, Dec 22, 2009 at 3:17 PM, bitinf [..] ... <bitinf [..] ...> wrote:
> I download the latest KDL version. When I run "make install", there occurs an error:
>
> CMake Error at /ssi0/ssi/hutao/kdl-1.0.0/build/src/cmake_install.cmake:120 (FILE):
>  file INSTALL cannot find
>  "/ssi0/ssi/hutao/kdl-1.0.0/build/src/orocos-kdl.pc".
> Call Stack (most recent call first):
>  cmake_install.cmake:38 (INCLUDE)
>
>
> make: *** [install] Error 1
>
> Would anyone give me some help?
> I can't figure out what the problem is. Your help is highly appreciated!

Which version of cmake are you using, we noticed a change in the
configure_file behavior between cmake 2.6 and 2.8 that might cause
this error.

> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>

I'm using version 2.8.
Thanks!
--
Orocos-Dev mailing list
Orocos-Dev [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev

Re: Error in Installation of KDL

Ruben Smits wrote:
On Tue, Dec 22, 2009 at 3:17 PM, bitinf [..] ... <bitinf [..] ...> wrote: > I download the latest KDL version. When I run "make install", there occurs an error: >> CMake Error at /ssi0/ssi/hutao/kdl-1.0.0/build/src/cmake_install.cmake:120 (FILE): >  file INSTALL cannot find >  "/ssi0/ssi/hutao/kdl-1.0.0/build/src/orocos-kdl.pc". > Call Stack (most recent call first): >  cmake_install.cmake:38 (INCLUDE) >> > make: *** [install] Error 1 >

> Would anyone give me some help? > I can't figure out what the problem is. Your help is highly appreciated!

Which version of cmake are you using, we noticed a change in the configure_file behavior between cmake 2.6 and 2.8 that might cause this error.

> -- > Orocos-Dev mailing list > Orocos-Dev [..] ... > http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev >

I'm using version 2.8. Thanks!

Ruben Smits's picture

Error in Installation of KDL

On Wed, Jan 6, 2010 at 3:39 PM, bitinf [..] ... <bitinf [..] ...> wrote:
>

Ruben Smits wrote:
On Tue, Dec 22, 2009 at 3:17 PM, bitinf [..] ... <bitinf [..] ...> wrote:
>> I download the latest KDL version. When I run "make install", there occurs an error:
>>
>> CMake Error at /ssi0/ssi/hutao/kdl-1.0.0/build/src/cmake_install.cmake:120 (FILE):
>>  file INSTALL cannot find
>>  "/ssi0/ssi/hutao/kdl-1.0.0/build/src/orocos-kdl.pc".
>> Call Stack (most recent call first):
>>  cmake_install.cmake:38 (INCLUDE)
>>
>>
>> make: *** [install] Error 1
>>
>> Would anyone give me some help?
>> I can't figure out what the problem is. Your help is highly appreciated!
>
> Which version of cmake are you using, we noticed a change in the
> configure_file behavior between cmake 2.6 and 2.8 that might cause
> this error.
>
>> --
>> Orocos-Dev mailing list
>> Orocos-Dev [..] ...
>> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>>
>

>
> I'm using version 2.8.
> Thanks!

A fix is committed on svn trunk.

Ruben

Error in Installation of KDL

I download the latest KDL version. When I run "make install", there occurs an error:

CMake Error at /ssi0/ssi/hutao/kdl-1.0.0/build/src/cmake_install.cmake:120 (FILE):
file INSTALL cannot find
"/ssi0/ssi/hutao/kdl-1.0.0/build/src/orocos-kdl.pc".
Call Stack (most recent call first):
cmake_install.cmake:38 (INCLUDE)

make: *** [install] Error 1

Would anyone give me some help?
I can't figure out what the problem is. Your help is highly appreciated!