http://bugzilla.gdcproject.org/show_bug.cgi?id=93
Johannes Pfau changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
http://bugzilla.gdcproject.org/show_bug.cgi?id=93
--- Comment #2 from Iain Buclaw 2014-02-03 00:23:36
GMT ---
https://github.com/D-Programming-GDC/GDC/commit/9cafc0646fde296db5d96c8d3383cf7be58e068e
--
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
--- You are re
http://bugzilla.gdcproject.org/show_bug.cgi?id=93
Iain Buclaw changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #1 from Iain Buclaw 2
http://bugzilla.gdcproject.org/show_bug.cgi?id=93
Bug #: 93
Summary: Build fails on ARM with static assert 8u == 4u
Classification: Unclassified
Product: GDC
Version: 4.8.x
Platform: ARM
OS/Version: Linux
Status: NEW
This is because of recent change in vector API in GCC (they are
moving from old C macros to C++ templates):
http://gcc.gnu.org/wiki/cxx-conversion/cxx-vec
Sorry, that was a bit of a mess from using -j5
Here it is again, cleaner, including the compilation that has the
problem:
/home/john/Git/GDC/objdir/./prev-gcc/g++
-B/home/john/Git/GDC/objdir/./prev-gcc/
-B/opt/gdc/x86_64-unknown-linux-gnu/bin/ -nostdinc++
-B/home/john/Git/GDC/objdir/prev-x86
I haven't been able to get GDC to build for a while, the same
errors come up on for me on ubuntu and fedora.
In file included from ../../gcc-4.8-20121118/gcc/d/d-lang.cc:28:0:
../../gcc-4.8-20121118/gcc/d/d-codegen.h:553:24: error: ‘gc’
has not been declared
VEC(constructor_elt, gc) *head;
http://gdcproject.org/bugzilla/show_bug.cgi?id=22
Johannes Pfau changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gdcproject.org/bugzilla/show_bug.cgi?id=22
Iain Buclaw changed:
What|Removed |Added
CC||ibuc...@gdcproject.org
--- Comment #3 from
http://gdcproject.org/bugzilla/show_bug.cgi?id=22
--- Comment #2 from Johannes Pfau 2012-10-27 18:21:03
UTC ---
Ermm, maybe the gcc TARGET_ANDROID macro expands to a runtime expression. This
needs some more work then.
--
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=ema
http://gdcproject.org/bugzilla/show_bug.cgi?id=22
Johannes Pfau changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gdcproject.org/bugzilla/show_bug.cgi?id=22
Bug #: 22
Summary: Build fails with macro expansion failures for
TARGET_ANDROID
Classification: Unclassified
Product: GDC
Version: development
Platform: x86_64
I'm having trouble building GDC (taken from the gdc-4.7 branch on
github) using gcc-4.7.1
After about 10-15 minutes it just bails out with this error
/Users/danielharper/gdc/objdir/./gcc/xgcc
-B/Users/danielharper/gdc/objdir/./gcc/
-B/opt/gdc/i386-apple-darwin12.1.0/bin/
-B/opt/gdc/i386-appl
13 matches
Mail list logo