Another cerbero bootstrap compile error while compiling using config/cross-ios-universal.cbc

Jing huang jinghuangusc at gmail.com
Sun Apr 19 15:13:11 PDT 2015


Hi folks,
I have been facing another issue on compiling ios universal sdk,
cerbero -c config/cross-ios-universal.cbc bootstrap

I am using the latest cerbero, on mac os xcode 6.3. Same source code
compiled most fine for x86-64 target. not sure why did it only has issue
for ios-universal target...

error msg:

MF .deps/libgio_2_0_la-gcharsetconverter.Tpo -c gcharsetconverter.c
-fno-common -DPIC -o .libs/libgio_2_0_la-gcharsetconverter.o

In file included from gappinfo.c:25:

../glib/glibintl.h:14:10: fatal error: 'libintl.h' file not found

#include <libintl.h>

         ^

In file included from gasyncresult.c:26:

../glib/glibintl.h:14:10: fatal error: 'libintl.h' file not found

#include <libintl.h>

         ^

In file included from gasyncinitable.c:27:

../glib/glibintl.h:14:10: fatal error: 'libintl.h' file not found

#include <libintl.h>

         ^

In file included from gcancellable.c:28:

../glib/glibintl.h:14:10: fatal error: 'libintl.h' file not found

#include <libintl.h>

         ^

In file included from gbufferedinputstream.c:33:

../glib/glibintl.h:14:10: fatal error: 'libintl.h' file not found

#include <libintl.h>

         ^

In file included from gcharsetconverter.c:31:

../glib/glibintl.h:14:10: fatal error: 'libintl.h' file not found

#include <libintl.h>

         ^

1 error generated.

In file included from gbufferedoutputstream.c:30:

../glib/glibintl.h:14:10: fatal error: 'libintl.h' file not found

#include <libintl.h>

         ^

1 error generated.

1 error generated.

1 error generated.

make[4]: *** [libgio_2_0_la-gasyncresult.lo] Error 1

make[4]: *** Waiting for unfinished jobs....

make[4]: *** [libgio_2_0_la-gasyncinitable.lo] Error 1

make[4]: *** [libgio_2_0_la-gcharsetconverter.lo] Error 1

make[4]: *** [libgio_2_0_la-gcancellable.lo] Error 1

1 error generated.

1 error generated.

1 error generated.

make[4]: *** [libgio_2_0_la-gappinfo.lo] Error 1

make[4]: *** [libgio_2_0_la-gbufferedoutputstream.lo] Error 1

make[4]: *** [libgio_2_0_la-gbufferedinputstream.lo] Error 1

mv -f .deps/libgio_2_0_la-gasynchelper.Tpo
.deps/libgio_2_0_la-gasynchelper.Plo

make[3]: *** [all-recursive] Error 1

make[2]: *** [all] Error 2

make[1]: *** [all-recursive] Error 1

make: *** [all] Error 2

Running command 'make -j8'


And the config.log file does contain error msg like:

conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found

#include <ac_nonexistent.h>

         ^

1 error generated.

configure:4677: $? = 1

configure: failed program was:

| /* confdefs.h */

| #define PACKAGE_NAME "glib"

| #define PACKAGE_TARNAME "glib"

| #define PACKAGE_VERSION "2.34.2"

| #define PACKAGE_STRING "glib 2.34.2"

| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi
?product=glib"

| #define PACKAGE_URL ""

| #define GLIB_MAJOR_VERSION 2

| #define GLIB_MINOR_VERSION 34

| #define GLIB_MICRO_VERSION 2

| #define GLIB_INTERFACE_AGE 2

| #define GLIB_BINARY_AGE 3402

| /* end confdefs.h.  */

| #include <ac_nonexistent.h>

configure:4702: result: clang -E

configure:4722: clang -E  conftest.c

configure:4722: $? = 0

configure:4736: clang -E  conftest.c

conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found

#include <ac_nonexistent.h>

         ^

1 error generated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150419/a9ea143a/attachment.html>


More information about the gstreamer-devel mailing list