yoyofr / modizer

iOS chiptune/module player
http://yoyofr.blogspot.com/p/modizer.html
138 stars 45 forks source link

Building fails using existing library search paths #28

Closed apollolux closed 7 years ago

apollolux commented 7 years ago

Hi there! I'm trying to build the latest modizer code (downloaded 2016-12-10) and get the following linker errors based on what paths are already in the Search Paths -> Library Search Paths setting for the project (/Users/lux/dev/app-dev/ is where I put the unzipped modizer-master):

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../Library/Developer/Xcode/DerivedData/libgsf-binfcpiwhuepmgcxhjvwsfpwozex/Build/Products/Debug-iphoneos'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../Library/Developer/Xcode/DerivedData/libgsf-binfcpiwhuepmgcxhjvwsfpwozex/Build/Products/Release-iphoneos'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../Library/Developer/Xcode/DerivedData/modizer-ewutdrprzhzobpehilyynkpuyhkd/Build/Products/Release-iphoneos'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../Library/Developer/Xcode/DerivedData/timidity-bpysqhjfftpcwddzpyetxenbgpde/Build/Products/Release-iphonesimulator'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../Library/Developer/Xcode/DerivedData/timidity-bpysqhjfftpcwddzpyetxenbgpde/Build/Products/Debug-iphonesimulator'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../Library/Developer/Xcode/DerivedData/timidity-bpysqhjfftpcwddzpyetxenbgpde/Build/Products/Debug-iphoneos'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../Library/Developer/Xcode/DerivedData/libgme-atjusmvlwaaasocyozwfnmzcavmb/Build/Products/Release-iphoneos'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../Library/Developer/Xcode/DerivedData/modizer-ewutdrprzhzobpehilyynkpuyhkd/Build/Products/Debug-iphoneos'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../../Library/Developer/Xcode/DerivedData/modizerws-djikcqenfakshqfxajwtzatnvpau/Build/Products/Release-iphoneos'

(null): Directory not found for option '-L/Users/lux/dev/app-dev/modizer-master/modizer/../../../../../Library/Developer/Xcode/DerivedData/modizerws-djikcqenfakshqfxajwtzatnvpau/Build/Products/Debug-iphoneos'

It also gives a "duplicate symbols" warning for various libvgmplay functions (likely because vgmplay and gme implement the same chips) and over 1300 warnings regarding implicit conversions, unused variables, etc.

I've tried building both Debug and Release, as well as changing profile from iPhone 6 (8.1) to iPhone 5s (8.1) or Resizable iPhone (8.1) because I only have a 5s.

MacBook Air 11" mid-2013 running Mavericks 10.9.5, XCode 6.2