Author Topic: Find gmodule.h  (Read 926 times)

Online gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3885
Find gmodule.h
« on: October 02, 2012, 05:01:49 PM »
I am building vlc 2.0.3 and it needs gmodule.h. It is located at /usr/include/glib-2.0/gmodule.h. I found a recommendation to make a copy at /usr/include/gmodule.h. This works, but it is a hack and not appropriate for an rpm. I think??? I can't tell vlc to look for includes in /usr/include/glib-2.0, because it has massive dependencies in /usr/include. I don't see an option in ./configure to look in a special place for glib stuff.

Galen

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6268
Re: Find gmodule.h
« Reply #1 on: October 02, 2012, 06:58:06 PM »

how are you trying to build it?
I downloaded the sources, run "configure" and it passed here without changing anything
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Online gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3885
Re: Find gmodule.h
« Reply #2 on: October 02, 2012, 07:09:04 PM »
I'm building from the spec file. If it builds without the spec file, then some configuration or macro is leading it astray. :-[ I'll keep hunting. ;)

Galen