Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to build "xcode_depends" on OS X #1133

Closed
Zakay opened this issue Jul 8, 2012 · 2 comments
Closed

Failing to build "xcode_depends" on OS X #1133

Zakay opened this issue Jul 8, 2012 · 2 comments

Comments

@Zakay
Copy link

Zakay commented Jul 8, 2012

Trying to build the iOS client following the readme, this is the result when running, make xcode_depends:

$ make xcode_depends
CPP xbmc/cores/DllLoader/exports/emu_dummy.o
CPP xbmc/cores/DllLoader/exports/emu_kernel32.o
CPP xbmc/cores/DllLoader/exports/emu_msvcrt.o
emu_msvcrt.cpp: In function ‘char*** dll___p__environ()’:
emu_msvcrt.cpp:2078: warning: dereferencing type-punned pointer will break strict-aliasing rules
AR xbmc/cores/DllLoader/exports/exports.a
CPP xbmc/cores/DllLoader/exports/util/EmuFileWrapper.o
AR xbmc/cores/DllLoader/exports/util/exports_utils.a
make -C xbmc/cores/DllLoader/exports wrapper.def
nm wrapper.o | grep __wrap | awk '{printf("%s ", $3);}' | sed "s/__wrap/_wrap/g" | sed "s/_wrap/-Wl,-wrap,/g" > wrapper.def
CPP xbmc/cores/DllLoader/coff.o
CPP xbmc/cores/DllLoader/dll.o
CPP xbmc/cores/DllLoader/DllLoader.o
DllLoader.cpp: In member function ‘virtual bool DllLoader::Load()’:
DllLoader.cpp:606: warning: dereferencing type-punned pointer will break strict-aliasing rules
DllLoader.cpp:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
CPP xbmc/cores/DllLoader/DllLoaderContainer.o
CPP xbmc/cores/DllLoader/dll_tracker.o
CPP xbmc/cores/DllLoader/dll_tracker_file.o
CPP xbmc/cores/DllLoader/dll_tracker_library.o
CPP xbmc/cores/DllLoader/dll_util.o
CPP xbmc/cores/DllLoader/LibraryLoader.o
CPP xbmc/cores/DllLoader/SoLoader.o
CC xbmc/cores/DllLoader/mmap_anon.o
CC xbmc/cores/DllLoader/ldt_keeper.o
AR xbmc/cores/DllLoader/dllloader.a
/usr/bin/ranlib: file: dllloader.a(ldt_keeper.o) has no symbols
make -C lib
make -C ffmpeg
CC libavdevice/alldevices.o
clang (LLVM option parsing): Unknown command line argument '-stack-alignment=16'. Try: 'clang (LLVM option parsing) -help'
clang (LLVM option parsing): Did you mean '-ssc-dce-limit=16'?
make[2]: *** [libavdevice/alldevices.o] Error 1
make[1]: *** [ffmpeg] Error 2
make: *** [dvdpcodecs] Error 2

@jmarshallnz
Copy link
Contributor

Please report bugs/build issues to the forum or trac - we use github only for pull requests at this time. Thanks!

@jmarshallnz
Copy link
Contributor

forum.xbmc.org to register (same login on trac + forum). You probably just
want to post on the forum - it's likely others that build may be able to
assist.

On Sun, Jul 8, 2012 at 10:43 PM, Zakay <
reply@reply.github.com

wrote:

Hints on where the register link is? Can't find one so that I can submit
this.


Reply to this email directly or view it on GitHub:
#1133 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants