Opened 11 years ago

Closed 10 years ago

#39844 closed defect (fixed)

[clutter-gst] @1.6.0 compile error when using clutter +quartz -x11

Reported by: adriano@… Owned by: nodamage@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: g5pw (Aljaž Srebrnič)
Port: clutter-gst

Description

clutter-gst is not compiling when I use clutter with variants +quartz -x11

Attachments (2)

clutter-gst.log (126.4 KB) - added by adriano@… 11 years ago.
main.log (37.0 KB) - added by g5pw (Aljaž Srebrnič) 10 years ago.
Clean build log

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by adriano@…

Attachment: clutter-gst.log added

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

The relevant lines of the log seem to be:

:info:build ./clutter-gst-video-sink.c:655:18: error: use of undeclared identifier 'GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS'
:info:build   glGetIntegerv (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &n_texture_units);
:info:build                  ^

comment:2 Changed 11 years ago by g5pw (Aljaž Srebrnič)

Cc: g5pw@… added

Cc Me!

comment:3 Changed 11 years ago by g5pw (Aljaž Srebrnič)

I saw that adding an #include <GL/glew.h> in clutter-gst-video-sink.c solves the problem, although I don't know if that's a good solution.

comment:4 Changed 11 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to nodamage@…
Port: clutter-gst added

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers clutter-gst).

This was not a clean build attempt. Please clean the port, try again and attach the new main.log.

Changed 10 years ago by g5pw (Aljaž Srebrnič)

Attachment: main.log added

Clean build log

comment:5 Changed 10 years ago by g5pw (Aljaž Srebrnič)

Resolution: fixed
Status: newclosed

Fixed in r116740.

Note: See TracTickets for help on using tickets.