Posts by Widgeteye
- 30.10.2005, 14:43
- Forum: Celestia Users
- Topic: Bug found???
- Replies: 6
- Views: 3716
Re: Bug found???
I compile ALL gtk versions routinely without the slightest problems, including Celestia-FT1.x, of course. Pat Suwalski, the main developer of the gtk port now has even managed to compile Celestia with gtk+ natively under Windows. Celestia-gtk+ for Windows Bye Fridger That doesn't mean there isn't s...
- 30.10.2005, 01:49
- Forum: Celestia Users
- Topic: Bug found???
- Replies: 6
- Views: 3716
Bug found???
Ok, after trying and trying to configure celestia with: configure --with-gtk and failing miserably because of not being able to find the libjpeg files, I tried configuring with: configure --with-glut and the configure file found libjpeg without a problem. so to sum up; configure --with-gtk gave me; ...
- 29.10.2005, 15:12
- Forum: Celestia Users
- Topic: configure fails - Linux
- Replies: 10
- Views: 5961
Re: configure fails - Linux
Are you sure? Here is an expanded list of my output. checking for libz... -lz checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for jpeg_start_decompress in -ljpeg... yes checking for png_create_info_struct in -lpng... yes The line marked in r...
- 29.10.2005, 05:29
- Forum: Celestia Users
- Topic: configure fails - Linux
- Replies: 10
- Views: 5961
Re: configure fails - Linux
No.
This is all the check for libjpeg I get:
checking for jpeg_start_decompress in -ljpeg... no
This is all the check for libjpeg I get:
checking for jpeg_start_decompress in -ljpeg... no
- 29.10.2005, 02:04
- Forum: Celestia Users
- Topic: configure fails - Linux
- Replies: 10
- Views: 5961
Re: configure fails - Linux
Well if you built other applications before then you should know how to modify configure to include unconventional header paths for jpeglib.h etc. Often the distributions put the graphic lib headers into /subdirs/ of /usr/include or /usr/local/include, while the code uses #include <jpeglib.h> .Then...
- 28.10.2005, 22:30
- Forum: Celestia Users
- Topic: configure fails - Linux
- Replies: 10
- Views: 5961
Re: configure fails - Linux
Configure fails with the following error: checking for jpeg_start_decompress in -ljpeg... no configure: error: jpeg library not found I DO have the latest stable version of libjpeg installed. Any ideas??? Thanks jpeg headers probably missing. For compiling you need to install also the corresponding...
- 28.10.2005, 21:31
- Forum: Celestia Users
- Topic: configure fails - Linux
- Replies: 10
- Views: 5961
configure fails - Linux
Configure fails with the following error:
checking for jpeg_start_decompress in -ljpeg... no
configure: error: jpeg library not found
I DO have the latest stable version of libjpeg installed.
Any ideas???
Thanks
checking for jpeg_start_decompress in -ljpeg... no
configure: error: jpeg library not found
I DO have the latest stable version of libjpeg installed.
Any ideas???
Thanks