Git Product home page Git Product logo

Comments (16)

archshift avatar archshift commented on June 6, 2024

What OS are you running? How did you install GLEW?

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

Hi,

I am using mac 10.9 and using macport to install the package, including qt4 and glfw. The error for these two variables are gone after installing glew. Now, cmake shows the error for not finding glfw and qt4. However, I do have glfw 3.1 and qt4 4.8.6 installed. Should I use different versions for glfw and qt4?

Thanks, Daniel

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

The error for qt4:

CMake Error at src/citra_qt/CMakeLists.txt:29 (qt4_wrap_ui):
Unknown CMake command "qt4_wrap_ui".

from citra.

archshift avatar archshift commented on June 6, 2024

Do you think you could post the entire output of cmake, as well as the commands you are using?

Just so you know, if the build ends up compiling, you shouldn't expect to get any output when loading a file. We haven't quite figured out the OSX implementation.

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

Hi,

Thanks for the reply. Below are the output from cmake:

checking for one of the modules 'glfw'
CMake Error at /Applications/CMake 2.8-12.app/Contents/share/cmake-2.8/Modules/FindPkgConfig.cmake:363 (message):
None of the required 'glfw' found
Call Stack (most recent call first):
CMakeLists.txt:19 (pkg_search_module)

CMake Error at src/citra_qt/CMakeLists.txt:29 (qt4_wrap_ui):
Unknown CMake command "qt4_wrap_ui".

Configuring incomplete, errors occurred!
See also "/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeOutput.log".

Here is the content for CMakeOutput.log

The system is: Darwin - 13.1.0 - i386
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:
Build flags:
Id flags:

The output was:
0
=== BUILD TARGET CompilerIdC OF PROJECT CompilerIdC WITH THE DEFAULT CONFIGURATION (Debug) ===

Check dependencies

Write auxiliary files
/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CompilerIdC.LinkFileList
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
chmod 0755 /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap

CompileC CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.o CMakeCCompilerId.c normal i386 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -fvisibility=hidden -Wno-sign-conversion -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/i386 -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC -MMD -MT dependencies -MF /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.d --serialize-diagnostics /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.dia -c /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.c -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.o

Ld CompilerIdC normal i386
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CompilerIdC.LinkFileList -mmacosx-version-min=10.9 -Xlinker -dependency_info -Xlinker /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CompilerIdC_dependency_info.dat -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC

PhaseScriptExecution Run\ Script CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC
/bin/sh -c /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0

** BUILD SUCCEEDED **

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC"

The C compiler identification is Clang, found in "/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:
Build flags:
Id flags:

The output was:
0
=== BUILD TARGET CompilerIdCXX OF PROJECT CompilerIdCXX WITH THE DEFAULT CONFIGURATION (Debug) ===

Check dependencies

Write auxiliary files
/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
chmod 0755 /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CompilerIdCXX.LinkFileList
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap

CompileC CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.o CMakeCXXCompilerId.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.9 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/i386 -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX -MMD -MT dependencies -MF /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.d --serialize-diagnostics /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.dia -c /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.o

Ld CompilerIdCXX normal i386
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CompilerIdCXX.LinkFileList -mmacosx-version-min=10.9 -Xlinker -dependency_info -Xlinker /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CompilerIdCXX_dependency_info.dat -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX

PhaseScriptExecution Run\ Script CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX
/bin/sh -c /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0

** BUILD SUCCEEDED **

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX"

The CXX compiler identification is Clang, found in "/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX"

Determining if the C compiler works passed with the following output:
Change Dir: /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp

Run Build Command:/Applications/CMake\ 2.8-12.app/Contents/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec1399384717 -configuration Debug
=== BUILD TARGET cmTryCompileExec1399384717 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===

Check dependencies

Write auxiliary files
/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/Objects-normal/x86_64
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/Objects-normal/x86_64/cmTryCompileExec1399384717.LinkFileList

CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/Objects-normal/x86_64/testCCompiler.o testCCompiler.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR="Debug" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/DerivedSources/x86_64 -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/Objects-normal/x86_64/testCCompiler.d --serialize-diagnostics /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/Objects-normal/x86_64/testCCompiler.dia -c /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/testCCompiler.c -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/Objects-normal/x86_64/testCCompiler.o

