Building with Xcode #include <tinyxml.h> not found
#1
[jarvis branch]

I ran through the preliminary steps in the wiki using Make and all that goodness and had a successful build.

Now I opened the xcodeproj in Xcode and attempted a build there.

I get one error. #include <tinyxml.h> not found

Any tips?

This is with OS X 10.11.12 El Captain and Xcode 7.2
[ more info ]

Libraries have been installed in:
/Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./libtool --mode=install /usr/bin/install -c build/libSDLmain.la /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib/libSDLmain.la
libtool: install: /usr/bin/install -c build/.libs/libSDLmain.lai /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib/libSDLmain.la
libtool: install: /usr/bin/install -c build/.libs/libSDLmain.a /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib/libSDLmain.a
libtool: install: chmod 644 /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib/libSDLmain.a
libtool: install: /usr/bin/ranlib /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib/libSDLmain.a
----------------------------------------------------------------------
Libraries have been installed in:
/Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh build-scripts/mkinstalldirs /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/share/aclocal
/usr/bin/install -c -m 644 ./sdl.m4 /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/share/aclocal/sdl.m4
/bin/sh build-scripts/mkinstalldirs /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib/pkgconfig
/usr/bin/install -c -m 644 sdl.pc /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/lib/pkgconfig
/bin/sh build-scripts/mkinstalldirs /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/share/man/man3
for src in ./docs/man3/*.3; do \
file=`echo $src | sed -e 's|^.*/||'`; \
/usr/bin/install -c -m 644 $src /Users/Shared/xbmc-depends/macosx10.11_x86_64-target/share/man/man3/$file; \
done
touch .installed-macosx10.11_x86_64-target
touch .installed-macosx10.11_x86_64-target
Dependencies built successfully.
MarkBook-Pro:depends thetazzbot$
Reply
#2
make -C tool/depends/target/xbmc
make xcode_depends

??
MrMC Forums : http://forum.mrmc.tv
Reply
#3
Yeah the depends thing fixed it. I thought I had gone through all of it. Thanks ! Darn interruptions lol.
Reply

Logout Mark Read Team Forum Stats Members Help
Building with Xcode #include <tinyxml.h> not found0