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.
Hi,
Have a look at http://www.oz9aec.net/index.php/gpredict.
73 Jan PE0SAT
Hi,
On Tue, Nov 1, 2011 at 5:23 PM, Oscar Vera auctyah00vera@yahoo.com 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?
Why do you need to build it from source? There are binaries of 1.3 available here:
http://www.hmug.org/pub/MacOS_X/X/Applications/Science/gpredict/
Never built it on my Mac, only on Linux from SVN so can help with that but the binaries should get you going.
73 Mike K5TRI
Hello,
If one wants the development code which is updated more frequently, one needs to compile their own.
Charles On Nov 2, 2011 7:13 AM, "Michael Schulz" mschulz@creative-chaos.com wrote:
Hi,
On Tue, Nov 1, 2011 at 5:23 PM, Oscar Vera auctyah00vera@yahoo.com 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?
Why do you need to build it from source? There are binaries of 1.3 available here:
http://www.hmug.org/pub/MacOS_X/X/Applications/Science/gpredict/
Never built it on my Mac, only on Linux from SVN so can help with that but the binaries should get you going.
73 Mike K5TRI _______________________________________________ Sent via AMSAT-BB@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
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@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
Oscar,
I did a make install and everything worked. Let me know if you run into any issues. Here's a screenshot!
Joseph Armbruster
On Nov 2, 2011, at 8:31 PM, Joseph Armbruster wrote:
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@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
looks like your RANDR issue is a known bug, looking out on the macports.org website
What does 'Xlib: extension "RANDR" missing on display "/tmp/launch-XXXXXX/:0"' mean?¶ mailbox:///C%7C/Users/Kevin%20Schuchmann/AppData/Roaming/Thunderbird/Profiles/ezo1336t.default/Mail/Local%20Folders/Inbox.sbd/amsat-bb?number=2241226#randr
Many X11 programs try to use the RANDR extension, and print this warning when it is not available. The RANDR extension is not available in the Apple-provided X11 server in Snow Leopard and earlier. It is supported in XQuartz http://xquartz.macosforge.org 2.6.0 as well as the MacPorts X11 servers.
Unless you have a specific need for RandR functionality, this warning can be safely ignored.
On 11/2/2011 5:31 PM, Joseph Armbruster wrote:
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@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
Sent via AMSAT-BB@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
participants (6)
-
Charles Suprin
-
Joseph Armbruster
-
Michael Schulz
-
Oscar Vera
-
PE0SAT
-
WA6FWF