Ld Debug/cmTryCompileExec1399384717 normal x86_64
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/Objects-normal/x86_64/cmTryCompileExec1399384717.LinkFileList -mmacosx-version-min=10.9 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec1399384717.build/Objects-normal/x86_64/cmTryCompileExec1399384717_dependency_info.dat -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1399384717

** BUILD SUCCEEDED **

Detecting C compiler ABI info compiled with the following output:
Change Dir: /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp

Run Build Command:/Applications/CMake\ 2.8-12.app/Contents/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec3682985277 -configuration Debug
=== BUILD TARGET cmTryCompileExec3682985277 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===

Check dependencies

Write auxiliary files
/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList

CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/CMakeCCompilerABI.o /Applications/CMake\ 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeCCompilerABI.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR="Debug" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/DerivedSources/x86_64 -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/CMakeCCompilerABI.d --serialize-diagnostics /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/CMakeCCompilerABI.dia -c /Applications/CMake\ 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeCCompilerABI.c -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/CMakeCCompilerABI.o

Ld Debug/cmTryCompileExec3682985277 normal x86_64
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList -mmacosx-version-min=10.9 -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277_dependency_info.dat -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3682985277
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3682985277 -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList -v -search_paths_first -headerpad_max_install_names -dependency_info /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug
@(#)PROGRAM:ld PROJECT:ld64-236.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
Library search paths:
/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib
Framework search paths:
/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/

** BUILD SUCCEEDED **

Parsed C implicit link information from above output:
link line regex: [^( _|._[/])(ld|([^/]+-)?ld|collect2)[^/]*( |$)]
ignore line: [Change Dir: /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/Applications/CMake\ 2.8-12.app/Contents/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec3682985277 -configuration Debug]
ignore line: [=== BUILD TARGET cmTryCompileExec3682985277 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===]
ignore line: []
ignore line: [Check dependencies]
ignore line: []
ignore line: [Write auxiliary files]
ignore line: [/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64]
ignore line: [write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList]
ignore line: []
ignore line: [CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/CMakeCCompilerABI.o /Applications/CMake\ 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeCCompilerABI.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler]
ignore line: [ cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp]
ignore line: [ export LANG=en_US.US-ASCII]
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR="Debug" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/DerivedSources/x86_64 -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -MMD -MT dependencies -MF /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/CMakeCCompilerABI.d --serialize-diagnostics /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/CMakeCCompilerABI.dia -c /Applications/CMake\ 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeCCompilerABI.c -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/CMakeCCompilerABI.o]
ignore line: []
ignore line: [Ld Debug/cmTryCompileExec3682985277 normal x86_64]
ignore line: [ cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp]
ignore line: [ export MACOSX_DEPLOYMENT_TARGET=10.9]
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList -mmacosx-version-min=10.9 -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277_dependency_info.dat -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3682985277]
ignore line: [Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)]
ignore line: [Target: x86_64-apple-darwin13.1.0]
ignore line: [Thread model: posix]
reduced line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3682985277 -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList -v -search_paths_first -headerpad_max_install_names -dependency_info /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug]
to: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3682985277 -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList -v -search_paths_first -headerpad_max_install_names -dependency_info /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a ]
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3682985277 -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList -v -search_paths_first -headerpad_max_install_names -dependency_info /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a ]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-macosx_version_min] ==> ignore
arg [10.9.0] ==> ignore
arg [-syslibroot] ==> ignore
arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk] ==> ignore
arg [-o] ==> ignore
arg [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3682985277] ==> ignore
arg [-filelist] ==> ignore
arg [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277.LinkFileList] ==> ignore
arg [-v] ==> ignore
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-dependency_info] ==> ignore
arg [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3682985277.build/Objects-normal/x86_64/cmTryCompileExec3682985277_dependency_info.dat] ==> ignore
arg [-lSystem] ==> lib [System]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib]
Framework search paths: [;/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/]
remove lib [System]
collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
collapse library dir [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug] ==> [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug], skipping non-system directory
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib]
collapse framework dir [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug] ==> [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug], skipping non-system directory
collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks]
implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib]
implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks]

Determining if the CXX compiler works passed with the following output:
Change Dir: /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp

Run Build Command:/Applications/CMake\ 2.8-12.app/Contents/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec3877477413 -configuration Debug
=== BUILD TARGET cmTryCompileExec3877477413 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===

