| View previous topic :: View next topic |
| Author |
Message |
ipsp
Joined: 01 Feb 2006 Posts: 26 Location: Sydney
|
Posted: Tue Mar 21, 2006 10:23 am Post subject: cygwin libtool / freetype / SDL_ttf |
|
|
Hi Guys/Girls
I'm trying to work out how to build/install SDL_ttf, I think I have followed it correctly, such that is first need to build/install 'freetype' library. Anyways one of the requirements for 'freetype' package is 'libtool' I have checked and I don't have it installed.
I have looked at the cygwin site, and found the package i need, but there is no details about how I get the package and build/install it. So I'm hoping someone here might be able to show me the way, does anybody know how to get this package.
Note I'm not having any problems getting the SDL_ttf or freetype packages just having problems build the 'freertype' package as i don't have libtool.
Any help would be great |
|
| Back to top |
|
 |
R2k
Joined: 17 Mar 2006 Posts: 16 Location: México
|
Posted: Tue Mar 21, 2006 11:19 am Post subject: |
|
|
have you installed from lastest toolchain ???
if you did it then only thing you need to do is runing a svn checkuot to the freetype sources and later read the README file and follow his instructions |
|
| Back to top |
|
 |
ipsp
Joined: 01 Feb 2006 Posts: 26 Location: Sydney
|
Posted: Tue Mar 21, 2006 12:25 pm Post subject: |
|
|
Last time i got the toolchain was late last month, but when i type libtool there is no such program, I had a look through /usr/local and the program is not there. But you are right I'll try updating the toolchain and see if it works then.
One question when i update to the latest toolchain do it have to rebuild all the other packages I have built, i.e. libogg, SDL, SDL_image, SDL_mixer.
Thanks very much |
|
| Back to top |
|
 |
dsn

Joined: 09 Nov 2005 Posts: 47 Location: Indianapolis, Indiana, USA
|
Posted: Wed Mar 22, 2006 2:09 am Post subject: |
|
|
| libtool isn't part of the toolchain, it's part of Cygwin. If you use the Cygwin installer there's a package for it under Development. |
|
| Back to top |
|
 |
ipsp
Joined: 01 Feb 2006 Posts: 26 Location: Sydney
|
Posted: Wed Mar 22, 2006 12:11 pm Post subject: |
|
|
Yes it is part of cygwin.
I tried updating cygwin last night with very very very bad results, infact cygwin died entirely, and yes that pissed me off.
Anyways i reinstall cygwin this time with libtool, and it worked, but unfortunately I have not had time to reinstall the additional libraries. I'm extremely annoyed with the cygwin update interface, it is totally unusable.
Anyways safe to say after 3 hours I had cygwin and toolchain back inplace.
Hopefully tonight I'll get the rest of the libraries back into place and get my projects compiling again. |
|
| Back to top |
|
 |
|