Hi Vikram, the error in your previous message was related to the fact that you didn't run make install. I see that you did that. CMake sets the install path to /usr/local by default, therefore you need to be superuser or to run sudo make install assuming you're in the sudo list. However, you can change the install path within CMake by setting the CMAKE_INSTALL_PREFIX variable, to a path to where you have the rights to write. Just change your environment variables accordingly and you should be all set. Best regards
Luca On Oct 22, 2010, at 5:35 PM, Vikram Mehta wrote: > Hello, > > I am trying to install the new release vmtk 0.9 by compiling it from source. > > On following the installation instructions on the Installation page on the > website, after 'make install' this is the error i get : > > CMake Error at cmake_install.cmake:36 (FILE): > file INSTALL cannot copy file "/home/vm308/src/vmtk-0.9.0/__init__.py" to > "/usr/local/lib/vmtk/vmtk/__init__.py". > > Is this due to permission issues - do I need to be a superuser ? > > Please help. > > Thanks, > Vikram. > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev_______________________________________________ > vmtk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/vmtk-users ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ vmtk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vmtk-users
