|
|
|
R.D. Latimer
|
Has anyone recently been able to compile on a Windows machine?
I've tried following the online directions, http://musescore.org/en/handbook/compile-instructions-windows-mingw but get bogged down, anyone using a windows-based compile method? I have bloodshed dev c++, trying to avoid Virtual C++ by microsoft. Thanks On Wed, Mar 18, 2009 at 9:26 AM, Lasconic <[hidden email]> wrote: The last version on the ppa is r1638. Not sure it will solve your issue thought. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
||||||||||||||||
|
lasconic
|
I managed to compile musescore on windows vista by adapting the instructions given. I'll write down the steps in the developer handbook.
I take the freedom to commit a fix in awl/CmakeLists.txt to copy all.h in more cross platform way. Hope it's ok ? It was one of the thing that prevent the compilation. I plan to commit a couple of files like a special Makefile for win32 compiling etc... Is it ok ? 2009/3/18 R.D. Latimer <[hidden email]> Has anyone recently been able to compile on a Windows machine? ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
R.D. Latimer
|
Thanks, I will take a look at the developer site later. I would like to be able to compile this in Windows.
On Fri, Mar 20, 2009 at 7:42 AM, Lasconic <[hidden email]> wrote: I managed to compile musescore on windows vista by adapting the instructions given. I'll write down the steps in the developer handbook. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
||||||||||||||||
|
R.D. Latimer
|
Thanks for your help. I'm at the last step and I get an "unexpected end of file" message. Am I supposed to have a win32 file?
C:\Program Files\MuseScore\mscore-0.9.4>mingw32-make -f Makefile.mingw win32 if not exist win32build\nul mkdir win32build "C:/Program Files/WinAVR-20071221/utils/bin/sh.exe": -c: line 2: syntax error: unexpected end of file mingw32-make: *** [win32] Error 258 C:\Program Files\MuseScore\mscore-0.9.4> Let me know if you have an idea where this "unexpected end of file" could be. Do I need this "PREFIX" I don't have an E drive. Is my syntax correct for defining the MINGW_DIR Makefile.mingw: PREFIX = "E:/dnload/muse-score/mscore-0.9.3/mscore/out" VERSION = 0.9.4 MINGW_DIR = "C:/MinGW" . . . Also, is this correct syntax for changing the directories in a batch file: @echo off set ZLIB_DIR="C:\Program Files\ZLib\zlib-1.2.3" set MSCORE_DIR="C:\Program Files\MuseScore\mscore-0.9.4" set PA_DIR="C:\Program Files\PortAudio\pa_stable_v19_20071207\portaudio" set QT_DIR="C:\Qt\4.4.3" set PATH=MSCORE_DIR;%PATH% set CPLUS_INCLUDE_PATH=ZLIB_DIR;PA_DIR\include set LIBRARY_PATH=ZLIB_DIR;PA_DIR\build\mingw;QT_DIR\lib
On Fri, Mar 20, 2009 at 9:16 AM, R.D. Latimer <[hidden email]> wrote: Thanks, I will take a look at the developer site later. I would like to be able to compile this in Windows. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |