Hi All,

Just trying to get set up again and running into problems, anyone have any
suggestions:

keithsalisbury@keith-lappy ~/code/vendor/mixxx (master)$ scons
machine=x86_64
scons: Reading SConscript files ...
INFO:root:Target Platform: osx
INFO:root:Target Machine: x86_64
INFO:root:Build: debug
INFO:root:Toolchain: gnu
INFO:root:Crosscompile: NO
INFO:root:Qt path: /usr/local//Cellar/qt/4.8.5/
Automatically detecting Mac OS X SDK.
XCode developer directory: /Applications/Xcode.app/Contents/Developer
Automatically selected OS X SDK:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
Configuring MixxxCore
Configuring SoundTouch
Configuring ReplayGain
Configuring PortAudio
Checking for C library portaudio... (cached) yes
Configuring PortMIDI
Checking for C library porttime... (cached) no
Checking for C library libporttime... (cached) no
Checking for C header file porttime.h... (cached) yes
Checking for C library portmidi... (cached) yes
Checking for C header file portmidi.h... (cached) yes
Configuring Qt
Configuring TestHeaders
Configuring FidLib
Configuring SndFile
Checking for C library sndfile... (cached) yes
Configuring FLAC
Checking for C header file FLAC/stream_decoder.h... (cached) yes
Checking for C library libFLAC... (cached) yes
Configuring OggVorbis
Checking for C library libvorbisfile... (cached) yes
Checking for C library libvorbis... (cached) yes
Checking for C library libogg... (cached) yes
Checking for C library libvorbisenc... (cached) yes
Configuring OpenGL
Checking for C library GL... (cached) no
Checking for C library opengl32... (cached) no
Checking for C header file OpenGL/gl.h... (cached) yes
Checking for C library GLU... (cached) no
Checking for C library glu32... (cached) no
Checking for C header file OpenGL/glu.h... (cached) yes
Configuring TagLib
Checking for C library tag... (cached) yes
Configuring ProtoBuf
Checking for C library libprotobuf-lite... (cached) yes
Configuring Chromaprint
Checking for C library chromaprint... (cached) yes
Configuring RubberBand
Checking for C library rubberband... (cached) yes
Configuring SecurityFramework
Configuring CoreServices
Configuring Mad
Configuring CoreAudio
Configuring MediaFoundation
Configuring HSS1394
Configuring HID
Configuring Bulk
Configuring MacAppStoreException
Configuring VinylControl
Configuring Shoutcast
Configuring Opus
Configuring Profiling
Configuring Tuned
Configuring QDebug
Configuring Verbose
Configuring Optimize
Configuring FAAD
Configuring WavPack
Configuring ModPlug
Configuring TestSuite
Configuring MSVCDebug
Configuring MSVSHacks
Configuring Vamp
Configuring AutoDjCrates
Configuring ColorDiagnostics
Configuring AddressSanitizer
Configuring PerfTools
Configuring AsmLib
Configuring IPod
Configuring FFMPEG

Features Summary:
================
                Mixxx Core Features... Enabled
                    MAD MP3 Decoder... Disabled
          CoreAudio MP3/AAC Decoder... Enabled
Media Foundation AAC Decoder Plugin... Disabled
        HSS1394 MIDI device support... Disabled
             HID controller support... Enabled
        USB Bulk controller support... Disabled
            Build for Mac App Store... Disabled
                      Vinyl Control... Enabled
   Shoutcast Broadcasting (OGG/MP3)... Disabled
            Opus (RFC 6716) support... Disabled
     gprof/Saturn profiling support... Disabled
            Optimizing for this CPU... Disabled
           Debugging message output... Enabled
         Verbose compilation output... Disabled
            Optimization and Tuning... Enabled -- Basic Optimizations (-03)
 FAAD AAC audio file decoder plugin... Disabled
  WavPack audio file support plugin... Disabled
      Modplug module decoder plugin... Disabled
                   Mixxx Test Suite... Disabled
                     MSVC Debugging... Disabled
                    MSVS 2005 hacks... Disabled
             Vamp Analysers support... Disabled
 Auto-DJ crates (for random tracks)... Enabled
                  Color Diagnostics... Disabled
                  Address Sanitizer... Disabled
                   Google PerfTools... Disabled
                 Agner Fog's ASMLIB... Disabled
           NOT-WORKING iPod Support... Disabled
               FFMPEG/LibAV support... Disabled
================
Building with flags: autodjcrates coreaudio hid optimize qdebug vinylcontrol
Building with CC: gcc
Building with CXX: g++
Building with CCFLAGS: -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
-mmacosx-version-min=10.5 -arch x86_64 -pipe -Wall -Wextra -g
-F/usr/local//Cellar/qt/4.8.5/Frameworks -O3 -ffast-math -funroll-loops
-fomit-frame-pointer
Building with CPPDEFINES: -Dx86_64 -DSETTINGS_PATH=\"Library/Application
Support/Mixxx/\" -DSETTINGS_FILE=\"mixxx.cfg\"
-DSOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS -D__PORTAUDIO__ -DQT_SHARED
-DQT_TABLET_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_XML_LIB
-DQT_SVG_LIB -DQT_SQL_LIB -DQT_SCRIPT_LIB -DQT_NETWORK_LIB -D__SNDFILE__
-D__COREAUDIO__ -D__HID__ -D__VINYLCONTROL__ -D__AUTODJCRATES__
Building with CXXFLAGS: -I/usr/local//include
Building with LINKFLAGS: -L/usr/local//lib -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
-mmacosx-version-min=10.5
-Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
-stdlib=libstdc++ -arch x86_64 -framework QtCore -framework QtGui
-framework QtOpenGL -framework QtXml -framework QtSvg -framework QtSql
-framework QtScript -framework QtXmlPatterns -framework QtNetwork
-framework QtTest -F/usr/local//Cellar/qt/4.8.5/Frameworks
-Wl,-rpath,/usr/local//Cellar/qt/4.8.5/lib
-L/usr/local//Cellar/qt/4.8.5/lib -framework Security -framework
CoreServices -Wl,-headerpad,ffff -Wl,-headerpad_max_install_names
Building with LIBS: portaudio portmidi sndfile libFLAC libvorbisfile
libvorbis libogg libvorbisenc tag libprotobuf-lite chromaprint rubberband
================

