ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Several glib's headers are not installed #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After building the latest revision and trying to build a test application, I've 
got several compiler errors about missing header files.
These files are
glib.h
gutils.h
gqsort.h

Original issue reported on code.google.com by wl2776@gmail.com on 26 Jul 2010 at 8:47

GoogleCodeExporter commented 9 years ago
The headers for external dependencies are in:
http://code.google.com/p/ossbuild/source/browse/trunk#trunk/Shared/Build/Windows
/Win32/include/

Ad this path to the headers lookup directory

Original comment by ylatuya on 26 Jul 2010 at 9:45

GoogleCodeExporter commented 9 years ago
Sorry, I've incorrectly described the situation.
I've installed the GStreamer-GPL and GStreamer-GPL SDK.
This has created sdk/include, sdk/lib and other directories in the GStreamer 
installation path. 
The listed headers were not copied to the sdk/include directory and its 
subdirectories.
They were copied in the previous revisions.

Original comment by wl2776@gmail.com on 26 Jul 2010 at 10:28

GoogleCodeExporter commented 9 years ago
That's different :)
I'll check it this night

Original comment by ylatuya on 26 Jul 2010 at 11:46

GoogleCodeExporter commented 9 years ago
From the trunk at least, I'm not seeing this issue. The header files are 
installed correctly in sdk/include/. Every header mentioned is present.

Original comment by david.g.hoyt on 17 Aug 2010 at 6:09