sayr777 / gst-editor

Automatically exported from code.google.com/p/gst-editor
0 stars 0 forks source link

build fails with glib-2.40 #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have glib-2.40 installed
2. ./configure
3. make

What is the expected output? What do you see instead?

Should build fine, but throws make error instead:

In file included from stockicons.h:4:0,
                 from stockicons.c:1:
/usr/include/glib-2.0/glib/gmacros.h:33:2: error: #error "Only <glib.h> can be 
included directly."
 #error "Only <glib.h> can be included directly."

What version of the product are you using? On what operating system?
glib-2.40, Ubuntu 14.04

Please provide any additional information below.

Newer versions of glib dont allow inclusion of any header file but glib.h
Simple patch fixing that issue attached

Original issue reported on code.google.com by jas...@googlemail.com on 16 Sep 2014 at 2:53

Attachments: