carlTLR / svngraph

Automatically exported from code.google.com/p/svngraph
0 stars 0 forks source link

Cannot install on ubuntu 11.04 #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to install on ubuntu 11.04

What is the expected output? What do you see instead?
expected: install program
I see: 

lacan@lacan-EP45-DS3LR:~/programs/svngraph/svngraph-read-only/build$ make
Scanning dependencies of target RepositoryFactory
[ 33%] Building CXX object 
lib/CMakeFiles/RepositoryFactory.dir/RepositoryFactory.cpp.o
In file included from 
/home/lacan/programs/svngraph/svngraph-read-only/lib/SVNRepository.h:5:0,
                 from /home/lacan/programs/svngraph/svngraph-read-only/lib/RepositoryFactory.cpp:2:
/usr/include/subversion-1/svn_pools.h:28:23: fatal error: apr_pools.h: No such 
file or directory
compilation terminated.
make[2]: *** [lib/CMakeFiles/RepositoryFactory.dir/RepositoryFactory.cpp.o] 
Error 1
make[1]: *** [lib/CMakeFiles/RepositoryFactory.dir/all] Error 2
make: *** [all] Error 2

No idea which packages to install

What version of the product are you using? On what operating system?

From svn at date of posting

Please provide any additional information below.

Original issue reported on code.google.com by jerzy.or...@lacan.com.pl on 1 Feb 2012 at 12:47

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
sudo apt-get install libapr1-dev
sudo ln -s /usr/include/apr-1.0 /usr/include/apr-1

Original comment by ja...@kitomba.com on 28 Aug 2013 at 1:24