huikau / gource

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

compile error ubuntu 14.04 x64 #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download 0.42
2. ./configure
...
configure: error: Could not link against -lGLU !

try again with
2. ./configure --with-boost-filesystem=boost_filesystem
3. make
...
//usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0: error adding symbols: DSO 
missing from command line
collect2: error: ld returned 1 exit status
make: *** [gource] Error 1

Original issue reported on code.google.com by mikerin....@gmail.com on 8 Sep 2014 at 8:19

GoogleCodeExporter commented 9 years ago
If you replace m4/ax_boost_base.m4 with this:

https://raw.githubusercontent.com/acaudwell/Gource/0d4a86932e6bc7d75db561e43c3c4
c011d91d5f9/m4/ax_boost_base.m4

And compile without the '--with-boost-filesystem=boost_filesystem' I believe it 
should work.

Or alternatively use the version on the master branch from Github that has this 
fix.

Original comment by acaudw...@gmail.com on 9 Sep 2014 at 1:10

GoogleCodeExporter commented 9 years ago
Thanks. Cloning from github worked. 

Original comment by mikerin....@gmail.com on 9 Sep 2014 at 3:56

GoogleCodeExporter commented 9 years ago

Original comment by acaudw...@gmail.com on 11 Sep 2014 at 10:17