install nightshade-11.12.1 on fedora 13

Asked by Tarun Vashist

I have installed nightshade-11.7.1 on Fedora13 32 bit system. When I try to install nightshade-11.12.1 on the same system, it gives following error when I type "make" in terminal.

/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick `GraphicsMagick++-config --libs` -o nightshade object.o object_base.o constellation.o constellation_mgr.o nebula.o nebula_mgr.o planet.o solarsystem.o hip_star.o hip_star_mgr.o main.o sdl_facade.o core.o utility.o geodesic_grid.o zone_array.o sphere_geometry.o hip_star_wrapper.o atmosphere.o grid.o navigator.o draw.o s_texture.o s_font.o string_array.o orbit.o skylight.o skybright.o tone_reproductor.o init_parser.o s_gui.o ui.o ui_conf.o ui_tuiconf.o projector.o custom_projector.o stereographic_projector.o spheric_mirror_projector.o spheric_mirror_calculator.o viewport_distorter.o mapping.o mapping_classes.o observer.o fisheye_projector.o landscape.o s_tui.o meteor.o meteor_mgr.o sky_localizer.o command_interface.o command_nshade.o app_command_interface.o script_mgr.o script.o image_mgr.o image.o audio.o loadingbar.o translator.o app.o shared_data.o external_viewer.o GLee.o app_settings.o signals.o program_object.o shader.o night_shader.o bump_shader.o ring_shader.o ringed_shader.o named_sockets.o ../nscontrol/src/libnscontrol.la /usr/local/lib/libboost_system.a /usr/local/lib/libboost_filesystem.a /usr/local/lib/libboost_regex.a /usr/local/lib/libfastdb.a ../src/planetsephems/libstellplanet.a ../src/stellastro/libstellastro.a ../src/iniparser/libiniparser.a -lm -lrt -lSDL -lpthread -lpng -lz -lSDL_mixer -lSDL_Pango -lGLU -lGL -lm -lrt
libtool: link: g++ -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -o .libs/nightshade object.o object_base.o constellation.o constellation_mgr.o nebula.o nebula_mgr.o planet.o solarsystem.o hip_star.o hip_star_mgr.o main.o sdl_facade.o core.o utility.o geodesic_grid.o zone_array.o sphere_geometry.o hip_star_wrapper.o atmosphere.o grid.o navigator.o draw.o s_texture.o s_font.o string_array.o orbit.o skylight.o skybright.o tone_reproductor.o init_parser.o s_gui.o ui.o ui_conf.o ui_tuiconf.o projector.o custom_projector.o stereographic_projector.o spheric_mirror_projector.o spheric_mirror_calculator.o viewport_distorter.o mapping.o mapping_classes.o observer.o fisheye_projector.o landscape.o s_tui.o meteor.o meteor_mgr.o sky_localizer.o command_interface.o command_nshade.o app_command_interface.o script_mgr.o script.o image_mgr.o image.o audio.o loadingbar.o translator.o app.o shared_data.o external_viewer.o GLee.o app_settings.o signals.o program_object.o shader.o night_shader.o bump_shader.o ring_shader.o ringed_shader.o named_sockets.o -lGraphicsMagick++ -lGraphicsMagick -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lgomp ../nscontrol/src/.libs/libnscontrol.so /usr/local/lib/libboost_system.a /usr/local/lib/libboost_filesystem.a /usr/local/lib/libboost_regex.a /usr/local/lib/libfastdb.a ../src/planetsephems/libstellplanet.a ../src/stellastro/libstellastro.a ../src/iniparser/libiniparser.a -lSDL -lpthread -lpng -lz -lSDL_mixer -lSDL_Pango -lGLU -lGL -lm -lrt -Wl,-rpath -Wl,/usr/local/lib
constellation_mgr.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[3]: *** [nightshade] Error 1
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/leo/nightshade-11.12.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/leo/nightshade-11.12.1'

Question information

Language:
English Edit question
Status:
Answered
For:
Nightshade Legacy Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Trystan (trystan) said :
#1

That's a pretty strange error. Are you sure there weren't additional errors prior to that one? I'd try a 'make clean' followed by a 'make'.

Revision history for this message
Tarun Vashist (tarunvashist) said :
#2

Its giving me same error message.
details of config and make cammands are:

