First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 44896
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Florian Loitsch <gentoo@florian.loitsch.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
geomview.diff geomview.diff (update for the ebuild) patch Florian Loitsch 2004-03-16 14:24 0000 302 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 44896 depends on: Show dependency tree
Bug 44896 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-16 14:20 0000
geomview suffers the same problem as reported in bug 18021
(http://bugs.gentoo.org/show_bug.cgi?id=18021).
Otherwise you'll experience a:
/usr/include/GL/gl.h:1731: error: conflicting types for `glMultiDrawArrays'
/usr/include/GL/glext.h:2618: error: previous declaration of
`glMultiDrawArrays'
make[5]: *** [mgopengl.o] Error 1

------- Comment #1 From Florian Loitsch 2004-03-16 14:24:57 0000 -------
Created an attachment (id=27498) [edit]
geomview.diff (update for the ebuild)

trivial diff for the geomview-ebuild to make geomview work.

------- Comment #2 From Patrick Kursawe 2004-04-20 05:23:35 0000 -------
Hm, I just emerged geomview-1.8.1-r3 without any problems. Which GL
implementation are you using? Please tell me the output of ls -l
/usr/X11R6/include/GL/gl.h

However, since this change does not break anything for me, I've included it
into portage. Thanks.

------- Comment #3 From Florian Loitsch 2004-04-20 16:11:29 0000 -------
using nvidia's OpenGl (don't know which version though).

flo@basil ~ $ ls -l /usr/X11R6/include/GL/gl.h
lrwxrwxrwx  1 root root 35 Apr 19 21:25 /usr/X11R6/include/GL/gl.h -> /usr/lib/opengl/nvidia/include/gl.h

the following lines are what's currently in gl.h and glext.h. i didn't try to reproduce the error again, and they might have changed since i reported the error. if you are interested, i could try to reproduce the error with these files (especially as i don't see how they could conflict).

here's the conflicting part of gl.h
void GLAPI glMultiDrawArrays (GLenum mode, GLint *first, GLsizei *count, GLsizei primcount);

and her from glext.h
GLAPI void APIENTRY glMultiDrawArrays (GLenum, GLint *, GLsizei *, GLsizei);

First Last Prev Next    No search results available      Search page      Enter new bug