In addition to being new to MuseScore, I'm also new to Qt Creator, but I finally figured out how to set the make target to "install", the Run Executable to C:\Users\Mike\Documents\GitHub\MuseScore\win32install\bin\mscore.exe, and the Run Working Directory to C:\Users\Mike\Documents\GitHub\MuseScore\win32install, but it still looks relative to the build directory, C:/Users/Mike/Documents/GitHub/MuseScore/build.qtc/sound to find FluidR3_GM2-2.sf3. Fortunately, it also looks in C:/Users/Mike/Documents/MuseScoreDevelopment/Soundfonts so I copied it there and that worked.

During the make install, I got the message
CMake Error at share/locale/cmake_install.cmake:31 (FILE):
  file INSTALL cannot find
"C:/Users/Mike/Documents/GitHub/MuseScore/share/locale/mscore_af.qm".
Call Stack (most recent call first):
  share/cmake_install.cmake:38 (INCLUDE)
  cmake_install.cmake:40 (INCLUDE)

The MuseScore/share/locale/CMakeLists.txt file has a list of .qm files, but the directory is full of .ts files with the same name. I changed the CMakeLists.txt file to use .ts file types and it was happy, but I don't know if that was the right fix.

Mike

On 9/3/2013 12:28 AM, Marc Sabatella wrote:
Probably depends on your OS, but basically, the "sound" folder of wherever you have done your "make install" into. On my Wndows system, its win32install/sound under my build folder.
—
Marc Sabatella


On Mon, Sep 2, 2013 at 9:46 PM, The Monkowski Family <[email protected] <mailto:[email protected]>> wrote:

    I'm trying my first compile and when I run the executable that is
    produced I get:

    Debug: Init midi driver failed

    Debug: Fluid: sf <FluidR3_GM2-2.sf3> not found


    Where should FluidR3_GM2-2.sf3 be found?

    Mike



------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to