Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2006 20:55:19 +0100
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        freebsd-ports@freebsd.org, jylefort@freebsd.org
Subject:   Re: automake question (astro/celestia-gtk not installing .3ds files)
Message-ID:  <20061029195519.GA9948@saturn.kn-bremen.de>
In-Reply-To: <20061029194131.GA89632@saturn.kn-bremen.de>
References:  <20061029183825.GA85830@saturn.kn-bremen.de> <20061029194131.GA89632@saturn.kn-bremen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 29, 2006 at 08:41:31PM +0100, Juergen Lock wrote:
> On Sun, Oct 29, 2006 at 07:38:25PM +0100, Juergen Lock wrote:
> > Hi!
> > 
> >  I was wondering why I don't see things like the ISS in celestia
> > even when it knows them (tho with outdated ISS orbit elements,
> > I updated them as explained here,
> > 	http://www.shatters.net/forum/viewtopic.php?p=41069#41069
> > ) when I found out the port just doesn't install the .3ds files
> > that do come with the distribution.  Looking at
> > 	work/celestia-1.4.1/models/Makefile.am
> > I see $(wildcard *.3ds) mentioned in EXTRA_DIST, which makes me
> > suspect somehow the automake magic doesn't work as expected on
> > FreeBSD.  Is this assumption right?  And does anyone have an idea
> > how to fix this?
> 
> Hah, that guess was wrong. :)  found this thread:
> 	http://www.shatters.net/forum/viewtopic.php?p=71982
> 
>  So the real problem is that there are no cmod files for ISS and some
> other .3ds files:
> 	http://www.shatters.net/forum/viewtopic.php?p=71982#71982
> which means the real fix seems toe be to either generate cmod files
> for those, or install just these .3ds files.  So I just patched
> astro/celestia like this and am now compiling:  (should I send-pr
> this when I know it works?)
> 
>[patch snipped]

Hmm it works but I had to symlink a few .la files to get it to build:

# ln -s ../../local/lib/libgtk-x11-2.0.la /usr/X11R6/lib
# ln -s ../../local/lib/libgdk-x11-2.0.la /usr/X11R6/lib
# ln -s ../../local/lib/libgdk_pixbuf-2.0.la /usr/X11R6/lib
# ln -s ../../local/lib/libpangocairo-1.0.la /usr/X11R6/lib
# ln -s ../../local/lib/libpangoft2-1.0.la /usr/X11R6/lib
# ln -s ../../local/lib/libpangox-1.0.la /usr/X11R6/lib
# ln -s ../../local/lib/libpango-1.0.la /usr/X11R6/lib

 Is this a problem in the port or just something messed up in my
installation? (I did the big gnome/gtk port update a while ago and I
know these moved...)

 Thanx,
	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061029195519.GA9948>