Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfacing with FTGL on Fedora 11 #45

Closed
GoogleCodeExporter opened this issue Apr 12, 2016 · 11 comments
Closed

Interfacing with FTGL on Fedora 11 #45

GoogleCodeExporter opened this issue Apr 12, 2016 · 11 comments

Comments

@GoogleCodeExporter
Copy link

Thanks for the great tool. It produces nicer looking videos than
Codewswarm. I made this video from our CVS log:
http://www.youtube.com/watch?v=s68Ood7-wRU

I had an issue with building Gource on FC 11. Gource requires FTGL 2.1.3 or
higher but FC 11 has only FTGL 2.1.2. So I build the latest FTGL
2.1.3~rc5-2 from source which puts everything under /usr/local by default.
However gource-0.24/configure wasn't able to find FTGL from /usr/local so I
copied all FTGL file from /usr/local to corresponding location under /usr.

I hope this message would be helpful for other users experiencing a similar
problem. 

Thank you Andrew Caudwell for Gource.




Original issue reported on code.google.com by dallaky...@gmail.com on 18 Feb 2010 at 8:07

@GoogleCodeExporter
Copy link
Author

Thanks.

You might be able to build FTGL with ./configure --prefix=/usr, though that is 
only a
guess.

Original comment by acaudw...@gmail.com on 22 Feb 2010 at 2:47

  • Added labels: Type-Other
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

i'm on CentOS 5.4, got same problem with FTGL 2.1.2
removed it and compiled 2.1.3~rc5
http://sourceforge.net/projects/ftgl/files/FTGL%20Source/2.1.3%7Erc5/ftgl-2.1.3-
rc5.tar.gz/download

and it did install it into /usr/local/ but ./configure still unable to find it,
anyone got ideas?

Original comment by igal.al...@gmail.com on 7 Apr 2010 at 6:40

@GoogleCodeExporter
Copy link
Author

Did you try telling configure to install FTGL under /usr instead of /usr/local?

Original comment by acaudw...@gmail.com on 7 Apr 2010 at 10:18

@GoogleCodeExporter
Copy link
Author

yes with --prefix=/usr like you said.

Original comment by igal.al...@gmail.com on 8 Apr 2010 at 6:30

@GoogleCodeExporter
Copy link
Author

 ./configure --prefix=/usr --libdir=/usr/lib64
fix the problem.
for CentOS 5.4 and i guess Fedora if 64bit system.

Original comment by igal.al...@gmail.com on 8 Apr 2010 at 5:06

@GoogleCodeExporter
Copy link
Author

i just tried to compile this on Fedora with the same setting
-----------
configure: error: ftgl 2.1.3 or greater is required. Please see README
[alkavan@alkavan Gource]$ yum list install ftgl
Loaded plugins: presto, refresh-packagekit
Installed Packages
ftgl.i686                        2.1.3-0.2.rc5.fc12                      @fedora
ftgl.x86_64                      2.1.3-0.2.rc5.fc12                      @fedora
[alkavan@alkavan Gource]$ 

Original comment by igal.al...@gmail.com on 13 Apr 2010 at 10:26

@GoogleCodeExporter
Copy link
Author

You probably need to install the ftgl dev package.

Original comment by acaudw...@gmail.com on 14 Apr 2010 at 4:50

@GoogleCodeExporter
Copy link
Author

yes, how stupid of me :) well i can confirm it compiles on fedora 12 with the 
disro 
packages

Original comment by igal.al...@gmail.com on 14 Apr 2010 at 7:45

@GoogleCodeExporter
Copy link
Author

On centos 5.5 I was able to compile gource using ftgl 2.1.3 from atrpms and the 
rest from the standard distro.

Original comment by len...@gmail.com on 6 Aug 2010 at 1:28

@GoogleCodeExporter
Copy link
Author

fwiw, gource is already available in fedora since f-12.

Original comment by siddhesh...@gmail.com on 7 Aug 2010 at 9:54

@GoogleCodeExporter
Copy link
Author

Original comment by acaudw...@gmail.com on 23 Mar 2011 at 9:13

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant