Tried to build off the latest CVS... got these two errors halfway through...
Haven't been able to build for a long time. Any thoughts?
Build failed - any thoughts?
-
Topic authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
Build failed - any thoughts?
Steven Binder, Mac OS X 10.4.10
http://www.cs.huji.ac.il/~etsman/Docs/g ... ource.html
gcc 3.4 base
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.
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 authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
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
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
src/gnu/dist/gcc/libstdc++-v3/include/bits/fstream.tcc
http://cvs.blackfin.uclinux.org/cgi-bin ... f=h#rev1.3
(GCC 3.4.4) Fri May 20 11:53:09 2005 UTC
^^
http://cvs.blackfin.uclinux.org/cgi-bin ... f=h#rev1.3
(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.
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 authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
symaski62 wrote:src/gnu/dist/gcc/libstdc++-v3/include/bits/fstream.tcc
http://cvs.blackfin.uclinux.org/cgi-bin ... f=h#rev1.3
(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
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 4 months
- Location: Lyon (France)
-
Topic authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
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.
http://cvs.sourceforge.net/viewcvs.py/c ... e&view=log
...hope the two don't interfere.
Steven Binder, Mac OS X 10.4.10
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 4 months
- Location: Lyon (France)