Latest CVS - Some Questions

The place to discuss creating, porting and modifying Celestia's source code.
chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 3 months
Location: Seattle, Washington, USA

Post #21by chris » 03.12.2007, 22:29

t00fri wrote:Fine now with _MSC_VER

But Celestia-KDE still dies with

make[3]: *** No rule to make target `Celestia.dsw', needed by `all-am'. Stop.

Celestia-gtk and Celestia-gnome compile fine under my new OpenSuse 10.3 installation.


The fix for Makefile.am is now checked in. It should be possible to build Celestia-KDE from CVS now.

--Chris

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 1 month
Location: Hamburg, Germany

Post #22by t00fri » 03.12.2007, 23:03

While now things work across Celestia.dsw the KDE compilation dies again later with this "i18n" stuff...(my God I "love" it ;-) )

Code: Select all

test ! -f ./celestia.pot || \
          test -z "ar.gmo de.gmo el.gmo es.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo lv.gmo nl.gmo pt_BR.gmo pt.gmo ru.gmo sv.gmo uk.gmo zh_CN.gmo" || make ar.gmo de.gmo el.gmo es.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo lv.gmo nl.gmo pt_BR.gmo pt.gmo ru.gmo sv.gmo uk.gmo zh_CN.gmo
make[3]: Entering directory `/usr/local/cvs/Sandbox/celestia/po'
rm -f ar.gmo && /usr/bin/msgfmt -c --statistics -o ar.gmo ar.po
598 translated messages, 54 fuzzy translations, 61 untranslated messages.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
704 translated messages, 9 fuzzy translations.
rm -f el.gmo && /usr/bin/msgfmt -c --statistics -o el.gmo el.po
342 translated messages, 208 fuzzy translations, 163 untranslated messages.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
es.po:150: missing `msgstr' section
/usr/bin/msgfmt: found 1 fatal error
make[3]: *** [es.gmo] Error 1
make[3]: Leaving directory `/usr/local/cvs/Sandbox/celestia/po'


Probably we need Christophe for this?

My installed gettext (-devel) version is gettext-0.16-47, as of the latest OpenSuse distro.

Bye Fridger
Image

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 1 month
Location: Hamburg, Germany

Post #23by t00fri » 03.12.2007, 23:24

Sorry, my fault: there was still some part of the es.po file shreddered from my file system crash a few days ago... I restored it and now things compile fine.

Bye Fridger
Image

Larre
Posts: 17
Joined: 08.11.2007
With us: 16 years 6 months
Location: Jackson, Wyoming

Post #24by Larre » 07.12.2007, 02:21

I have tried to compile all the Celestia code from Visual C++ 2005. This has generated over 170 errors, mainly all the include files that the compiler says does not exist.

Here is a list of them. (very long list at that)

Code: Select all

   

Compiling...
startextdump.cpp
.\Tools\stardb\startextdump.cpp(16) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
makexindex.cpp
.\Tools\stardb\makexindex.cpp(16) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
makestardb.cpp
.\Tools\stardb\makestardb.cpp(17) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
nm16.cpp
.\Tools\nm 16\nm16.cpp(43) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
.\Tools\nm 16\nm16.cpp(49) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
.\Tools\nm 16\nm16.cpp(55) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
xtocmod.cpp
.\Tools\cmod\xtocmod.cpp(8) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
txt2cmod.cpp
cmodtangent.cpp
.\Tools\cmod\cmodtangent.cpp(10) : fatal error C1083: Cannot open include file: 'celengine/modelfile.h': No such file or directory
cmodsphere.cpp
.\Tools\cmod\cmodsphere.cpp(20) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
.\Tools\cmod\cmodsphere.cpp(181) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
.\Tools\cmod\cmodsphere.cpp(187) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
.\Tools\cmod\cmodsphere.cpp(194) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
cmodfix.cpp
.\Tools\cmod\cmodfix.cpp(12) : fatal error C1083: Cannot open include file: 'celengine/modelfile.h': No such file or directory
3dstocmod.cpp
.\Tools\cmod\3dstocmod.cpp(12) : fatal error C1083: Cannot open include file: 'celengine/modelfile.h': No such file or directory
scattersim.cpp
.\Tools\Atmosphere\scattersim.cpp(18) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
readstars.cpp
.\readstars.cpp(17) : fatal error C1083: Cannot open include file: 'basictypes.h': No such file or directory
packnames.cpp
.\packnames.cpp(12) : fatal error C1083: Cannot open include file: 'constellation.h': No such file or directory
packdb.cpp
.\packdb.cpp(226) : warning C4267: '=' : conversion from 'size_t' to 'char', possible loss of data
.\packdb.cpp(230) : error C3861: 'index': identifier not found
.\packdb.cpp(235) : error C3861: 'index': identifier not found
winutil.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celutil\winutil.h(15) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
wintimer.cpp
.\Celutil\wintimer.cpp(10) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
windirectory.cpp
.\Celutil\windirectory.cpp(11) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
util.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celutil\util.h(33) : fatal error C1083: Cannot open include file: 'libintl.h': No such file or directory
utf8.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celutil\util.h(33) : fatal error C1083: Cannot open include file: 'libintl.h': No such file or directory
unixtimer.cpp
.\Celutil\unixtimer.cpp(11) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
Generating Code...
Compiling...
unixdirectory.cpp
.\Celutil\unixdirectory.cpp(12) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
formatnum.cpp
.\Celutil\formatnum.cpp(73) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
.\Celutil\formatnum.cpp(80) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
.\Celutil\formatnum.cpp(85) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
.\Celutil\formatnum.cpp(88) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
.\Celutil\formatnum.cpp(94) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\Celutil\formatnum.cpp(98) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
filetype.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celutil\util.h(33) : fatal error C1083: Cannot open include file: 'libintl.h': No such file or directory
directory.cpp
debug.cpp
.\Celutil\debug.cpp(11) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
color.cpp
.\Celutil\color.cpp(78) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\Celutil\color.cpp(88) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
bigfix.cpp
texturefont.cpp
.\Celtxf\texturefont.cpp(20) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
value.cpp
.\Celscript\value.cpp(12) : fatal error C1083: Cannot open include file: 'celscript/value.h': No such file or directory
testparser.cpp
.\Celscript\testparser.cpp(10) : fatal error C1083: Cannot open include file: 'celscript/parser.h': No such file or directory
statement.cpp
.\Celscript\statement.cpp(11) : fatal error C1083: Cannot open include file: 'celscript/statement.h': No such file or directory
scanner.cpp
.\Celscript\scanner.cpp(13) : fatal error C1083: Cannot open include file: 'celscript/scanner.h': No such file or directory
function.cpp
.\Celscript\function.cpp(10) : fatal error C1083: Cannot open include file: 'celscript/function.h': No such file or directory
expression.cpp
.\Celscript\expression.cpp(10) : fatal error C1083: Cannot open include file: 'celscript/expression.h': No such file or directory
environment.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celscript\environment.h(13) : fatal error C1083: Cannot open include file: 'celscript/celx.h': No such file or directory
perlin.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celmath\perlin.h(6) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
frustum.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celmath\frustum.h(13) : fatal error C1083: Cannot open include file: 'celmath/plane.h': No such file or directory
winviewoptsdlg.cpp
.\Celestia\winviewoptsdlg.cpp(12) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
wintourguide.cpp
.\Celestia\wintourguide.cpp(16) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
wintime.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\celestiacore.h(14) : fatal error C1083: Cannot open include file: 'celutil/timer.h': No such file or directory
Generating Code...
Compiling...
winstarbrowser.cpp
.\Celestia\winstarbrowser.cpp(15) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
winssbrowser.cpp
.\Celestia\winssbrowser.cpp(16) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
winsplash.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\winsplash.h(12) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
winmain.cpp
.\Celestia\winmain.cpp(23) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
winlocations.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\winlocations.h(15) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
winhyperlinks.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\winhyperlinks.h(15) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
wingotodlg.cpp
.\Celestia\wingotodlg.cpp(12) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
wineclipses.cpp
.\Celestia\wineclipses.cpp(16) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
windatepicker.cpp
.\Celestia\windatepicker.cpp(12) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
winbookmarks.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\winbookmarks.h(16) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
wglext.cpp
.\Celestia\wglext.cpp(12) : fatal error C1083: Cannot open include file: 'celengine/gl.h': No such file or directory
url.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\celestiacore.h(14) : fatal error C1083: Cannot open include file: 'celutil/timer.h': No such file or directory
scriptmenu.cpp
.\Celestia\scriptmenu.cpp(13) : fatal error C1083: Cannot open include file: 'celutil/directory.h': No such file or directory
oggtheoracapture.cpp
.\Celestia\oggtheoracapture.cpp(65) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
ODMenu.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\odmenu.h(4) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
videocapturedlg.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\kde\videocapturedlg.h(4) : fatal error C1083: Cannot open include file: 'videocapturedlgbase.uic.h': No such file or directory
selectionpopup.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\kde\selectionpopup.h(21) : fatal error C1083: Cannot open include file: 'kpopupmenu.h': No such file or directory
kdeuniquecelestia.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\kde\kdeuniquecelestia.h(18) : fatal error C1083: Cannot open include file: 'kuniqueapplication.h': No such file or directory
kdepreferencesdialog.cpp
.\Celestia\kde\kdepreferencesdialog.cpp(18) : fatal error C1083: Cannot open include file: 'qvbox.h': No such file or directory
kdemain.cpp
.\Celestia\kde\kdemain.cpp(18) : fatal error C1083: Cannot open include file: 'kcmdlineargs.h': No such file or directory
Generating Code...
Compiling...
kdeglwidget.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\kde\kdeglwidget.h(21) : fatal error C1083: Cannot open include file: 'qgl.h': No such file or directory
kdeapp.cpp
.\Celestia\kde\kdeapp.cpp(22) : fatal error C1083: Cannot open include file: 'qpushbutton.h': No such file or directory
kcelbookmarkmenu.cpp
.\Celestia\kde\kcelbookmarkmenu.cpp(26) : fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
kcelbookmarkmanager.cpp
.\Celestia\kde\kcelbookmarkmanager.cpp(18) : fatal error C1083: Cannot open include file: 'qfile.h': No such file or directory
eclipsefinderdlg.cpp
.\Celestia\kde\eclipsefinderdlg.cpp(1) : fatal error C1083: Cannot open include file: 'klocale.h': No such file or directory
celsplashscreen.cpp
.\Celestia\kde\celsplashscreen.cpp(17) : fatal error C1083: Cannot open include file: 'qapplication.h': No such file or directory
celestialbrowser.cpp
.\Celestia\kde\celestialbrowser.cpp(1) : fatal error C1083: Cannot open include file: 'qradiobutton.h': No such file or directory
imagecapture.cpp
.\Celestia\imagecapture.cpp(11) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
splash.cpp
.\Celestia\gtk\splash.cpp(17) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
settings-gconf.cpp
.\Celestia\gtk\settings-gconf.cpp(13) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
settings-file.cpp
.\Celestia\gtk\settings-file.cpp(13) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
menu-context.cpp
.\Celestia\gtk\menu-context.cpp(14) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
main.cpp
.\Celestia\gtk\main.cpp(30) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
gtkmain.cpp
.\Celestia\gtk\gtkmain.cpp(20) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
glwidget.cpp
.\Celestia\gtk\glwidget.cpp(13) : fatal error C1083: Cannot open include file: 'gdk/gdkkeysyms.h': No such file or directory
dialog-tour.cpp
.\Celestia\gtk\dialog-tour.cpp(13) : fatal error C1083: Cannot open include file: 'glib.h': No such file or directory
dialog-time.cpp
.\Celestia\gtk\dialog-time.cpp(13) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
dialog-star.cpp
.\Celestia\gtk\dialog-star.cpp(13) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
dialog-solar.cpp
.\Celestia\gtk\dialog-solar.cpp(13) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
dialog-options.cpp
.\Celestia\gtk\dialog-options.cpp(13) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
Generating Code...
Compiling...
dialog-goto.cpp
.\Celestia\gtk\dialog-goto.cpp(13) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
dialog-eclipse.cpp
.\Celestia\gtk\dialog-eclipse.cpp(13) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
common.cpp
.\Celestia\gtk\common.cpp(14) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
actions.cpp
.\Celestia\gtk\actions.cpp(19) : fatal error C1083: Cannot open include file: 'gtk/gtk.h': No such file or directory
glutmain.cpp
.\Celestia\glutmain.cpp(19) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
favorites.cpp
.\Celestia\favorites.cpp(13) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
eclipsefinder.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\celestiacore.h(14) : fatal error C1083: Cannot open include file: 'celutil/timer.h': No such file or directory
destination.cpp
.\Celestia\destination.cpp(11) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
configfile.cpp
.\Celestia\configfile.cpp(13) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
celx.cpp
.\Celestia\celx.cpp(16) : fatal error C1083: Cannot open include file: 'celengine/astro.h': No such file or directory
celestiacore.cpp
.\Celestia\celestiacore.cpp(26) : fatal error C1083: Cannot open include file: 'celengine/gl.h': No such file or directory
avicapture.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celestia\../celengine/gl.h(27) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
vsop87.cpp
.\Celengine\vsop87.cpp(16) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
virtualtex.cpp
.\Celengine\virtualtex.cpp(16) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
vertexprog.cpp
.\Celengine\vertexprog.cpp(13) : fatal error C1083: Cannot open include file: 'celutil/util.h': No such file or directory
vertexlist.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\gl.h(27) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
universe.cpp
.\Celengine\universe.cpp(12) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
univcoord.cpp
.\Celengine\univcoord.cpp(12) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
trajmanager.cpp
.\Celengine\trajmanager.cpp(15) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
tokenizer.cpp
.\Celengine\tokenizer.cpp(13) : fatal error C1083: Cannot open include file: 'celutil/utf8.h': No such file or directory
Generating Code...
Compiling...
texture.cpp
.\Celengine\texture.cpp(38) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
texmanager.cpp
.\Celengine\texmanager.cpp(11) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
stellarclass.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\stellarclass.h(15) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
staroctree.cpp
.\Celengine\staroctree.cpp(13) : fatal error C1083: Cannot open include file: 'celengine/staroctree.h': No such file or directory
starname.cpp
.\Celengine\starname.cpp(13) : fatal error C1083: Cannot open include file: 'celengine/constellation.h': No such file or directory
stardb.cpp
.\Celengine\stardb.cpp(15) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
starcolors.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\starcolors.h(15) : fatal error C1083: Cannot open include file: 'celutil/color.h': No such file or directory
starbrowser.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\star.h(13) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
star.cpp
.\Celengine\star.cpp(10) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
spiceorbit.cpp
.\Celengine\spiceorbit.cpp(14) : fatal error C1083: Cannot open include file: 'SpiceUsr.h': No such file or directory
spiceinterface.cpp
.\Celengine\spiceinterface.cpp(12) : fatal error C1083: Cannot open include file: 'SpiceUsr.h': No such file or directory
spheremesh.cpp
.\Celengine\spheremesh.cpp(11) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
solarsysxml.cpp
.\Celengine\solarsysxml.cpp(12) : fatal error C1083: Cannot open include file: 'libxml/parser.h': No such file or directory
solarsys.cpp
.\Celengine\solarsys.cpp(22) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
simulation.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\simulation.h(15) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
shadermanager.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\gl.h(27) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
selection.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\astro.h(16) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
scriptrotation.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\scriptobject.h(23) : fatal error C1083: Cannot open include file: 'lua.h': No such file or directory
scriptorbit.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\scriptobject.h(23) : fatal error C1083: Cannot open include file: 'lua.h': No such file or directory
scriptobject.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\scriptobject.h(23) : fatal error C1083: Cannot open include file: 'lua.h': No such file or directory
Generating Code...
Compiling...
samporient.cpp
.\Celengine\samporient.cpp(20) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
samporbit.cpp
.\Celengine\samporbit.cpp(18) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
rotationmanager.cpp
.\Celengine\rotationmanager.cpp(14) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
rotation.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\rotation.h(13) : fatal error C1083: Cannot open include file: 'celmath/quaternion.h': No such file or directory
renderglsl.cpp
.\Celengine\renderglsl.cpp(23) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
render.cpp
.\Celengine\render.cpp(23) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
rendcontext.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\mesh.h(13) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
regcombine.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\gl.h(27) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
parser.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\parser.h(15) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
parseobject.cpp
.\Celengine\parseobject.cpp(14) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
overlay.cpp
.\Celengine\overlay.cpp(12) : fatal error C1083: Cannot open include file: 'celutil/utf8.h': No such file or directory
orbit.cpp
.\Celengine\orbit.cpp(14) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
opencluster.cpp
.\Celengine\opencluster.cpp(13) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
octree.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\astro.h(16) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
observer.cpp
.\Celengine\observer.cpp(10) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
nebula.cpp
.\Celengine\nebula.cpp(13) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
multitexture.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\texture.h(14) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
modelfile.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\mesh.h(13) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
model.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\mesh.h(13) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
meshmanager.cpp
.\Celengine\meshmanager.cpp(15) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
Generating Code...
Compiling...
mesh.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\mesh.h(13) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
marker.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\marker.h(15) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
lodspheremesh.cpp
.\Celengine\lodspheremesh.cpp(14) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
location.cpp
.\Celengine\location.cpp(11) : fatal error C1083: Cannot open include file: 'celengine/location.h': No such file or directory
jpleph.cpp
.\Celengine\jpleph.cpp(17) : fatal error C1083: Cannot open include file: 'celutil/bytes.h': No such file or directory
image.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\image.h(14) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
glshader.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\glshader.h(16) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
glext.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\gl.h(27) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
glcontext.cpp
.\Celengine\glcontext.cpp(11) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
galaxy.cpp
.\Celengine\galaxy.cpp(15) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
frame.cpp
.\Celengine\frame.cpp(11) : fatal error C1083: Cannot open include file: 'celengine/frame.h': No such file or directory
fragmentprog.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\gl.h(27) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
execution.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\execution.h(13) : fatal error C1083: Cannot open include file: 'celengine/execenv.h': No such file or directory
dsooctree.cpp
.\Celengine\dsooctree.cpp(13) : fatal error C1083: Cannot open include file: 'celengine/dsooctree.h': No such file or directory
dsoname.cpp
.\Celengine\dsoname.cpp(13) : fatal error C1083: Cannot open include file: 'celengine/dsoname.h': No such file or directory
dsodb.cpp
.\Celengine\dsodb.cpp(18) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
dispmap.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\dispmap.h(14) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
deepskyobj.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\astro.h(16) : fatal error C1083: Cannot open include file: 'celmath/vecmath.h': No such file or directory
dds.cpp
.\Celengine\dds.cpp(13) : fatal error C1083: Cannot open include file: 'celutil/debug.h': No such file or directory
customorbit.cpp
.\Celengine\customorbit.cpp(14) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
Generating Code...
Compiling...
constellation.cpp
.\Celengine\constellation.cpp(11) : fatal error C1083: Cannot open include file: 'celutil/util.h': No such file or directory
console.cpp
.\Celengine\console.cpp(13) : fatal error C1083: Cannot open include file: 'celutil/utf8.h': No such file or directory
command.cpp
.\Celengine\command.cpp(11) : fatal error C1083: Cannot open include file: 'celutil/util.h': No such file or directory
cmdparser.cpp
.\Celengine\cmdparser.cpp(26) : fatal error C1083: Cannot open include file: 'celutil/util.h': No such file or directory
catalogxref.cpp
.\Celengine\catalogxref.cpp(12) : fatal error C1083: Cannot open include file: 'celutil/util.h': No such file or directory
boundaries.cpp
.\Celengine\boundaries.cpp(11) : fatal error C1083: Cannot open include file: 'celengine/boundaries.h': No such file or directory
body.cpp
.\Celengine\body.cpp(14) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
axisarrow.cpp
.\Celengine\axisarrow.cpp(11) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
astro.cpp
.\Celengine\astro.cpp(13) : fatal error C1083: Cannot open include file: 'celmath/mathlib.h': No such file or directory
asterism.cpp
.\Celengine\asterism.cpp(18) : fatal error C1083: Cannot open include file: 'celutil/util.h': No such file or directory
3dsmesh.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\celengine\gl.h(27) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
3dsread.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\cel3ds\3dsmodel.h(15) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
3dsmodel.cpp
c:\users\larry c. landers\desktop\shortcuts\celestia source folder\src\cel3ds\3dsmodel.h(15) : fatal error C1083: Cannot open include file: 'celutil/basictypes.h': No such file or directory
buildstardb.cpp
.\buildstardb.cpp(18) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
Generating Code...


I wonder what I am doing wrong to get all these errors..

Please let me know here..

Peace, Larre :?

Avatar
selden
Developer
Posts: 10190
Joined: 04.09.2002
With us: 21 years 8 months
Location: NY, USA

Post #25by selden » 07.12.2007, 03:06

Please consult the Celestia WikiBook. It includes a list of the libraries that are needed and where to get them.

http://en.wikibooks.org/wiki/Celestia/Development

.
Selden

Avatar
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 8 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #26by cartrite » 07.12.2007, 13:29

This is strange. You are generating errors for gtk and kde files and your compiling with Visual C++ 2005 for Windows?
cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Larre
Posts: 17
Joined: 08.11.2007
With us: 16 years 6 months
Location: Jackson, Wyoming

Post #27by Larre » 16.12.2007, 14:57

cartrite wrote:This is strange. You are generating errors for gtk and kde files and your compiling with Visual C++ 2005 for Windows?
cartrite
Yep..

I am also running on Vista.

I wonder if the OS has something to do with this..

Hopefully I can get this resolved..

Also, about Imagecapture.cpp, Do I really need that file to compile Celestia? Lots of syntax errors with that file, as well as jpeglib.h. Please see post about that one here.. http://shatters.net/forum/viewtopic.php?t=11789&highlight= Includes all the errors..

and also the Celestia Resource File, Celestia.rc. Do I really need that as well?, Because it is generating a lot of syntax errors as well..

Peace, Larre :?

Avatar
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 8 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #28by cartrite » 16.12.2007, 19:36

Do you have the win libs in the celestia top directory when you build?
http://www.celestiaproject.net/~claurel/celest ... libs-2.zip
cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Larre
Posts: 17
Joined: 08.11.2007
With us: 16 years 6 months
Location: Jackson, Wyoming

Post #29by Larre » 17.12.2007, 02:53

cartrite wrote:Do you have the win libs in the celestia top directory when you build?
http://www.celestiaproject.net/~claurel/celest ... libs-2.zip
cartrite
I do have the Win libs. The question here now is, where do I put them so the linker can open them??

Where is the Celestia Top Directory??
(I am new at this, and this is really a learning experience!!)

Peace, Larre.. :?

Avatar
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 8 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #30by cartrite » 17.12.2007, 03:48

Larre wrote:Where is the Celestia Top Directory??

The celestia folder. Where the other folders like data, admin, src and other files like AUTHORS, celestia.cfg, tec. I recommend reading the threads at the top of this forum that describe building with Windows. But here is a screenshot of the folder.

Image

Notice that I underlined in red the folders and dll's needed to build and link.
The file I underlined in green, celvars.bat is a bat file that will initialize the environment variables for the Microsoft Visual C++ Toolkit 2003 that I use to build with. I run the celvars.bat file and then I run the makerelease.bat. Since you are using something different, you may or may not need that file.
cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4


Return to “Development”