GithubHelp home page GithubHelp logo

shiiion / ishiiruka Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tinob/ishiiruka

47.0 47.0 6.0 236.26 MB

License: GNU General Public License v2.0

CMake 0.92% C 3.72% GLSL 2.88% Roff 0.02% Makefile 0.05% C++ 88.50% Shell 0.05% Perl 0.02% Objective-C 0.02% Objective-C++ 0.25% NSIS 0.06% Java 2.96% JavaScript 0.02% Smarty 0.01% Assembly 0.45% Python 0.09%

ishiiruka's People

Contributors

ayuanx avatar bhaalsen avatar comex avatar degasus avatar delroth avatar glennricster avatar hrydgard avatar john-peterson avatar jordan-woyak avatar lioncash avatar lm1234 avatar lpfaint99 avatar magcius avatar magumagu avatar mthuurne avatar nakee avatar neobrain avatar omegadox avatar parlane avatar pierrewillenbrock avatar rachelbryk avatar shiiion avatar shuffle2 avatar sirmangler avatar skidau avatar sl1nk3 avatar sonicadvance1 avatar sorenjorvang avatar tbennun avatar tinob avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ishiiruka's Issues

Compile error on ArchLinux at FpsControls.cpp.o

Compile stop with error :

/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:661:10: warning: enumeration value ‘MENU’ not handled in switch [-Wswitch]
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:661:10: warning: enumeration value ‘MENU_PRIME_1’ not handled in switch [-Wswitch]
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:661:10: warning: enumeration value ‘MENU_PRIME_2’ not handled in switch [-Wswitch]
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:661:10: warning: enumeration value ‘PRIME_1_GCN’ not handled in switch [-Wswitch]
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:661:10: warning: enumeration value ‘PRIME_2_GCN’ not handled in switch [-Wswitch]
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:661:10: warning: enumeration value ‘MAX_VAL’ not handled in switch [-Wswitch]
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp: In member function ‘virtual bool prime::FpsControls::init_mod(prime::Game, prime::Region)’:
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:673:10: warning: enumeration value ‘INVALID_GAME’ not handled in switch [-Wswitch]
  673 |   switch (game) {
      |          ^
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:673:10: warning: enumeration value ‘MENU’ not handled in switch [-Wswitch]
make[2]: *** [Source/Core/Core/CMakeFiles/core.dir/build.make:3059: Source/Core/Core/CMakeFiles/core.dir/PrimeHack/Mods/FpsControls.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1148: Source/Core/Core/CMakeFiles/core.dir/all] Error 2
make: *** [Makefile:171: all] Error 2

I've attached the full log

Software information
OS: Arch Linux x86_64
Resolution: 1920x1080
Dm/Wm: GNOME
gcc (GCC) 10.2.0

System information

  • Kernel:** Linux 5.9.14-zen1-1-zen
  • CPU: AMD Ryzen 5 1600X (12) @ 3.600GHz
  • Memory: 16GB
  • GPU: NVIDIA GeForce GTX 1060 6GB
  • Driver: nvidia 455.45.01

primehack-ishiiruka_compile_error.log

macOS - Make fails building XInput2Mouse.cpp.o

When compiling on macOS (on both Mojave and Big Sur) CMake runs without any issues but make always fails when building XInput2Mouse.cpp.o with the following error:

[ 59%] Building CXX object Source/Core/InputCommon/CMakeFiles/inputcommon.dir/XInput2Mouse.cpp.o
In file included from /Users/a********r/Github-repos/Ishiiruka/Source/Core/InputCommon/XInput2Mouse.cpp:1:
/Users/a********r/Github-repos/Ishiiruka/Source/Core/InputCommon/XInput2Mouse.h:4:10: fatal error: 
      'X11/Xlib.h' file not found
#include <X11/Xlib.h>
         ^~~~~~~~~~~~
1 error generated.
make[2]: *** [Source/Core/InputCommon/CMakeFiles/inputcommon.dir/XInput2Mouse.cpp.o] Error 1
make[1]: *** [Source/Core/InputCommon/CMakeFiles/inputcommon.dir/all] Error 2
make: *** [all] Error 2

I have XQuartz installed so X11 headers are present (I have found them in /opt/X11, via a symlink in /usr/X11 which points /opt/X11, in /usr/local/Cellar, symlinked from /usr/local/include and within the XCode app itself) and I have XCode and command line tools installed. I have tried running this on different volumes, reinstalling XQuartz, XCode and command line tools and then re-downloading the project and running CMake again, and explicitly telling the compiler to look in /opt/X11/include for the right headers using the following command before running make:
export CXXFLAGS=-I/opt/X11/include

If there's anything else you need me to try please let me know.

Failure on startup: Metroid Prime Trilogy

Hello, I recently downloaded version 5.0 of Dolphin, and found this repo in a search for more intuitive controls. When attempting to start the metroid prime trilogy, emulation immediately crashes. It is not an issue with the file -- I was playing it just fine through the official dolphin release. I have tried numerous configuration settings in both graphics and application, but to no avail.

I noticed there was a recent commit 5 hours ago, and I am worried something may have been affected. Are there any logging configs in place so I may troubleshoot? I noticed there were not any logs printed to the usual place for dolphin.

Any response would be appreciated.

Thank you

Error on CMake : Cannot find source file: PrimeHack/Mods/EmuVariableManager.cpp

Error on CMake

CMake Error at Source/Core/Core/CMakeLists.txt:1 (add_library):
  Cannot find source file:

    PrimeHack/Mods/EmuVariableManager.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc


CMake Error at Source/Core/Core/CMakeLists.txt:1 (add_library):
  No SOURCES given to target: core

Do you mean :
./Source/Core/Core/PrimeHack/EmuVariableManager.cpp

?

Trilogy will not load

Hey, im not sure what really happened to my game but I played metroid prime 3 and got to about 30% done with the game and now the trilogy just wont load up anymore. I click play trilogy and I just get a white screen. Then when I close it, it gives me the error message that Dolphin.exe isnt responding. I downloaded the same version of prime hack again and booted up the game just fine but now my save file is in the other download. Is there any way I could move the save file from the old prime hack onto the new one?

Compile error on ArchLinux at FpsControls.cpp.o also after ad3d542

New compile error with the new commit ad3d542

Here the last log :

/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:265:80: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  265 |   bool locked = (read32(mp1_static.orbit_state_address) != ORBIT_STATE_GRAPPLE &&
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  266 |     read8(mp1_static.lockon_address) || beamvisor_menu);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp: In member function ‘void prime::FpsControls::run_mod_mp2(prime::Region)’:
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:383:73: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  383 |   bool locked = (read32(cplayer_address + 0x390) != ORBIT_STATE_GRAPPLE &&
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  384 |     read32(mp2_static.lockon_address) || beamvisor_menu);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp: In member function ‘void prime::FpsControls::run_mod_mp3(prime::Game, prime::Region)’:
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:566:39: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  566 |   if (!read8(cplayer_address + 0x378) && read8(mp3_static.lockon_address) || beamvisor_menu || read8(cplayer_address + 0x378)) {
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/user/Games/primehack-ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:630:18: error: ‘lerp’ is not a member of ‘std’
  630 |     pitch = std::lerp(start_pitch, 0.f, delta / 15.f);
      |                  ^~~~
make[2]: *** [Source/Core/Core/CMakeFiles/core.dir/build.make:3059: Source/Core/Core/CMakeFiles/core.dir/PrimeHack/Mods/FpsControls.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1148: Source/Core/Core/CMakeFiles/core.dir/all] Error 2
make: *** [Makefile:171: all] Error 2

primehack-ishiiruka_compile_error_2.log

Software information
OS: Arch Linux x86_64
Resolution: 1920x1080
Dm/Wm: GNOME
gcc (GCC) 10.2.0

System information

  • Kernel:** Linux 5.9.14-zen1-1-zen
  • CPU: AMD Ryzen 5 1600X (12) @ 3.600GHz
  • Memory: 16GB
  • GPU: NVIDIA GeForce GTX 1060 6GB
  • Driver: nvidia 455.45.01

"Invalid or incomplete multibyte or wide character" when compiling on Ubuntu

/home/user/Downloads/Ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp: In function ‘bool prime::{anonymous}::is_string_ridley(prime::Region, u32)’:
/home/user/Downloads/Ishiiruka/Source/Core/Core/PrimeHack/Mods/FpsControls.cpp:26:46: error: converting to execution character set: Invalid or incomplete multibyte or wide character
   26 | #define RIDLEY_STR(r) (r == Region::NTSC_J ? L"���^���h���[" : L"Meta Ridley")

...

make[2]: *** [Source/Core/Core/CMakeFiles/core.dir/build.make:3040: Source/Core/Core/CMakeFiles/core.dir/PrimeHack/Mods/FpsControls.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1569: Source/Core/Core/CMakeFiles/core.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

When compiling the project following the global build steps on Ubuntu 20.04.2, this error occurs and halts the process.
Full log here

Mouse 3 & 4 not registering

Been getting into PrimeHack and optimizing my control scheme, but it seems like mouse 3 & 4 (side/thumb buttons) aren't being recognized as being clicked. The control configurator is registering them, but the game isn't at all. I have mouse 3 registered to - and mouse 4 registered to +, and I'm using a Razer Basilisk V2.

compile error on MacOS

/Users/joe>cmake /Users/joe/Ishiiruka-master
CMake Warning (dev) at CMakeLists.txt:10 (set):
  implicitly converting 'string' to 'STRING' type.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is AppleClang 12.0.0.12000032
-- The CXX compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/local/bin/git (found version "2.29.2") 
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
-- Detected architecture: x86_64
-- Performing Test FLAG_C_HAVE_SSE2
-- Performing Test FLAG_C_HAVE_SSE2 - Success
-- Performing Test FLAG_CXX_HAVE_SSE2
-- Performing Test FLAG_CXX_HAVE_SSE2 - Success
-- Performing Test FLAG_C_HAVE_WALL
-- Performing Test FLAG_C_HAVE_WALL - Success
-- Performing Test FLAG_CXX_HAVE_WALL
-- Performing Test FLAG_CXX_HAVE_WALL - Success
-- Performing Test FLAG_C_TYPE_LIMITS
-- Performing Test FLAG_C_TYPE_LIMITS - Success
-- Performing Test FLAG_CXX_TYPE_LIMITS
-- Performing Test FLAG_CXX_TYPE_LIMITS - Success
-- Performing Test FLAG_C_SIGN_COMPARE
-- Performing Test FLAG_C_SIGN_COMPARE - Success
-- Performing Test FLAG_CXX_SIGN_COMPARE
-- Performing Test FLAG_CXX_SIGN_COMPARE - Success
-- Performing Test FLAG_C_IGNORED_QUALIFIERS
-- Performing Test FLAG_C_IGNORED_QUALIFIERS - Success
-- Performing Test FLAG_CXX_IGNORED_QUALIFIERS
-- Performing Test FLAG_CXX_IGNORED_QUALIFIERS - Success
-- Performing Test FLAG_C_UNINITIALIZED
-- Performing Test FLAG_C_UNINITIALIZED - Success
-- Performing Test FLAG_CXX_UNINITIALIZED
-- Performing Test FLAG_CXX_UNINITIALIZED - Success
-- Performing Test FLAG_C_LOGICAL_OP
-- Performing Test FLAG_C_LOGICAL_OP - Failed
-- Performing Test FLAG_CXX_LOGICAL_OP
-- Performing Test FLAG_CXX_LOGICAL_OP - Failed
-- Performing Test FLAG_C_SHADOW
-- Performing Test FLAG_C_SHADOW - Success
-- Performing Test FLAG_CXX_SHADOW
-- Performing Test FLAG_CXX_SHADOW - Success
-- Performing Test FLAG_C_INIT_SELF
-- Performing Test FLAG_C_INIT_SELF - Success
-- Performing Test FLAG_CXX_INIT_SELF
-- Performing Test FLAG_CXX_INIT_SELF - Success
-- Performing Test FLAG_C_MISSING_DECLARATIONS
-- Performing Test FLAG_C_MISSING_DECLARATIONS - Success
-- Performing Test FLAG_CXX_MISSING_DECLARATIONS
-- Performing Test FLAG_CXX_MISSING_DECLARATIONS - Success
-- Performing Test FLAG_C_MISSING_VARIABLE_DECLARATIONS
-- Performing Test FLAG_C_MISSING_VARIABLE_DECLARATIONS - Success
-- Performing Test FLAG_CXX_MISSING_VARIABLE_DECLARATIONS
-- Performing Test FLAG_CXX_MISSING_VARIABLE_DECLARATIONS - Success
-- Performing Test FLAG_C_NO_STRICT_ALIASING
-- Performing Test FLAG_C_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_CXX_NO_STRICT_ALIASING
-- Performing Test FLAG_CXX_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_C_NO_EXCEPTIONS
-- Performing Test FLAG_C_NO_EXCEPTIONS - Success
-- Performing Test FLAG_CXX_NO_EXCEPTIONS
-- Performing Test FLAG_CXX_NO_EXCEPTIONS - Success
-- Performing Test FLAG_C_VISIBILITY_INLINES_HIDDEN
-- Performing Test FLAG_C_VISIBILITY_INLINES_HIDDEN - Success
-- Performing Test FLAG_CXX_VISIBILITY_INLINES_HIDDEN
-- Performing Test FLAG_CXX_VISIBILITY_INLINES_HIDDEN - Success
-- Performing Test FLAG_C_VISIBILITY_HIDDEN
-- Performing Test FLAG_C_VISIBILITY_HIDDEN - Success
-- Performing Test FLAG_CXX_VISIBILITY_HIDDEN
-- Performing Test FLAG_CXX_VISIBILITY_HIDDEN - Success
-- Performing Test FLAG_C_FOMIT_FRAME_POINTER
-- Performing Test FLAG_C_FOMIT_FRAME_POINTER - Success
-- Performing Test FLAG_CXX_FOMIT_FRAME_POINTER
-- Performing Test FLAG_CXX_FOMIT_FRAME_POINTER - Success
-- Performing Test FLAG_C_GGDB
-- Performing Test FLAG_C_GGDB - Success
-- Performing Test FLAG_CXX_GGDB
-- Performing Test FLAG_CXX_GGDB - Success
-- Performing Test FLAG_C_HAVE_MSSSE3
-- Performing Test FLAG_C_HAVE_MSSSE3 - Success
-- Performing Test FLAG_CXX_HAVE_MSSSE3
-- Performing Test FLAG_CXX_HAVE_MSSSE3 - Success
-- Performing Test FLAG_C_HAVE_ARCH_CORE2
-- Performing Test FLAG_C_HAVE_ARCH_CORE2 - Success
-- Performing Test FLAG_CXX_HAVE_ARCH_CORE2
-- Performing Test FLAG_CXX_HAVE_ARCH_CORE2 - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2") 
-- Could NOT find OpenGL (missing: OPENGL_INCLUDE_DIR) 
--  Found avcodec: /usr/local/include /usr/local/lib/libavcodec.dylib
--  Found avdevice: /usr/local/include /usr/local/lib/libavdevice.dylib
--  Found avfilter: /usr/local/include /usr/local/lib/libavfilter.dylib
--  Found avformat: /usr/local/include /usr/local/lib/libavformat.dylib
--  Found avutil: /usr/local/include /usr/local/lib/libavutil.dylib
--  Found swresample: /usr/local/include /usr/local/lib/libswresample.dylib
--  Found swscale: /usr/local/include /usr/local/lib/libswscale.dylib
-- Found FFmpeg: /usr/local/include  found components: avcodec avformat avutil swscale 
-- libav/ffmpeg found, enabling AVI frame dumps
-- Using named pipes as controller inputs
-- Watching game memory for changes
-- Enabling analytics collection (subject to end-user opt-in)
-- Performing Test FLAG_C_CXX11
-- Performing Test FLAG_C_CXX11 - Failed
-- Performing Test FLAG_CXX_CXX11
-- Performing Test FLAG_CXX_CXX11 - Success
-- Using static enet from Externals
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for poll
-- Looking for poll - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - not found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - not found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Performing Test HAS_MSGHDR_FLAGS
-- Performing Test HAS_MSGHDR_FLAGS - Success
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Using static xxhash from Externals
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Shared zlib not found, falling back to the static library
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Check size of off64_t
-- Check size of off64_t - failed
-- Looking for fseeko
-- Looking for fseeko - found
-- Using static lzo from Externals
-- Using static libpng from Externals
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Looking for include file AudioUnit/AudioUnit.h
-- Looking for include file AudioUnit/AudioUnit.h - found
-- Looking for include file pulse/pulseaudio.h
-- Looking for include file pulse/pulseaudio.h - not found
-- Looking for include file alsa/asoundlib.h
-- Looking for include file alsa/asoundlib.h - not found
-- Looking for include file jack/jack.h
-- Looking for include file jack/jack.h - not found
-- Looking for include file audioclient.h
-- Looking for include file audioclient.h - not found
-- Looking for include files windows.h, mmsystem.h
-- Looking for include files windows.h, mmsystem.h - not found
-- Looking for include file SLES/OpenSLES.h
-- Looking for include file SLES/OpenSLES.h - not found
-- Looking for include file android/log.h
-- Looking for include file android/log.h - not found
-- Looking for include file sndio.h
-- Looking for include file sndio.h - not found
-- Looking for include file kai.h
-- Looking for include file kai.h - not found
-- Using static LibUSB from Externals
-- Looking for include file asm/types.h
-- Looking for include file asm/types.h - not found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for include file linux/filter.h
-- Looking for include file linux/filter.h - not found
-- Looking for include file linux/netlink.h
-- Looking for include file linux/netlink.h - not found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Check size of struct timespec
-- Check size of struct timespec - failed
-- Looking for syslog
-- Looking for syslog - found
-- Looking for include file syslog.h
-- Looking for include file syslog.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Check size of nfds_t
-- Check size of nfds_t - done
-- Looking for include file sys/timerfd.h
-- Looking for include file sys/timerfd.h - not found
-- Using static SFML 2.1 from Externals
-- Using static miniupnpc from Externals
-- Using static mbed TLS from Externals
-- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) (found version "7.64.1")
-- Using static libcurl from Externals
-- Using static SOIL from Externals
-- Using static iconv from Externals
-- Could NOT find HIDAPI (missing: HIDAPI_LIBRARY HIDAPI_INCLUDE_DIR) 
-- Using static HIDAPI from Externals
-- Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS) (Required is at least version "3.1.0")
-- Using static wxWidgets from Externals
CMake Warning (dev) at /usr/local/Cellar/cmake/3.18.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (Libsystemd).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/3.18.4/share/cmake/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  CMake/FindLibsystemd.cmake:1 (include)
  CMakeLists.txt:750 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/local/Cellar/cmake/3.18.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (SYSTEMD)
  does not match the name of the calling package (Libsystemd).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  CMake/FindLibsystemd.cmake:21 (find_package_handle_standard_args)
  CMakeLists.txt:750 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find SYSTEMD (missing: SYSTEMD_LIBRARIES SYSTEMD_INCLUDE_DIRS) 
-- libsystemd not found, disabling traversal server watchdog support
-- Using static gtest from Externals
-- Found PythonInterp: /usr/bin/python (found version "2.7.16") 
-- Performing Test FLAG_C_CXX17
-- Performing Test FLAG_C_CXX17 - Failed
-- Performing Test FLAG_CXX_CXX17
-- Performing Test FLAG_CXX_CXX17 - Success
-- Could NOT find OpenSLES (missing: OPENSLES_LIBRARY OPENSLES_INCLUDE_DIR) 
-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) 
-- ALSA NOT found, disabling ALSA sound backend
CMake Warning (dev) at /usr/local/Cellar/cmake/3.18.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (PulseAudio).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/3.18.4/share/cmake/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
  CMake/FindPulseAudio.cmake:9 (include)
  Source/Core/AudioCommon/CMakeLists.txt:36 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- PulseAudio NOT found, disabling PulseAudio sound backend
-- Found Gettext: /usr/local/bin/msgmerge (found version "0.21") 
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OBJC_LIBRARY
    linked by target "usb" in directory /Users/joe/Ishiiruka-master/Externals/libusb

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

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.