[leo@localhost nightshade-11.12.1]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.4.1, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for strerror in -lcposix... (cached) no
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for fabs in -lm... yes
checking for shm_open in -lrt... yes
checking for Boost headers version >= 1.42.0... yes
checking for Boost's header version... 1_45
checking for the toolset name used by Boost for g++... gcc44 -gcc
checking boost/system/error_code.hpp usability... yes
checking boost/system/error_code.hpp presence... yes
checking for boost/system/error_code.hpp... yes
checking for the Boost system library... yes
checking for boost/system/error_code.hpp... (cached) yes
checking for the Boost system library... (cached) yes
checking boost/filesystem/path.hpp usability... yes
checking boost/filesystem/path.hpp presence... yes
checking for boost/filesystem/path.hpp... yes
checking for the Boost filesystem library... yes
checking boost/regex.hpp usability... yes
checking boost/regex.hpp presence... yes
checking for boost/regex.hpp... yes
checking for the Boost regex library... yes
checking for GraphicsMagick++-config... yes
checking whether byte ordering is bigendian... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.10... yes
checking for png_read_info in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for cli_create in -lfastdb... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for SDL_mixer.h... yes
checking for SDLPango_CreateContext in -lSDL_Pango... yes
checking for SDL_Pango.h... yes
checking for byteswap.h... (cached) yes
checking for SDL_mixer.h... (cached) yes
checking for glEnable in -lGL... yes
checking for gluLookAt in -lGLU... yes
checking for toupper... yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for sinf... yes
checking for cosf... yes
checking for tanf... yes
checking for asinf... yes
checking for acosf... yes
checking for atanf... yes
checking for expf... yes
checking for logf... yes
checking for log10f... yes
checking for atan2f... yes
checking for sqrtf... yes
checking for powf... yes
checking for modf... yes
checking for putenv... (cached) yes
checking for setlocale... (cached) yes
checking for tzset... yes
checking for strchr... yes
checking for pow10... yes
checking for timegm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nightshade.spec
config.status: creating src/Makefile
config.status: creating src/iniparser/Makefile
config.status: creating src/planetsephems/Makefile
config.status: creating src/stellastro/Makefile
config.status: creating data/Makefile
config.status: creating stars/Makefile
config.status: creating stars/default/Makefile
config.status: creating doc/Makefile
config.status: creating textures/Makefile
config.status: creating textures/bodies/Makefile
config.status: creating textures/nebulae/Makefile
config.status: creating textures/landscapes/Makefile
config.status: creating textures/constellation-art/Makefile
config.status: creating textures/constellation-art/hindu/Makefile
config.status: creating textures/constellation-art/inuit/Makefile
config.status: creating textures/color-art/Makefile
config.status: creating textures/color-art/inuit/Makefile
config.status: creating data/scripts/Makefile
config.status: creating data/sky_cultures/Makefile
config.status: creating data/sky_cultures/aztec/Makefile
config.status: creating data/sky_cultures/chinese/Makefile
config.status: creating data/sky_cultures/egyptian/Makefile
config.status: creating data/sky_cultures/hindu/Makefile
config.status: creating data/sky_cultures/inca/Makefile
config.status: creating data/sky_cultures/inuit/Makefile
config.status: creating data/sky_cultures/inuit-color/Makefile
config.status: creating data/sky_cultures/lakota/Makefile
config.status: creating data/sky_cultures/navajo/Makefile
config.status: creating data/sky_cultures/norse/Makefile
config.status: creating data/sky_cultures/polynesian/Makefile
config.status: creating data/sky_cultures/western/Makefile
config.status: creating data/sky_cultures/western-mod/Makefile
config.status: creating data/sky_cultures/western-color/Makefile
config.status: creating data/sky_cultures/western-hevelius/Makefile
config.status: creating data/sky_cultures/sami/Makefile
config.status: creating intl/Makefile
config.status: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating po/Makefile.in
config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
config.status: creating m4/Makefile
config.status: creating nscontrol/Makefile
config.status: creating nscontrol/src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

