Build failed - any thoughts?

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
BlindedByTheLight
Posts: 485
Joined: 19.03.2005
With us: 19 years 8 months
Location: Los Angeles, CA

Build failed - any thoughts?

Post #1by BlindedByTheLight » 08.08.2005, 21:56

Tried to build off the latest CVS... got these two errors halfway through...


Image

Image

Haven't been able to build for a long time. Any thoughts?
Steven Binder, Mac OS X 10.4.10

symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 6 months
Location: france, divion

Post #2by symaski62 » 09.08.2005, 13:44

http://www.cs.huji.ac.il/~etsman/Docs/g ... ource.html

Code: Select all

         if (__r == codecvt_base::noconv)
             {
               size_t __avail = _M_ext_end - _M_ext_buf;
               __ilen = std::min(__avail, __buflen);
               traits_type::copy(this->eback(),
                     reinterpret_cast<char_type*>(_M_ext_buf), __ilen);
               _M_ext_next = _M_ext_buf + __ilen;
             }
           else


gcc 3.4 base :?:
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

Topic author
BlindedByTheLight
Posts: 485
Joined: 19.03.2005
With us: 19 years 8 months
Location: Los Angeles, CA

Post #3by BlindedByTheLight » 09.08.2005, 22:42

symaski62, thanks for answering my post... if that is indeed what you were doing - in other words, I have no idea what you wrote! :) I probably should have made my ignorance known in my initial post.

However, you did ask something about gcc and, if memory serves, that has something to do with my compiling software... and I now realize I didn't really offer any info as to my setup.

Mac OS X - 10.4.2
Xcode 2.1

Thanks,
S aka Blinded
Steven Binder, Mac OS X 10.4.10

symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 6 months
Location: france, divion

Post #4by symaski62 » 10.08.2005, 00:04

src/gnu/dist/gcc/libstdc++-v3/include/bits/fstream.tcc

http://cvs.blackfin.uclinux.org/cgi-bin ... f=h#rev1.3

:wink:

(GCC 3.4.4) Fri May 20 11:53:09 2005 UTC

^^
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

Topic author
BlindedByTheLight
Posts: 485
Joined: 19.03.2005
With us: 19 years 8 months
Location: Los Angeles, CA

Post #5by BlindedByTheLight » 10.08.2005, 00:09

symaski62 wrote:src/gnu/dist/gcc/libstdc++-v3/include/bits/fstream.tcc

http://cvs.blackfin.uclinux.org/cgi-bin ... f=h#rev1.3

:wink:

(GCC 3.4.4) Fri May 20 11:53:09 2005 UTC

^^


Well, I must say - to my non-coder eyes, that was a fairly cryptic response. To highlight just how cryptic it is appearing to me, I'm not even sure if you are posting a response to my question. :) If you are, welll... thanks for trying.

Steve out
Steven Binder, Mac OS X 10.4.10

Christophe
Developer
Posts: 944
Joined: 18.07.2002
With us: 22 years 4 months
Location: Lyon (France)

Post #6by Christophe » 17.08.2005, 21:55

There is a problem (bug?) with gcc 3.4, you need to explicitly include the vector header. I commited a fix yesterday night.
Christophe

Topic author
BlindedByTheLight
Posts: 485
Joined: 19.03.2005
With us: 19 years 8 months
Location: Los Angeles, CA

Post #7by BlindedByTheLight » 17.08.2005, 22:08

Thanks Chrisophe... Dirkpitt had also committed a fix that worked (I think his fix had something to do with Xcode 2.1)...

http://cvs.sourceforge.net/viewcvs.py/c ... e&view=log

...hope the two don't interfere.
Steven Binder, Mac OS X 10.4.10

Christophe
Developer
Posts: 944
Joined: 18.07.2002
With us: 22 years 4 months
Location: Lyon (France)

Post #8by Christophe » 17.08.2005, 22:38

I don't think they do.

He actually removed other headers, I think adding <vector> before those would have fixed it too.
Christophe


Return to “Development”