Check dependencies

Write auxiliary files
/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/Objects-normal/x86_64
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/Objects-normal/x86_64/cmTryCompileExec3877477413.LinkFileList

CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/Objects-normal/x86_64/testCXXCompiler.o testCXXCompiler.cxx normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR="Debug" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.9 -Wno-sign-conversion -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/DerivedSources/x86_64 -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -g -MMD -MT dependencies -MF /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/Objects-normal/x86_64/testCXXCompiler.d --serialize-diagnostics /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/Objects-normal/x86_64/testCXXCompiler.dia -c /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/Objects-normal/x86_64/testCXXCompiler.o

Ld Debug/cmTryCompileExec3877477413 normal x86_64
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/Objects-normal/x86_64/cmTryCompileExec3877477413.LinkFileList -mmacosx-version-min=10.9 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec3877477413.build/Objects-normal/x86_64/cmTryCompileExec3877477413_dependency_info.dat -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3877477413

** BUILD SUCCEEDED **

Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp

Run Build Command:/Applications/CMake\ 2.8-12.app/Contents/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec464341286 -configuration Debug
=== BUILD TARGET cmTryCompileExec464341286 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===

Check dependencies

Write auxiliary files
/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64
write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList

CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o /Applications/CMake\ 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR="Debug" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.9 -Wno-sign-conversion -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/DerivedSources/x86_64 -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -g -MMD -MT dependencies -MF /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d --serialize-diagnostics /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia -c /Applications/CMake\ 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o

Ld Debug/cmTryCompileExec464341286 normal x86_64
cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList -mmacosx-version-min=10.9 -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286_dependency_info.dat -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec464341286
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec464341286 -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList -v -search_paths_first -headerpad_max_install_names -dependency_info /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug
@(#)PROGRAM:ld PROJECT:ld64-236.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
Library search paths:
/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib
Framework search paths:
/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/

** BUILD SUCCEEDED **

Parsed CXX implicit link information from above output:
link line regex: [^( _|._[/])(ld|([^/]+-)?ld|collect2)[^/]*( |$)]
ignore line: [Change Dir: /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/Applications/CMake\ 2.8-12.app/Contents/bin/cmakexbuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTryCompileExec464341286 -configuration Debug]
ignore line: [=== BUILD TARGET cmTryCompileExec464341286 OF PROJECT CMAKE_TRY_COMPILE WITH CONFIGURATION Debug ===]
ignore line: []
ignore line: [Check dependencies]
ignore line: []
ignore line: [Write auxiliary files]
ignore line: [/bin/mkdir -p /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64]
ignore line: [write-file /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList]
ignore line: []
ignore line: [CompileC CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o /Applications/CMake\ 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler]
ignore line: [ cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp]
ignore line: [ export LANG=en_US.US-ASCII]
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR="Debug" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.9 -Wno-sign-conversion -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/DerivedSources/x86_64 -I/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/DerivedSources -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -g -MMD -MT dependencies -MF /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d --serialize-diagnostics /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia -c /Applications/CMake\ 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o]
ignore line: []
ignore line: [Ld Debug/cmTryCompileExec464341286 normal x86_64]
ignore line: [ cd /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp]
ignore line: [ export MACOSX_DEPLOYMENT_TARGET=10.9]
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList -mmacosx-version-min=10.9 -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286_dependency_info.dat -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec464341286]
ignore line: [Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)]
ignore line: [Target: x86_64-apple-darwin13.1.0]
ignore line: [Thread model: posix]
reduced line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec464341286 -L/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList -v -search_paths_first -headerpad_max_install_names -dependency_info /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a -F/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug]
to: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec464341286 -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList -v -search_paths_first -headerpad_max_install_names -dependency_info /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a ]
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -o /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec464341286 -filelist /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList -v -search_paths_first -headerpad_max_install_names -dependency_info /Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a ]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-macosx_version_min] ==> ignore
arg [10.9.0] ==> ignore
arg [-syslibroot] ==> ignore
arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk] ==> ignore
arg [-o] ==> ignore
arg [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec464341286] ==> ignore
arg [-filelist] ==> ignore
arg [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286.LinkFileList] ==> ignore
arg [-v] ==> ignore
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-dependency_info] ==> ignore
arg [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTryCompileExec464341286.build/Objects-normal/x86_64/cmTryCompileExec464341286_dependency_info.dat] ==> ignore
arg [-lc++] ==> lib [c++]
arg [-lSystem] ==> lib [System]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib]
Framework search paths: [;/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/]
remove lib [System]
collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
collapse library dir [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug] ==> [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug], skipping non-system directory
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib]
collapse framework dir [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug] ==> [/Volumes/Data/Users/cshih/notes/Projects/Ubitus/Emulator/Mac/citra/build/CMakeFiles/CMakeTmp/Debug], skipping non-system directory
collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks]
implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib]
implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks]

