HaveF / papercrop

Automatically exported from code.google.com/p/papercrop
GNU General Public License v2.0
0 stars 0 forks source link

Build fails on Linux Mint 9 #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
running sh ubuntu_installer2.sh with superuser privileges 

What is the expected output? What do you see instead?
I'm getting a build error message. See the attach file for the complete error 
log

What version of the product are you using? On what operating system?
Linux Mint 9 - Kernel Linux 2.6.32-31-generic

Please provide any additional information below.

Original issue reported on code.google.com by keheliya.gallaba on 30 Jun 2011 at 12:14

Attachments:

GoogleCodeExporter commented 9 years ago
Somehow, some dependencies don't seem to be installed due to slight mismatch in 
version numbers. (libboost-dev and cmake)
Please try to find similar package name using tab-completion and let me know.  
(sudo apt-get install libboost<press tab and wait.. type the most similar one>)
Also, ubuntuinstaller.sh  should be run without superuser privileges (without 
"sudo").
The script will ask password when superuser privileges are necessary. 

Original comment by taesoob...@gmail.com on 30 Jun 2011 at 2:52

GoogleCodeExporter commented 9 years ago
I modified the script to have libboost1.40-dev, not libboost1.42-dev and it 
works fine now. Thanks

Original comment by keheliya.gallaba on 30 Jun 2011 at 12:56

GoogleCodeExporter commented 9 years ago
Thanks, I will leave this issue open so that others can refer to it.

Original comment by taesoob...@gmail.com on 4 Aug 2011 at 3:21