Skip to content

Instantly share code, notes, and snippets.

@JoshuaBonn1
JoshuaBonn1 / gist:ece54af6f806acf842387aaa9b33b9e5
Created May 15, 2017 19:50
Error from MuseScore Compilation
mingw32-make[3]: Leaving directory 'C:/Users/Joshua Bonn/MuseScore/build.debug'
[ 24%] Built target poppler
mingw32-make[2]: Leaving directory 'C:/Users/Joshua Bonn/MuseScore/build.debug'
Makefile:150: recipe for target 'all' failed
mingw32-make[1]: *** [all] Error 2
mingw32-make[1]: Leaving directory 'C:/Users/Joshua Bonn/MuseScore/build.debug'
Makefile.mingw:35: recipe for target 'debug' failed
mingw32-make: *** [debug] Error 2
@JoshuaBonn1
JoshuaBonn1 / gist:749dbf206701347d7a72f4e2e569e455
Created May 15, 2017 19:54
Full compilation of MuseScore
C:\Users\Joshua Bonn\MuseScore>mingw32-make -f Makefile.mingw debug
if not exist build.debug\nul mkdir build.debug
if not exist win32install\nul mkdir win32install
cd build.debug & cmake -G "MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE=../build/mingw32.mingw.cmake -DCMAKE_INSTALL_PREFIX=../win32install -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_MAKE_PROGRAM=mingw32-make.exe ..
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:20 (project):
The CMAKE_C_COMPILER:
C:/Qt/Tools/mingw530_32/bin/gcc.exe
Thread 10 (Thread 6616.0x2484):
#0 0x776d0791 in ntdll!DbgBreakPoint () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1 0x777040f9 in ntdll!DbgUiRemoteBreakin () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#2 0x505a92b8 in ?? ()
No symbol table info available.
#3 0x777040c0 in ntdll!DbgUiIssueRemoteBreakin () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
@JoshuaBonn1
JoshuaBonn1 / goals_5-16-17
Created May 16, 2017 18:41
Goals for 5-16-17
Goals for 5-16-17
-Create a checkable box to show and hide the timeline.
-When box is checked, add the timeline to the bottom.
-Add grid to timeline.
10:51:34: Running steps for project mscore...
10:51:34: Starting: "C:\Program Files (x86)\CMake\bin\cmake.exe" --build . --target lrelease
Updating 'A:/MuseScore/share/locale/instruments_af.qm'...
Generated 2 translation(s) (2 finished and 0 unfinished)
Ignored 984 untranslated source text(s)
Updating 'A:/MuseScore/share/locale/instruments_ar.qm'...
Generated 1 translation(s) (1 finished and 0 unfinished)
Ignored 985 untranslated source text(s)
Updating 'A:/MuseScore/share/locale/instruments_ar_DZ.qm'...
Generated 1 translation(s) (1 finished and 0 unfinished)
internal error in mingw32_gt_pch_use_address, at config\i386\host-mingw32.c:184: MapViewOfFileEx: Attempt to access invalid address.
:-1: error: [mscore/CMakeFiles/mscore.dir/mscore_autogen/moc_compilation.cpp.obj] Error 1
fatal: The current branch 1-timeline-class has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin 1-timeline-class
Creates dockable widget at the bottom of the screen.
Creates a grid with a width of measures and a height of staves.
Makes sure that the size of the scene is proper for the number of measures.
Allows selection of the items on the grid.
When an item is selected on the grid, it will select it on the score.
When that happens, the scoreview moves to that measure.
When the score is changed, the grid updates.
Current Issues:
Dockable widget is of the wrong size and can be docked on the left and right as well.
$ git push origin 1-timeline-class
To https://github.com/JoshuaBonn1/MuseScore.git
! [rejected] 1-timeline-class -> 1-timeline-class (non-fast-forward)
error: failed to push some refs to 'https://github.com/JoshuaBonn1/MuseScore.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
$ git status
On branch 1-timeline-class
$ git log
commit ec714f58576144593aa9240195a6104b35b51bb2 (HEAD -> 1-timeline-class, origi n/1-timeline-class)
Author: Joshua Bonn <jebonn@comcast.net>
Date: Wed May 24 22:28:13 2017 -0700
Added grid and selection functionality
commit 30eb2fb574cf35c56ed25da4a8790fd25ea482e4
Author: lasconic <lasconic@gmail.com>
Date: Wed May 24 23:27:33 2017 +0200