from citra.

archshift avatar archshift commented on June 6, 2024

Alright. I've been using homebrew to install the dependencies, and if you're willing to switch to homebrew, instructions for building can be found here (I just tested these in a new Mavericks VM). Tomorrow I'll try and see why macports won't work to install dependencies.

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

Hi.

Appreciate your instructions on brew. However, it still shows the following after installing all the packages. :(

-- checking for one of the modules 'glfw3'
CMake Error at /usr/local/Cellar/cmake/2.8.12.2/share/cmake/Modules/FindPkgConfig.cmake:363 (message):
None of the required 'glfw3' found
Call Stack (most recent call first):
CMakeLists.txt:19 (pkg_search_module)

from citra.

archshift avatar archshift commented on June 6, 2024

Were the packages first uninstalled from macports?

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

Still the same error after uninstalling macports. :( Should I configure any path variables?

Thanks, Daniel

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

Hi,
It works with clean VM but still need to figure out the conflicts on the physical machine.

Thanks a lot.

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

Hi,

After successfully installing citra on mac, I now try to add applications to the emulator. Where should I start to look at? I don't find any menu to load ROM into the emulator? Is there any document to give me a head-start on how to start?

Thanks,
Daniel
On 2014/05/20, at 下午3:59, archshift [email protected] wrote:

Were the packages first uninstalled from macports?


Reply to this email directly or view it on GitHub.


Chi-Sheng (Daniel) Shih
NEWS Lab, National Taiwan University
E-Mail: [email protected]

Phone: +886-2-33664927 Fax: +886-2-33663778

from citra.

archshift avatar archshift commented on June 6, 2024

If you're using the GLFW frontend (citra), then files are passed with command-line arguments to the program: citra /x/y/z/homebrew.elf.

If you're using the Qt frontend (citra-qt), then use "File -> Load file", then "Emulation -> Start" on the menu.

Note that it is likely that nothing will show up on screen after starting the emulator, as it is currently broken

If you're able to fix it, that would be quite awesome.

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

Hi,

Do you have any sample elf that I can download to try?

Thanks,
Daniel
On 2014/05/21, at 上午6:34, archshift [email protected] wrote:

If you're using the GLFW frontend (citra), then files are passed with command-line arguments to the program: citra /x/y/z/homebrew.elf.

If you're using the Qt frontend (citra-qt), then use "File -> Load file", then "Emulation -> Start" on the menu.

####Note that most likely, nothing will show up on screen after starting the emulator, as it is currently broken####


Reply to this email directly or view it on GitHub.


Chi-Sheng (Daniel) Shih
NEWS Lab, National Taiwan University
E-Mail: [email protected]

Phone: +886-2-33664927 Fax: +886-2-33663778

from citra.

archshift avatar archshift commented on June 6, 2024

Here's a zip file with a few different homebrew files you can try.

from citra.

chishengshih avatar chishengshih commented on June 6, 2024

Hi,

Thanks for the info. The ELF files can be loaded although nothing is shown on the emulator.

I found that devkitARM and GNU tools are suggested to development applications. Which one is recommended in OSX environment?

Thanks,
Daniel
On 2014/5/21, at 上午7:40, archshift [email protected] wrote:

Here's a zip file with a few different homebrew files you can try.


Reply to this email directly or view it on GitHub.


Chi-Sheng (Daniel) Shih
NEWS Lab, National Taiwan University
E-Mail: [email protected]

Phone: +886-2-33664927 Fax: +886-2-33663778

from citra.

archshift avatar archshift commented on June 6, 2024

Either should do the trick. If you want, it'd be best to discuss citra on #citra on irc.freenode.net.

from citra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.