public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/27970]  New: error while compiling ClanLib-0.8
@ 2006-06-09  5:47 thomasda at heronet dot ne dot jp
  2006-06-09  5:50 ` [Bug c/27970] " thomasda at heronet dot ne dot jp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: thomasda at heronet dot ne dot jp @ 2006-06-09  5:47 UTC (permalink / raw)
  To: gcc-bugs

tried to make ClanLib:

here's the last lines of the compile that generated the error:

1 -DUSE_GETADDR=1 -I. -I. -I/usr/X11R6/include -g -O2 -I../../Sources -MT
surface_generic.lo -MD -MP -MF .deps/surface_generic.Tpo -c surface_generic.cpp
 -fPIC -DPIC -o .libs/surface_generic.o
 g++ -DPACKAGE_NAME=\"ClanLib\" -DPACKAGE_TARNAME=\"clanlib\"
-DPACKAGE_VERSION=\"0.8.0\" "-DPACKAGE_STRING=\"ClanLib 0.8.0\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clanlib\" -DVERSION=\"0.8.0\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_UNISTD_H=1
-DHAVE_FCNTL_H=1 -DHAVE_SYS_KD_H=1 -DHAVE_SYS_VT_H=1 -DUSE_I386_ASSEMBLER=1
-DHAVE_FSTAB_H=1 -DHAVE_LIBZ=1 -DHAVE_GLX_GETPROCADDRESSARB=1 -DUSE_GETADDR=1
-I. -I. -I/usr/X11R6/include -g -O2 -I../../Sources -MT surface_generic.lo -MD
-MP -MF .deps/surface_generic.Tpo -c surface_generic.cpp -o surface_generic.o
>/dev/null 2>&1
depbase=`echo setupdisplay.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../../libtool --tag=CXX --mode=compile g++
-DPACKAGE_NAME=\"ClanLib\" -DPACKAGE_TARNAME=\"clanlib\"
-DPACKAGE_VERSION=\"0.8.0\" -DPACKAGE_STRING=\"ClanLib\ 0.8.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clanlib\" -DVERSION=\"0.8.0\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_UNISTD_H=1
-DHAVE_FCNTL_H=1 -DHAVE_SYS_KD_H=1 -DHAVE_SYS_VT_H=1 -DUSE_I386_ASSEMBLER=1
-DHAVE_FSTAB_H=1 -DHAVE_LIBZ=1 -DHAVE_GLX_GETPROCADDRESSARB=1 -DUSE_GETADDR=1 
-I. -I.   -I/usr/X11R6/include  -g -O2  -I../../Sources -MT setupdisplay.lo -MD
-MP -MF "$depbase.Tpo" -c -o setupdisplay.lo setupdisplay.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
 g++ -DPACKAGE_NAME=\"ClanLib\" -DPACKAGE_TARNAME=\"clanlib\"
