View Single Post
  #306  
Old 10-21-2014, 10:57 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by scriptless View Post
That's what I said is a security risk to me. Anyone that compromises hi mcould attack me...

Also heres an update... I only got 2 error's and 1 was as simple as changing target from 10.10 to 10.9.
Quote:
/Users/scriptless/Documents/graal-gonstruct/src/level_editor/gtkmarshalers.c:2:10: 'glib-object.h' file not found
I don't know why this happens, but just to spell out what it means: gtkmarshalers.c is supposed to include glib-object.h, which usually lives in /usr/include/glib-2.0/, but it can't find it. Either you don't have glib (including development headers) installed or the build system somehow neglects to figure out where the headers are installed to. I'm surprised it didn't error earlier than that, though.
Reply With Quote