[amsat-bb] Re: Need help to compile Gpredict
Joseph Armbruster
josepharmbruster at gmail.com
Wed Nov 2 17:31:56 PDT 2011
Oscar,
After reading the posts today I figured I would go home and take a quick stab at it. Here is what I have done and my results so-far. Total time for these steps was about 10 minutes (and my port upgrade is still running... grrrrrrr...) Anyhow, hopefully this helps! I'm going to step away from the computer for a bit, when I come back later, i'll report back on the result of my final run!
Joseph Armbruster, KJ4JIO
# grabbed gpredict-1.3.tar.gz from sf.net
tar -zxvf gpredict-1.3.tar.gz
./configure
# received an error:
#checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
sudo port install intltool
#… waited …
#ran into a dependency issue with p5.12-xml-parser
#Error: Dependency 'p5.12-xml-parser' not found.
#Error: Status 1 encountered during processing.
#fixed it with:
sudo port selfupdate
sudo port upgrade intltool
sudo port install intltool
#re-ran:
./configure
#received other errors:
#configure: error: Package requirements (gtk+-2.0 >= 2.18.0 glib-2.0 >= 2.22.0 gthread-2.0 >= 2.22.0 goocanvas >= 0.15 libcurl >= 7.19.0) were not met:
#No package 'goocanvas' found
#No package 'libcurl' found
sudo port install goocanvas
#completed without error
sudo port install libcurl
#completed without error
#re-ran:
./configure
#completed without error
#SUMMARY:
#Gpredict version... : 1.3
#Glib version....... : 2.28.8
#Gio version........ : 2.28.8
#Gthread version.... : 2.28.8
#Gdk version........ : 2.24.7
#Gtk+ version....... : 2.24.7
#GooCanvas version.. : 0.15
#Liburl version..... : 7.22.0
#ran
make
#completed without error (took about 30 seconds to build on my 2.53Ghz Macbook Pro)
#tried to run it
cd src
./gpredict
#received this error:
#Xlib: extension "RANDR" missing on display "/tmp/launch-gueRnl/org.x:0".
sudo port upgrade outdated
#… this is taking forever right now, because I use ports quite a bit…
#… standby for more!
On Nov 1, 2011, at 6:23 PM, Oscar Vera wrote:
> Hello,
>
> I have been having problems to compile Gpredict on mac. Is anyone gong to the AMSAT meeting and could provide a little help to compile Gredict?
>
> thank you.
>
> o.
> _______________________________________________
> Sent via AMSAT-BB at amsat.org. Opinions expressed are those of the author.
> Not an AMSAT-NA member? Join now to support the amateur satellite program!
> Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
More information about the AMSAT-BB
mailing list