[leo@localhost nightshade-11.12.1]$ make
make all-recursive
make[1]: Entering directory `/home/leo/nightshade-11.12.1'
Making all in intl
make[2]: Entering directory `/home/leo/nightshade-11.12.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/leo/nightshade-11.12.1/intl'
Making all in m4
make[2]: Entering directory `/home/leo/nightshade-11.12.1/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/leo/nightshade-11.12.1/m4'
Making all in data
make[2]: Entering directory `/home/leo/nightshade-11.12.1/data'
Making all in sky_cultures
make[3]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures'
Making all in aztec
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/aztec'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/aztec'
Making all in chinese
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/chinese'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/chinese'
Making all in egyptian
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/egyptian'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/egyptian'
Making all in hindu
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/hindu'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/hindu'
Making all in inca
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/inca'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/inca'
Making all in inuit
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/inuit'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/inuit'
Making all in inuit-color
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/inuit-color'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/inuit-color'
Making all in lakota
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/lakota'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/lakota'
Making all in navajo
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/navajo'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/navajo'
Making all in norse
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/norse'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/norse'
Making all in polynesian
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/polynesian'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/polynesian'
Making all in sami
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/sami'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/sami'
Making all in western
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/western'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/western'
Making all in western-color
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/western-color'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/western-color'
Making all in western-mod
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/western-mod'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/western-mod'
Making all in western-hevelius
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures/western-hevelius'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures/western-hevelius'
make[4]: Entering directory `/home/leo/nightshade-11.12.1/data/sky_cultures'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures'
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/data/sky_cultures'
Making all in scripts
make[3]: Entering directory `/home/leo/nightshade-11.12.1/data/scripts'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/data/scripts'
make[3]: Entering directory `/home/leo/nightshade-11.12.1/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/data'
make[2]: Leaving directory `/home/leo/nightshade-11.12.1/data'
Making all in src
make[2]: Entering directory `/home/leo/nightshade-11.12.1/src'
Making all in planetsephems
make[3]: Entering directory `/home/leo/nightshade-11.12.1/src/planetsephems'
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT calc_interpolated_elements.o -MD -MP -MF .deps/calc_interpolated_elements.Tpo -c -o calc_interpolated_elements.o calc_interpolated_elements.c
mv -f .deps/calc_interpolated_elements.Tpo .deps/calc_interpolated_elements.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT elliptic_to_rectangular.o -MD -MP -MF .deps/elliptic_to_rectangular.Tpo -c -o elliptic_to_rectangular.o elliptic_to_rectangular.c
mv -f .deps/elliptic_to_rectangular.Tpo .deps/elliptic_to_rectangular.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT elp82b.o -MD -MP -MF .deps/elp82b.Tpo -c -o elp82b.o elp82b.c
mv -f .deps/elp82b.Tpo .deps/elp82b.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT gust86.o -MD -MP -MF .deps/gust86.Tpo -c -o gust86.o gust86.c
mv -f .deps/gust86.Tpo .deps/gust86.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT l1.o -MD -MP -MF .deps/l1.Tpo -c -o l1.o l1.c
mv -f .deps/l1.Tpo .deps/l1.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT marssat.o -MD -MP -MF .deps/marssat.Tpo -c -o marssat.o marssat.c
mv -f .deps/marssat.Tpo .deps/marssat.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT misc_stellplanet.o -MD -MP -MF .deps/misc_stellplanet.Tpo -c -o misc_stellplanet.o misc_stellplanet.c
mv -f .deps/misc_stellplanet.Tpo .deps/misc_stellplanet.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT pluto.o -MD -MP -MF .deps/pluto.Tpo -c -o pluto.o pluto.c
mv -f .deps/pluto.Tpo .deps/pluto.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT sideral_time.o -MD -MP -MF .deps/sideral_time.Tpo -c -o sideral_time.o sideral_time.c
mv -f .deps/sideral_time.Tpo .deps/sideral_time.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT stellplanet.o -MD -MP -MF .deps/stellplanet.Tpo -c -o stellplanet.o stellplanet.c
mv -f .deps/stellplanet.Tpo .deps/stellplanet.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT tass17.o -MD -MP -MF .deps/tass17.Tpo -c -o tass17.o tass17.c
mv -f .deps/tass17.Tpo .deps/tass17.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT vsop87.o -MD -MP -MF .deps/vsop87.Tpo -c -o vsop87.o vsop87.c
mv -f .deps/vsop87.Tpo .deps/vsop87.Po
rm -f libstellplanet.a
ar cru libstellplanet.a calc_interpolated_elements.o elliptic_to_rectangular.o elp82b.o gust86.o l1.o marssat.o misc_stellplanet.o pluto.o sideral_time.o stellplanet.o tass17.o vsop87.o stellplanet.o
ranlib libstellplanet.a
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/src/planetsephems'
Making all in stellastro
make[3]: Entering directory `/home/leo/nightshade-11.12.1/src/stellastro'
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT nutation.o -MD -MP -MF .deps/nutation.Tpo -c -o nutation.o nutation.c
mv -f .deps/nutation.Tpo .deps/nutation.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT sidereal_time.o -MD -MP -MF .deps/sidereal_time.Tpo -c -o sidereal_time.o sidereal_time.c
mv -f .deps/sidereal_time.Tpo .deps/sidereal_time.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT misc_stellastro.o -MD -MP -MF .deps/misc_stellastro.Tpo -c -o misc_stellastro.o misc_stellastro.c
mv -f .deps/misc_stellastro.Tpo .deps/misc_stellastro.Po
rm -f libstellastro.a
ar cru libstellastro.a nutation.o sidereal_time.o misc_stellastro.o nutation.o sidereal_time.o misc_stellastro.o
ranlib libstellastro.a
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/src/stellastro'
Making all in iniparser
make[3]: Entering directory `/home/leo/nightshade-11.12.1/src/iniparser'
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT dictionary.o -MD -MP -MF .deps/dictionary.Tpo -c -o dictionary.o dictionary.c
mv -f .deps/dictionary.Tpo .deps/dictionary.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT iniparser.o -MD -MP -MF .deps/iniparser.Tpo -c -o iniparser.o iniparser.c
mv -f .deps/iniparser.Tpo .deps/iniparser.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT strlib.o -MD -MP -MF .deps/strlib.Tpo -c -o strlib.o strlib.c
mv -f .deps/strlib.Tpo .deps/strlib.Po
rm -f libiniparser.a
ar cru libiniparser.a dictionary.o iniparser.o strlib.o dictionary.o iniparser.o strlib.o
ranlib libiniparser.a
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/src/iniparser'
Making all in ../nscontrol
make[3]: Entering directory `/home/leo/nightshade-11.12.1/nscontrol'
Making all in src
make[4]: Entering directory `/home/leo/nightshade-11.12.1/nscontrol/src'
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_media.lo -MD -MP -MF .deps/nshade_media.Tpo -c -o nshade_media.lo nshade_media.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_media.lo -MD -MP -MF .deps/nshade_media.Tpo -c nshade_media.cpp -fPIC -DPIC -o .libs/nshade_media.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_media.lo -MD -MP -MF .deps/nshade_media.Tpo -c nshade_media.cpp -o nshade_media.o >/dev/null 2>&1
mv -f .deps/nshade_media.Tpo .deps/nshade_media.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_shared_memory.lo -MD -MP -MF .deps/nshade_shared_memory.Tpo -c -o nshade_shared_memory.lo nshade_shared_memory.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_shared_memory.lo -MD -MP -MF .deps/nshade_shared_memory.Tpo -c nshade_shared_memory.cpp -fPIC -DPIC -o .libs/nshade_shared_memory.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_shared_memory.lo -MD -MP -MF .deps/nshade_shared_memory.Tpo -c nshade_shared_memory.cpp -o nshade_shared_memory.o >/dev/null 2>&1
mv -f .deps/nshade_shared_memory.Tpo .deps/nshade_shared_memory.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_shared_memory_connection.lo -MD -MP -MF .deps/nshade_shared_memory_connection.Tpo -c -o nshade_shared_memory_connection.lo nshade_shared_memory_connection.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_shared_memory_connection.lo -MD -MP -MF .deps/nshade_shared_memory_connection.Tpo -c nshade_shared_memory_connection.cpp -fPIC -DPIC -o .libs/nshade_shared_memory_connection.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_shared_memory_connection.lo -MD -MP -MF .deps/nshade_shared_memory_connection.Tpo -c nshade_shared_memory_connection.cpp -o nshade_shared_memory_connection.o >/dev/null 2>&1
mv -f .deps/nshade_shared_memory_connection.Tpo .deps/nshade_shared_memory_connection.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_state.lo -MD -MP -MF .deps/nshade_state.Tpo -c -o nshade_state.lo nshade_state.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_state.lo -MD -MP -MF .deps/nshade_state.Tpo -c nshade_state.cpp -fPIC -DPIC -o .libs/nshade_state.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nshade_state.lo -MD -MP -MF .deps/nshade_state.Tpo -c nshade_state.cpp -o nshade_state.o >/dev/null 2>&1
mv -f .deps/nshade_state.Tpo .deps/nshade_state.Plo
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -no-undefined -version-info 0:1:0 -o libnscontrol.la -rpath /usr/local/lib nshade_media.lo nshade_shared_memory.lo nshade_shared_memory_connection.lo nshade_state.lo -lGLU -lGL -lm -lrt
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.4.4/crtbeginS.o .libs/nshade_media.o .libs/nshade_shared_memory.o .libs/nshade_shared_memory_connection.o .libs/nshade_state.o -lGLU -lGL -lrt -L/usr/lib/gcc/i686-redhat-linux/4.4.4 -L/usr/lib/gcc/i686-redhat-linux/4.4.4/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-redhat-linux/4.4.4/crtendS.o /usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crtn.o -Wl,-soname -Wl,libnscontrol.so.0 -o .libs/libnscontrol.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libnscontrol.so.0" && ln -s "libnscontrol.so.0.0.1" "libnscontrol.so.0")
libtool: link: (cd ".libs" && rm -f "libnscontrol.so" && ln -s "libnscontrol.so.0.0.1" "libnscontrol.so")
libtool: link: ar cru .libs/libnscontrol.a nshade_media.o nshade_shared_memory.o nshade_shared_memory_connection.o nshade_state.o
libtool: link: ranlib .libs/libnscontrol.a
libtool: link: ( cd ".libs" && rm -f "libnscontrol.la" && ln -s "../libnscontrol.la" "libnscontrol.la" )
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/nscontrol/src'
make[4]: Entering directory `/home/leo/nightshade-11.12.1/nscontrol'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/leo/nightshade-11.12.1/nscontrol'
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/nscontrol'
make[3]: Entering directory `/home/leo/nightshade-11.12.1/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT object.o -MD -MP -MF .deps/object.Tpo -c -o object.o object.cpp
mv -f .deps/object.Tpo .deps/object.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT object_base.o -MD -MP -MF .deps/object_base.Tpo -c -o object_base.o object_base.cpp
mv -f .deps/object_base.Tpo .deps/object_base.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT constellation.o -MD -MP -MF .deps/constellation.Tpo -c -o constellation.o constellation.cpp
mv -f .deps/constellation.Tpo .deps/constellation.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT constellation_mgr.o -MD -MP -MF .deps/constellation_mgr.Tpo -c -o constellation_mgr.o constellation_mgr.cpp
mv -f .deps/constellation_mgr.Tpo .deps/constellation_mgr.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nebula.o -MD -MP -MF .deps/nebula.Tpo -c -o nebula.o nebula.cpp
mv -f .deps/nebula.Tpo .deps/nebula.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT nebula_mgr.o -MD -MP -MF .deps/nebula_mgr.Tpo -c -o nebula_mgr.o nebula_mgr.cpp
mv -f .deps/nebula_mgr.Tpo .deps/nebula_mgr.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT planet.o -MD -MP -MF .deps/planet.Tpo -c -o planet.o planet.cpp
mv -f .deps/planet.Tpo .deps/planet.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT solarsystem.o -MD -MP -MF .deps/solarsystem.Tpo -c -o solarsystem.o solarsystem.cpp
solarsystem.cpp: In member function ‘void SolarSystem::load(const std::string&, LoadingBar&)’:
solarsystem.cpp:95: warning: unused variable ‘v’
solarsystem.cpp: In member function ‘std::string SolarSystem::addBody(stringHash_t&, bool)’:
solarsystem.cpp:249: warning: ‘period’ may be used uninitialized in this function
solarsystem.cpp:249: note: ‘period’ was declared here
mv -f .deps/solarsystem.Tpo .deps/solarsystem.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT hip_star.o -MD -MP -MF .deps/hip_star.Tpo -c -o hip_star.o hip_star.cpp
mv -f .deps/hip_star.Tpo .deps/hip_star.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT hip_star_mgr.o -MD -MP -MF .deps/hip_star_mgr.Tpo -c -o hip_star_mgr.o hip_star_mgr.cpp
hip_star_mgr.cpp: In member function ‘int HipStarMgr::drawStar(const Projector*, const Vec3d&, const float*, const Vec3f&) const’:
hip_star_mgr.cpp:591: warning: unused variable ‘mag’
mv -f .deps/hip_star_mgr.Tpo .deps/hip_star_mgr.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT sdl_facade.o -MD -MP -MF .deps/sdl_facade.Tpo -c -o sdl_facade.o sdl_facade.cpp
mv -f .deps/sdl_facade.Tpo .deps/sdl_facade.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o core.cpp
mv -f .deps/core.Tpo .deps/core.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT utility.o -MD -MP -MF .deps/utility.Tpo -c -o utility.o utility.cpp
mv -f .deps/utility.Tpo .deps/utility.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT geodesic_grid.o -MD -MP -MF .deps/geodesic_grid.Tpo -c -o geodesic_grid.o geodesic_grid.cpp
mv -f .deps/geodesic_grid.Tpo .deps/geodesic_grid.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT zone_array.o -MD -MP -MF .deps/zone_array.Tpo -c -o zone_array.o zone_array.cpp
mv -f .deps/zone_array.Tpo .deps/zone_array.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT sphere_geometry.o -MD -MP -MF .deps/sphere_geometry.Tpo -c -o sphere_geometry.o sphere_geometry.cpp
mv -f .deps/sphere_geometry.Tpo .deps/sphere_geometry.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT hip_star_wrapper.o -MD -MP -MF .deps/hip_star_wrapper.Tpo -c -o hip_star_wrapper.o hip_star_wrapper.cpp
mv -f .deps/hip_star_wrapper.Tpo .deps/hip_star_wrapper.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT atmosphere.o -MD -MP -MF .deps/atmosphere.Tpo -c -o atmosphere.o atmosphere.cpp
mv -f .deps/atmosphere.Tpo .deps/atmosphere.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT grid.o -MD -MP -MF .deps/grid.Tpo -c -o grid.o grid.cpp
mv -f .deps/grid.Tpo .deps/grid.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT navigator.o -MD -MP -MF .deps/navigator.Tpo -c -o navigator.o navigator.cpp
navigator.cpp: In member function ‘void Navigator::update_vision_vector(int, const Object&)’:
navigator.cpp:57: warning: unused variable ‘ra_aim’
navigator.cpp:57: warning: unused variable ‘de_aim’
navigator.cpp:57: warning: unused variable ‘ra_start’
navigator.cpp:57: warning: unused variable ‘de_start’
navigator.cpp:57: warning: unused variable ‘ra_now’
navigator.cpp:57: warning: unused variable ‘de_now’
mv -f .deps/navigator.Tpo .deps/navigator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT draw.o -MD -MP -MF .deps/draw.Tpo -c -o draw.o draw.cpp
mv -f .deps/draw.Tpo .deps/draw.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT s_texture.o -MD -MP -MF .deps/s_texture.Tpo -c -o s_texture.o s_texture.cpp
mv -f .deps/s_texture.Tpo .deps/s_texture.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT s_font.o -MD -MP -MF .deps/s_font.Tpo -c -o s_font.o s_font.cpp
mv -f .deps/s_font.Tpo .deps/s_font.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT string_array.o -MD -MP -MF .deps/string_array.Tpo -c -o string_array.o string_array.cpp
mv -f .deps/string_array.Tpo .deps/string_array.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT orbit.o -MD -MP -MF .deps/orbit.Tpo -c -o orbit.o orbit.cpp
orbit.cpp: In function ‘void InitPar(double, double, double, double&, double&)’:
orbit.cpp:51: warning: return-statement with a value, in function returning 'void'
mv -f .deps/orbit.Tpo .deps/orbit.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT skylight.o -MD -MP -MF .deps/skylight.Tpo -c -o skylight.o skylight.cpp
mv -f .deps/skylight.Tpo .deps/skylight.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT skybright.o -MD -MP -MF .deps/skybright.Tpo -c -o skybright.o skybright.cpp
mv -f .deps/skybright.Tpo .deps/skybright.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT tone_reproductor.o -MD -MP -MF .deps/tone_reproductor.Tpo -c -o tone_reproductor.o tone_reproductor.cpp
mv -f .deps/tone_reproductor.Tpo .deps/tone_reproductor.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT init_parser.o -MD -MP -MF .deps/init_parser.Tpo -c -o init_parser.o init_parser.cpp
mv -f .deps/init_parser.Tpo .deps/init_parser.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT s_gui.o -MD -MP -MF .deps/s_gui.Tpo -c -o s_gui.o s_gui.cpp
mv -f .deps/s_gui.Tpo .deps/s_gui.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.cpp
mv -f .deps/ui.Tpo .deps/ui.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT ui_conf.o -MD -MP -MF .deps/ui_conf.Tpo -c -o ui_conf.o ui_conf.cpp
mv -f .deps/ui_conf.Tpo .deps/ui_conf.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT ui_tuiconf.o -MD -MP -MF .deps/ui_tuiconf.Tpo -c -o ui_tuiconf.o ui_tuiconf.cpp
mv -f .deps/ui_tuiconf.Tpo .deps/ui_tuiconf.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT projector.o -MD -MP -MF .deps/projector.Tpo -c -o projector.o projector.cpp
projector.h: In constructor ‘Projector::Projector(const Vec4i&, double)’:
projector.h:544: warning: ‘Projector::mapping’ will be initialized after
projector.h:514: warning: ‘Vec4i Projector::vec_viewport’
projector.cpp:122: warning: when initialized here
mv -f .deps/projector.Tpo .deps/projector.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT custom_projector.o -MD -MP -MF .deps/custom_projector.Tpo -c -o custom_projector.o custom_projector.cpp
mv -f .deps/custom_projector.Tpo .deps/custom_projector.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT stereographic_projector.o -MD -MP -MF .deps/stereographic_projector.Tpo -c -o stereographic_projector.o stereographic_projector.cpp
mv -f .deps/stereographic_projector.Tpo .deps/stereographic_projector.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT spheric_mirror_projector.o -MD -MP -MF .deps/spheric_mirror_projector.Tpo -c -o spheric_mirror_projector.o spheric_mirror_projector.cpp
mv -f .deps/spheric_mirror_projector.Tpo .deps/spheric_mirror_projector.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT spheric_mirror_calculator.o -MD -MP -MF .deps/spheric_mirror_calculator.Tpo -c -o spheric_mirror_calculator.o spheric_mirror_calculator.cpp
mv -f .deps/spheric_mirror_calculator.Tpo .deps/spheric_mirror_calculator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT viewport_distorter.o -MD -MP -MF .deps/viewport_distorter.Tpo -c -o viewport_distorter.o viewport_distorter.cpp
mv -f .deps/viewport_distorter.Tpo .deps/viewport_distorter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT mapping.o -MD -MP -MF .deps/mapping.Tpo -c -o mapping.o mapping.cpp
mv -f .deps/mapping.Tpo .deps/mapping.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT mapping_classes.o -MD -MP -MF .deps/mapping_classes.Tpo -c -o mapping_classes.o mapping_classes.cpp
mv -f .deps/mapping_classes.Tpo .deps/mapping_classes.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT observer.o -MD -MP -MF .deps/observer.Tpo -c -o observer.o observer.cpp
mv -f .deps/observer.Tpo .deps/observer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT fisheye_projector.o -MD -MP -MF .deps/fisheye_projector.Tpo -c -o fisheye_projector.o fisheye_projector.cpp
mv -f .deps/fisheye_projector.Tpo .deps/fisheye_projector.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT landscape.o -MD -MP -MF .deps/landscape.Tpo -c -o landscape.o landscape.cpp
mv -f .deps/landscape.Tpo .deps/landscape.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT s_tui.o -MD -MP -MF .deps/s_tui.Tpo -c -o s_tui.o s_tui.cpp
mv -f .deps/s_tui.Tpo .deps/s_tui.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT meteor.o -MD -MP -MF .deps/meteor.Tpo -c -o meteor.o meteor.cpp
mv -f .deps/meteor.Tpo .deps/meteor.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT meteor_mgr.o -MD -MP -MF .deps/meteor_mgr.Tpo -c -o meteor_mgr.o meteor_mgr.cpp
mv -f .deps/meteor_mgr.Tpo .deps/meteor_mgr.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT sky_localizer.o -MD -MP -MF .deps/sky_localizer.Tpo -c -o sky_localizer.o sky_localizer.cpp
mv -f .deps/sky_localizer.Tpo .deps/sky_localizer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT command_interface.o -MD -MP -MF .deps/command_interface.Tpo -c -o command_interface.o command_interface.cpp
mv -f .deps/command_interface.Tpo .deps/command_interface.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT command_nshade.o -MD -MP -MF .deps/command_nshade.Tpo -c -o command_nshade.o command_nshade.cpp
mv -f .deps/command_nshade.Tpo .deps/command_nshade.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT app_command_interface.o -MD -MP -MF .deps/app_command_interface.Tpo -c -o app_command_interface.o app_command_interface.cpp
mv -f .deps/app_command_interface.Tpo .deps/app_command_interface.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT script_mgr.o -MD -MP -MF .deps/script_mgr.Tpo -c -o script_mgr.o script_mgr.cpp
mv -f .deps/script_mgr.Tpo .deps/script_mgr.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT script.o -MD -MP -MF .deps/script.Tpo -c -o script.o script.cpp
mv -f .deps/script.Tpo .deps/script.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT image_mgr.o -MD -MP -MF .deps/image_mgr.Tpo -c -o image_mgr.o image_mgr.cpp
mv -f .deps/image_mgr.Tpo .deps/image_mgr.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT image.o -MD -MP -MF .deps/image.Tpo -c -o image.o image.cpp
mv -f .deps/image.Tpo .deps/image.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT audio.o -MD -MP -MF .deps/audio.Tpo -c -o audio.o audio.cpp
mv -f .deps/audio.Tpo .deps/audio.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT loadingbar.o -MD -MP -MF .deps/loadingbar.Tpo -c -o loadingbar.o loadingbar.cpp
mv -f .deps/loadingbar.Tpo .deps/loadingbar.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT translator.o -MD -MP -MF .deps/translator.Tpo -c -o translator.o translator.cpp
mv -f .deps/translator.Tpo .deps/translator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o app.cpp
mv -f .deps/app.Tpo .deps/app.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT shared_data.o -MD -MP -MF .deps/shared_data.Tpo -c -o shared_data.o shared_data.cpp
mv -f .deps/shared_data.Tpo .deps/shared_data.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT external_viewer.o -MD -MP -MF .deps/external_viewer.Tpo -c -o external_viewer.o external_viewer.cpp
mv -f .deps/external_viewer.Tpo .deps/external_viewer.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -g -O2 -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -MT GLee.o -MD -MP -MF .deps/GLee.Tpo -c -o GLee.o GLee.c
mv -f .deps/GLee.Tpo .deps/GLee.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT app_settings.o -MD -MP -MF .deps/app_settings.Tpo -c -o app_settings.o app_settings.cpp
mv -f .deps/app_settings.Tpo .deps/app_settings.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT signals.o -MD -MP -MF .deps/signals.Tpo -c -o signals.o signals.cpp
mv -f .deps/signals.Tpo .deps/signals.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT program_object.o -MD -MP -MF .deps/program_object.Tpo -c -o program_object.o program_object.cpp
mv -f .deps/program_object.Tpo .deps/program_object.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT shader.o -MD -MP -MF .deps/shader.Tpo -c -o shader.o shader.cpp
mv -f .deps/shader.Tpo .deps/shader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT night_shader.o -MD -MP -MF .deps/night_shader.Tpo -c -o night_shader.o night_shader.cpp
mv -f .deps/night_shader.Tpo .deps/night_shader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT bump_shader.o -MD -MP -MF .deps/bump_shader.Tpo -c -o bump_shader.o bump_shader.cpp
mv -f .deps/bump_shader.Tpo .deps/bump_shader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT ring_shader.o -MD -MP -MF .deps/ring_shader.Tpo -c -o ring_shader.o ring_shader.cpp
mv -f .deps/ring_shader.Tpo .deps/ring_shader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT ringed_shader.o -MD -MP -MF .deps/ringed_shader.Tpo -c -o ringed_shader.o ringed_shader.cpp
mv -f .deps/ringed_shader.Tpo .deps/ringed_shader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I../nscontrol/src -I../src/planetsephems -I../src/stellastro -I../src/iniparser -I../intl -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -MT named_sockets.o -MD -MP -MF .deps/named_sockets.Tpo -c -o named_sockets.o named_sockets.cpp
mv -f .deps/named_sockets.Tpo .deps/named_sockets.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick `GraphicsMagick++-config --libs` -o nightshade object.o object_base.o constellation.o constellation_mgr.o nebula.o nebula_mgr.o planet.o solarsystem.o hip_star.o hip_star_mgr.o main.o sdl_facade.o core.o utility.o geodesic_grid.o zone_array.o sphere_geometry.o hip_star_wrapper.o atmosphere.o grid.o navigator.o draw.o s_texture.o s_font.o string_array.o orbit.o skylight.o skybright.o tone_reproductor.o init_parser.o s_gui.o ui.o ui_conf.o ui_tuiconf.o projector.o custom_projector.o stereographic_projector.o spheric_mirror_projector.o spheric_mirror_calculator.o viewport_distorter.o mapping.o mapping_classes.o observer.o fisheye_projector.o landscape.o s_tui.o meteor.o meteor_mgr.o sky_localizer.o command_interface.o command_nshade.o app_command_interface.o script_mgr.o script.o image_mgr.o image.o audio.o loadingbar.o translator.o app.o shared_data.o external_viewer.o GLee.o app_settings.o signals.o program_object.o shader.o night_shader.o bump_shader.o ring_shader.o ringed_shader.o named_sockets.o ../nscontrol/src/libnscontrol.la /usr/local/lib/libboost_system.a /usr/local/lib/libboost_filesystem.a /usr/local/lib/libboost_regex.a /usr/local/lib/libfastdb.a ../src/planetsephems/libstellplanet.a ../src/stellastro/libstellastro.a ../src/iniparser/libiniparser.a -lm -lrt -lSDL -lpthread -lpng -lz -lSDL_mixer -lSDL_Pango -lGLU -lGL -lm -lrt
libtool: link: g++ -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -Wall -fpermissive -I/usr/local/include/GraphicsMagick -o .libs/nightshade object.o object_base.o constellation.o constellation_mgr.o nebula.o nebula_mgr.o planet.o solarsystem.o hip_star.o hip_star_mgr.o main.o sdl_facade.o core.o utility.o geodesic_grid.o zone_array.o sphere_geometry.o hip_star_wrapper.o atmosphere.o grid.o navigator.o draw.o s_texture.o s_font.o string_array.o orbit.o skylight.o skybright.o tone_reproductor.o init_parser.o s_gui.o ui.o ui_conf.o ui_tuiconf.o projector.o custom_projector.o stereographic_projector.o spheric_mirror_projector.o spheric_mirror_calculator.o viewport_distorter.o mapping.o mapping_classes.o observer.o fisheye_projector.o landscape.o s_tui.o meteor.o meteor_mgr.o sky_localizer.o command_interface.o command_nshade.o app_command_interface.o script_mgr.o script.o image_mgr.o image.o audio.o loadingbar.o translator.o app.o shared_data.o external_viewer.o GLee.o app_settings.o signals.o program_object.o shader.o night_shader.o bump_shader.o ring_shader.o ringed_shader.o named_sockets.o -lGraphicsMagick++ -lGraphicsMagick -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lgomp ../nscontrol/src/.libs/libnscontrol.so /usr/local/lib/libboost_system.a /usr/local/lib/libboost_filesystem.a /usr/local/lib/libboost_regex.a /usr/local/lib/libfastdb.a ../src/planetsephems/libstellplanet.a ../src/stellastro/libstellastro.a ../src/iniparser/libiniparser.a -lSDL -lpthread -lpng -lz -lSDL_mixer -lSDL_Pango -lGLU -lGL -lm -lrt -Wl,-rpath -Wl,/usr/local/lib
constellation_mgr.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[3]: *** [nightshade] Error 1
make[3]: Leaving directory `/home/leo/nightshade-11.12.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/leo/nightshade-11.12.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/leo/nightshade-11.12.1'
make: *** [all] Error 2

Revision history for this message
Trystan (trystan) said :
#3

Looks like a filesystem corruption issue on your machine. Delete the entire Nightshade source tree on your computer and force fsck to run on the next boot (forcing fsck is critical, information on how to do this can be found on the web). Then download a fresh copy of the source code and try again.

Can you help with this problem?

Provide an answer of your own, or ask Tarun Vashist for more information if necessary.

To post a message you must log in.