Menu

Location different to heavens-above.com

Help
2007-08-11
2013-03-18
  • Nobody/Anonymous

    Hi

    Why is there such a big difference between ISS location in gpredict to the same on heaveans-above.com. I always looked at heavens-above.com to see the ISS from my location and this was everytime realy exactly. But not in gpredict. The location and the  future passes are completly different. My location is 47.48N 8.53E in both programs

    Any hint's

    Juerg

     
    • Alexandru Csete

      Alexandru Csete - 2007-08-11

      Juerg,

      Are you updating the TLE data regularly? Hint: Edit->Update TLE->From Network.
      Due to the low altitude, the orbit of the ISS is changing quite a lot and the data has to be updated frequently, e.g. once per week.
      If you right click on the satellite and select the info entry (the first one), The Epoch time tells you when the data last has been updated.

      Alex

       
    • Nobody/Anonymous

      There is no update TLE in Version 0.6.1. It's the original Version in Feisty. I am looking for a new one.

      Tnx

       
    • Nobody/Anonymous

      Now next problem:

      juerg@juerg-laptop:~/Desktop/gpredict-0.8.0$ ./configure
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether build environment is sane... yes
      checking for gawk... no
      checking for mawk... mawk
      checking whether make sets $(MAKE)... yes
      checking whether to enable maintainer-specific portions of Makefiles... no
      checking for style of include used by make... GNU
      checking for gcc... gcc
      checking for C compiler default output file name...
      configure: error: C compiler cannot create executables
      See `config.log' for more details.
      juerg@juerg-laptop:~/Desktop/gpredict-0.8.0$ less config.log
      juerg@juerg-laptop:~/Desktop/gpredict-0.8.0$ sudo ./configure
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether build environment is sane... yes
      checking for gawk... no
      checking for mawk... mawk
      checking whether make sets $(MAKE)... yes
      checking whether to enable maintainer-specific portions of Makefiles... no
      checking for style of include used by make... GNU
      checking for gcc... gcc
      checking for C compiler default output file name...
      configure: error: C compiler cannot create executables
      See `config.log' for more details.

      -------
      and here config.log

      This file contains any messages produced by compilers while
      running configure, to aid debugging if configure makes a mistake.

      It was created by configure, which was
      generated by GNU Autoconf 2.61.  Invocation command line was

        $ ./configure

      ## --------- ##
      ## Platform. ##
      ## --------- ##

      hostname = juerg-laptop
      uname -m = i686
      uname -r = 2.6.20-16-generic
      uname -s = Linux
      uname -v = #2 SMP Thu Jun 7 20:19:32 UTC 2007

      /usr/bin/uname -p = unknown
      /bin/uname -X     = unknown

      /bin/arch              = i686
      /usr/bin/arch -k       = unknown
      /usr/convex/getsysinfo = unknown
      /usr/bin/hostinfo      = unknown
      /bin/machine           = unknown
      /usr/bin/oslevel       = unknown
      /bin/universe          = unknown

      PATH: /usr/local/sbin
      PATH: /usr/local/bin
      PATH: /usr/sbin
      PATH: /usr/bin
      PATH: /sbin
      PATH: /bin
      PATH: /usr/X11R6/bin

      ## ----------- ##
      ## Core tests. ##
      ## ----------- ##

      configure:2036: checking for a BSD-compatible install
      configure:2092: result: /usr/bin/install -c
      configure:2103: checking whether build environment is sane
      configure:2146: result: yes
      configure:2211: checking for gawk
      configure:2241: result: no
      configure:2211: checking for mawk
      configure:2227: found /usr/bin/mawk
      configure:2238: result: mawk
      configure:2249: checking whether make sets $(MAKE)
      configure:2270: result: yes
      configure:2455: checking whether to enable maintainer-specific portions of Makefiles
      configure:2464: result: no
      configure:2491: checking for style of include used by make
      configure:2519: result: GNU
      configure:2592: checking for gcc
      configure:2608: found /usr/bin/gcc
      configure:2619: result: gcc
      configure:2857: checking for C compiler version
      configure:2864: gcc --version >&5
      gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
      Copyright (C) 2006 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

      configure:2867: $? = 0
      configure:2874: gcc -v >&5
      Using built-in specs.
      Target: i486-linux-gnu
      Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
      Thread model: posix
      gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
      configure:2877: $? = 0
      configure:2884: gcc -V >&5
      gcc: '-V' option must have argument
      configure:2887: $? = 1
      configure:2910: checking for C compiler default output file name
      configure:2937: gcc    conftest.c  >&5
      /usr/bin/ld: crt1.o: No such file: No such file or directory
      collect2: ld returned 1 exit status
      configure:2940: $? = 1
      configure:2978: result:
      configure: failed program was:
      | /* confdefs.h.  */
      | #define PACKAGE_NAME ""
      | #define PACKAGE_TARNAME ""
      | #define PACKAGE_VERSION ""
      | #define PACKAGE_STRING ""
      | #define PACKAGE_BUGREPORT ""
      | #define PACKAGE "gpredict"
      | #define VERSION "0.8.0"
      | /* end confdefs.h.  */
      |
      | int
      | main ()
      | {
      |
      |   ;
      |   return 0;
      | }
      configure:2985: error: C compiler cannot create executables
      See `config.log' for more details.

      ## ---------------- ##
      ## Cache variables. ##
      ## ---------------- ##

      ac_cv_env_CCC_set=
      ac_cv_env_CCC_value=
      ac_cv_env_CC_set=
      ac_cv_env_CC_value=
      ac_cv_env_CFLAGS_set=
      ac_cv_env_CFLAGS_value=
      ac_cv_env_CPPFLAGS_set=
      ac_cv_env_CPPFLAGS_value=
      ac_cv_env_CPP_set=
      ac_cv_env_CPP_value=
      ac_cv_env_CXXCPP_set=
      ac_cv_env_CXXCPP_value=
      ac_cv_env_CXXFLAGS_set=
      ac_cv_env_CXXFLAGS_value=
      ac_cv_env_CXX_set=
      ac_cv_env_CXX_value=
      ac_cv_env_F77_set=
      ac_cv_env_F77_value=
      ac_cv_env_FFLAGS_set=
      ac_cv_env_FFLAGS_value=
      ac_cv_env_LDFLAGS_set=
      ac_cv_env_LDFLAGS_value=
      ac_cv_env_LIBCURL_CFLAGS_set=
      ac_cv_env_LIBCURL_CFLAGS_value=
      ac_cv_env_LIBCURL_LIBS_set=
      ac_cv_env_LIBCURL_LIBS_value=
      ac_cv_env_LIBS_set=
      ac_cv_env_LIBS_value=
      ac_cv_env_PACKAGE_CFLAGS_set=
      ac_cv_env_PACKAGE_CFLAGS_value=
      ac_cv_env_PACKAGE_LIBS_set=
      ac_cv_env_PACKAGE_LIBS_value=
      ac_cv_env_PKG_CONFIG_set=
      ac_cv_env_PKG_CONFIG_value=
      ac_cv_env_build_alias_set=
      ac_cv_env_build_alias_value=
      ac_cv_env_host_alias_set=
      ac_cv_env_host_alias_value=
      ac_cv_env_target_alias_set=
      ac_cv_env_target_alias_value=
      ac_cv_path_install='/usr/bin/install -c'
      ac_cv_prog_AWK=mawk
      ac_cv_prog_ac_ct_CC=gcc
      ac_cv_prog_make_make_set=yes

      ## ----------------- ##
      ## Output variables. ##
      ## ----------------- ##

      ACLOCAL='${SHELL} /home/juerg/Desktop/gpredict-0.8.0/missing --run aclocal-1.9'
      ALL_LINGUAS=''
      AMDEPBACKSLASH='\'
      AMDEP_FALSE='#'
      AMDEP_TRUE=''
      AMTAR='${SHELL} /home/juerg/Desktop/gpredict-0.8.0/missing --run tar'
      AR=''
      AUTOCONF='${SHELL} /home/juerg/Desktop/gpredict-0.8.0/missing --run autoconf'
      AUTOHEADER='${SHELL} /home/juerg/Desktop/gpredict-0.8.0/missing --run autoheader'
      AUTOMAKE='${SHELL} /home/juerg/Desktop/gpredict-0.8.0/missing --run automake-1.9'
      AWK='mawk'
      CATALOGS=''
      CATOBJEXT=''
      CC='gcc'
      CCDEPMODE=''
      CFLAGS=''
      CPP=''
      CPPFLAGS=''
      CXX=''
      CXXCPP=''
      CXXDEPMODE=''
      CXXFLAGS=''
      CYGPATH_W='echo'
      DATADIRNAME=''
      DEFS=''
      DEPDIR='.deps'
      ECHO='echo'
      ECHO_C=''
      ECHO_N='-n'
      ECHO_T=''
      EGREP=''
      EXEEXT=''
      F77=''
      FFLAGS=''
      GETTEXT_PACKAGE=''
      GMOFILES=''
      GMSGFMT=''
      GREP=''
      INSTALL_DATA='${INSTALL} -m 644'
      INSTALL_PROGRAM='${INSTALL}'
      INSTALL_SCRIPT='${INSTALL}'
      INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
      INSTOBJEXT=''
      INTLLIBS=''
      INTLTOOL_CAVES_RULE=''
      INTLTOOL_DESKTOP_RULE=''
      INTLTOOL_DIRECTORY_RULE=''
      INTLTOOL_EXTRACT=''
      INTLTOOL_ICONV=''
      INTLTOOL_KBD_RULE=''
      INTLTOOL_KEYS_RULE=''
      INTLTOOL_MERGE=''
      INTLTOOL_MSGFMT=''
      INTLTOOL_MSGMERGE=''
      INTLTOOL_OAF_RULE=''
      INTLTOOL_PERL=''
      INTLTOOL_PONG_RULE=''
      INTLTOOL_PROP_RULE=''
      INTLTOOL_SCHEMAS_RULE=''
      INTLTOOL_SERVER_RULE=''
      INTLTOOL_SERVICE_RULE=''
      INTLTOOL_SHEET_RULE=''
      INTLTOOL_SOUNDLIST_RULE=''
      INTLTOOL_THEME_RULE=''
      INTLTOOL_UI_RULE=''
      INTLTOOL_UPDATE=''
      INTLTOOL_XAM_RULE=''
      INTLTOOL_XGETTEXT=''
      INTLTOOL_XML_NOMERGE_RULE=''
      INTLTOOL_XML_RULE=''
      LDFLAGS=''
      LIBCURL_CFLAGS=''
      LIBCURL_LIBS=''
      LIBOBJS=''
      LIBS=''
      LIBTOOL=''
      LN_S=''
      LTLIBOBJS=''
      MAINT='#'
      MAINTAINER_MODE_FALSE=''
      MAINTAINER_MODE_TRUE='#'
      MAKEINFO='${SHELL} /home/juerg/Desktop/gpredict-0.8.0/missing --run makeinfo'
      MKINSTALLDIRS=''
      MSGFMT=''
      OBJEXT=''
      PACKAGE='gpredict'
      PACKAGE_BUGREPORT=''
      PACKAGE_CFLAGS=''
      PACKAGE_LIBS=''
      PACKAGE_NAME=''
      PACKAGE_STRING=''
      PACKAGE_TARNAME=''
      PACKAGE_VERSION=''
      PATH_SEPARATOR=':'
      PKG_CONFIG=''
      POFILES=''
      POSUB=''
      PO_IN_DATADIR_FALSE=''
      PO_IN_DATADIR_TRUE=''
      RANLIB=''
      SET_MAKE=''
      SHELL='/bin/bash'
      STRIP=''
      USE_NLS=''
      VERSION='0.8.0'
      XGETTEXT=''
      ac_ct_CC='gcc'
      ac_ct_CXX=''
      ac_ct_F77=''
      am__fastdepCC_FALSE=''
      am__fastdepCC_TRUE=''
      am__fastdepCXX_FALSE=''
      am__fastdepCXX_TRUE=''
      am__include='include'
      am__leading_dot='.'
      am__quote=''
      am__tar='${AMTAR} chof - "$$tardir"'
      am__untar='${AMTAR} xf -'
      bindir='${exec_prefix}/bin'
      build=''
      build_alias=''
      build_cpu=''
      build_os=''
      build_vendor=''
      datadir='${datarootdir}'
      datarootdir='${prefix}/share'
      docdir='${datarootdir}/doc/${PACKAGE}'
      dvidir='${docdir}'
      exec_prefix='NONE'
      host=''
      host_alias=''
      host_cpu=''
      host_os=''
      host_vendor=''
      htmldir='${docdir}'
      includedir='${prefix}/include'
      infodir='${datarootdir}/info'
      install_sh='/home/juerg/Desktop/gpredict-0.8.0/install-sh'
      libdir='${exec_prefix}/lib'
      libexecdir='${exec_prefix}/libexec'
      localedir='${datarootdir}/locale'
      localstatedir='${prefix}/var'
      mandir='${datarootdir}/man'
      mkdir_p='mkdir -p --'
      oldincludedir='/usr/include'
      pdfdir='${docdir}'
      prefix='NONE'
      program_transform_name='s,x,x,'
      psdir='${docdir}'
      sbindir='${exec_prefix}/sbin'
      sharedstatedir='${prefix}/com'
      subdirs=''
      sysconfdir='${prefix}/etc'
      target_alias=''

      ## ----------- ##
      ## confdefs.h. ##
      ## ----------- ##

      #define PACKAGE_NAME ""
      #define PACKAGE_TARNAME ""
      #define PACKAGE_VERSION ""
      #define PACKAGE_STRING ""
      #define PACKAGE_BUGREPORT ""
      #define PACKAGE "gpredict"
      #define VERSION "0.8.0"

      configure: exit 77

      ----------end

      Any hint's?

      Juerg

       
      • Alexandru Csete

        Alexandru Csete - 2007-08-12

        Juerg,

        On Ubuntu, try to install the following packages (including their dependencies):

        gcc
        libglib2.0-dev
        libgtk2.0-dev
        libcurl3-dev

        And in any case, uninstall the old version that came with ubuntu to avoid any potential conflicts.

        By the way, you don't need to use sudo when you build, if you install it in you own home directory:

        ./configure --prefix=/home/juerg/gpredict
        make
        make install

        Then, gpredict will be installed to /home/juerg/gpredict/ and the executable will be in the bin subdirectory.
        I hope this helps

        Alex

         
    • Nobody/Anonymous

      Worked ;-)

      i love linux

      tnx alot

       

Log in to post a comment.