-DPACKAGE_VERSION=\"0.8.0\" "-DPACKAGE_STRING=\"ClanLib 0.8.0\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clanlib\" -DVERSION=\"0.8.0\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_UNISTD_H=1
-DHAVE_FCNTL_H=1 -DHAVE_SYS_KD_H=1 -DHAVE_SYS_VT_H=1 -DUSE_I386_ASSEMBLER=1
-DHAVE_FSTAB_H=1 -DHAVE_LIBZ=1 -DHAVE_GLX_GETPROCADDRESSARB=1 -DUSE_GETADDR=1
-I. -I. -I/usr/X11R6/include -g -O2 -I../../Sources -MT setupdisplay.lo -MD -MP
-MF .deps/setupdisplay.Tpo -c setupdisplay.cpp  -fPIC -DPIC -o
.libs/setupdisplay.o
../../Sources/API/Display/Collision/../../GL/opengl_wrap.h:2533: error:
'<anonymous>' has incomplete type
../../Sources/API/Display/Collision/../../GL/opengl_wrap.h:2533: error: invalid
use of 'CLvoid'
setupdisplay.cpp:120: internal compiler error: in gen_formal_parameter_die, at
dwarf2out.c:11337
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [setupdisplay.lo] Error 1
make[2]: Leaving directory `/home/darrell/Desktop/ClanLib-0.8/Sources/Display'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/darrell/Desktop/ClanLib-0.8/Sources'
make: *** [all-recursive] Error 1
darrell@SUSE1:~/Desktop/ClanLib-0.8>


-- 
           Summary: error while compiling ClanLib-0.8
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: thomasda at heronet dot ne dot jp


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27970


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c/27970] error while compiling ClanLib-0.8
  2006-06-09  5:47 [Bug c/27970] New: error while compiling ClanLib-0.8 thomasda at heronet dot ne dot jp
@ 2006-06-09  5:50 ` thomasda at heronet dot ne dot jp
  2006-06-09  6:10 ` [Bug debug/27970] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: thomasda at heronet dot ne dot jp @ 2006-06-09  5:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from thomasda at heronet dot ne dot jp  2006-06-09 05:47 -------
Created an attachment (id=11643)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11643&action=view)
compile output


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27970


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/27970] error while compiling ClanLib-0.8
  2006-06-09  5:47 [Bug c/27970] New: error while compiling ClanLib-0.8 thomasda at heronet dot ne dot jp
  2006-06-09  5:50 ` [Bug c/27970] " thomasda at heronet dot ne dot jp
@ 2006-06-09  6:10 ` pinskia at gcc dot gnu dot org
  2006-06-09  7:57 ` pinskia at gcc dot gnu dot org
  2007-03-10 22:59 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-09  6:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-06-09 05:52 -------

../../Sources/API/Display/Collision/../../GL/opengl_wrap.h:2533: error:
'<anonymous>' has incomplete type
../../Sources/API/Display/Collision/../../GL/opengl_wrap.h:2533: error: invalid
use of 'CLvoid'
setupdisplay.cpp:120: internal compiler error: in gen_formal_parameter_die, at
dwarf2out.c:11337

So this is invalid code to begin with.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
           Keywords|                            |error-recovery, ice-on-
                   |                            |invalid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27970


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/27970] error while compiling ClanLib-0.8
  2006-06-09  5:47 [Bug c/27970] New: error while compiling ClanLib-0.8 thomasda at heronet dot ne dot jp
  2006-06-09  5:50 ` [Bug c/27970] " thomasda at heronet dot ne dot jp
  2006-06-09  6:10 ` [Bug debug/27970] " pinskia at gcc dot gnu dot org
@ 2006-06-09  7:57 ` pinskia at gcc dot gnu dot org
  2007-03-10 22:59 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-09  7:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-06-09 07:49 -------
Can you also attach the preprocessed source?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27970


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/27970] error while compiling ClanLib-0.8
  2006-06-09  5:47 [Bug c/27970] New: error while compiling ClanLib-0.8 thomasda at heronet dot ne dot jp
                   ` (2 preceding siblings ...)
  2006-06-09  7:57 ` pinskia at gcc dot gnu dot org
@ 2007-03-10 22:59 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-03-10 22:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from reichelt at gcc dot gnu dot org  2007-03-10 22:59 -------
No preprocessed source provided for 9 months.

I downloaded the respective package and tried to reproduce the bug
(on i686-pc-linux-gnu) to no avail.
GCC 4.1.x compiles the file in question.
Mainline and 4.2 branch produce the error "invalid use of 'CLvoid'", but no
ICE.

Just a guess:
>  darrell@SUSE1:~/Desktop/ClanLib-0.8>
Maybe this was a SUSE-specific compiler?


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27970


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-03-10 22:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-09  5:47 [Bug c/27970] New: error while compiling ClanLib-0.8 thomasda at heronet dot ne dot jp
2006-06-09  5:50 ` [Bug c/27970] " thomasda at heronet dot ne dot jp
2006-06-09  6:10 ` [Bug debug/27970] " pinskia at gcc dot gnu dot org
2006-06-09  7:57 ` pinskia at gcc dot gnu dot org
2007-03-10 22:59 ` reichelt at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).