WE ARE IN: /Users/keithsalisbury/code/vendor/mixxx/osx64_build
Building  master  - rev. 4559
scons: done reading SConscript files.
scons: Building targets ...
[LD] osx64_build/Mixxx
Undefined symbols for architecture x86_64:
  "DlgPrefBeats::DlgPrefBeats(QWidget*, ConfigObject<ConfigValue>*)",
referenced from:
      DlgPreferences::DlgPreferences(MixxxMainWindow*, SkinLoader*,
SoundManager*, PlayerManager*, ControllerManager*, VinylControlManager*,
ConfigObject<ConfigValue>*, Library*) in dlgpreferences.o
  "VampAnalyser::GetInitFramesVector()", referenced from:
      AnalyserKey::finalise(QSharedPointer<TrackInfoObject>) in
analyserkey.o
  "VampAnalyser::GetLastValuesVector()", referenced from:
      AnalyserKey::finalise(QSharedPointer<TrackInfoObject>) in
analyserkey.o
  "VampAnalyser::initializePluginPaths()", referenced from:
      AnalyserQueue::createDefaultAnalyserQueue(ConfigObject<ConfigValue>*,
TrackCollection*) in analyserqueue.o

AnalyserQueue::createAnalysisFeatureAnalyserQueue(ConfigObject<ConfigValue>*,
TrackCollection*) in analyserqueue.o
      DlgPrefKey::populate() in dlgprefkey.o
  "VampAnalyser::End()", referenced from:
      AnalyserKey::finalise(QSharedPointer<TrackInfoObject>) in
analyserkey.o
  "VampAnalyser::Init(QString, QString, int, int, bool)", referenced from:
      AnalyserKey::initialise(QSharedPointer<TrackInfoObject>, int, int) in
analyserkey.o
  "VampAnalyser::Process(float const*, int)", referenced from:
      AnalyserKey::process(float const*, int) in analyserkey.o
  "VampAnalyser::VampAnalyser(ConfigObject<ConfigValue>*)", referenced from:
      AnalyserKey::initialise(QSharedPointer<TrackInfoObject>, int, int) in
analyserkey.o
  "AnalyserBeats::AnalyserBeats(ConfigObject<ConfigValue>*)", referenced
from:
      AnalyserQueue::createDefaultAnalyserQueue(ConfigObject<ConfigValue>*,
TrackCollection*) in analyserqueue.o

AnalyserQueue::createAnalysisFeatureAnalyserQueue(ConfigObject<ConfigValue>*,
TrackCollection*) in analyserqueue.o
  "VampPluginLoader::loadPlugin(std::string, float, int)", referenced from:
      DlgPrefKey::populate() in dlgprefkey.o
  "VampPluginLoader::getInstance()", referenced from:
      DlgPrefKey::populate() in dlgprefkey.o
  "VampPluginLoader::listPlugins()", referenced from:
      DlgPrefKey::populate() in dlgprefkey.o
  "TagLib::String::String(std::string const&, TagLib::String::Type)",
referenced from:
      AudioTagger::save() in audiotagger.o
      AudioTagger::addID3v2Tag(TagLib::ID3v2::Tag*) in audiotagger.o
      AudioTagger::addAPETag(TagLib::APE::Tag*) in audiotagger.o
      AudioTagger::processMP4Tag(TagLib::MP4::Tag*) in audiotagger.o
      AudioTagger::addXiphComment(TagLib::Ogg::XiphComment*) in
audiotagger.o

"google::protobuf::internal::WireFormatLite::ReadString(google::protobuf::io::CodedInputStream*,
std::string*)", referenced from:

mixxx::track::io::key::KeyMap::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
in keys.pb.o

mixxx::skin::SkinManifest_Attribute::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
in skin.pb.o

mixxx::skin::SkinManifest::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
in skin.pb.o
  "google::protobuf::internal::WireFormatLite::WriteString(int, std::string
const&, google::protobuf::io::CodedOutputStream*)", referenced from:

mixxx::track::io::key::KeyMap::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*)
const in keys.pb.o

mixxx::skin::SkinManifest_Attribute::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*)
const in skin.pb.o

mixxx::skin::SkinManifest::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*)
const in skin.pb.o
  "google::protobuf::MessageLite::SerializeToString(std::string*) const",
referenced from:
      BeatGrid::toByteArray() const in beatgrid.o
      BeatMap::toByteArray() const in beatmap.o
      Keys::toByteArray() const in keys.o
      Waveform::toByteArray() const in waveform.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
scons: *** [osx64_build/Mixxx] Error 1
scons: building terminated because of errors.
------------------------------------------------------------------------------
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to