ahlstromcj / sequencer64

A major reboot of Seq24. Current release 0.97.0 (2021-05-13), native JACK MIDI, Song recording, playlists, and a Windows/Qt version. For fresher code, see the Seq66 project. Note that trigger and mute-group-in-MIDI-file formats have evolved! Back up your work!
GNU Affero General Public License v3.0
237 stars 28 forks source link

repetition of qskeymaps.hpp in pkginclude_HEADERS causes build install fail #155

Closed mxmilkiib closed 6 years ago

mxmilkiib commented 6 years ago
...
Making install in include
make[2]: Entering directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5/include'
make[3]: Entering directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5/include'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/milk/pkgs/sequencer64-next-git/pkg/sequencer64-next-git/usr/include/sequencer64-0.94/sequencer64'
 /usr/bin/install -c -m 644 Globals.hpp gui_assistant_qt5.hpp gui_palette_qt5.hpp keys_perform_qt5.hpp qclocklayout.hpp qinputcheckbox.hpp qperfeditframe.hpp qperfnames.hpp qperfroll.hpp qperftime.hpp qsabout.hpp qsbuildinfo.hpp qscrollmaster.h qseditoptions.hpp qseqbase.hpp qseqdata.hpp qseqeditex.hpp qseqeditframe64.hpp qseqeditframe.hpp qseqkeys.hpp qseqroll.hpp qseqstyle.hpp qseqtime.hpp qskeymaps.hpp qsliveframe.hpp qsmacros.hpp qskeymaps.hpp qsmaintime.hpp qsmainwnd.hpp qstriggereditor.hpp qt5_helpers.hpp '/home/milk/pkgs/sequencer64-next-git/pkg/sequencer64-next-git/usr/include/sequencer64-0.94/sequencer64'
/usr/bin/install: will not overwrite just-created '/home/milk/pkgs/sequencer64-next-git/pkg/sequencer64-next-git/usr/include/sequencer64-0.94/sequencer64/qskeymaps.hpp' with 'qskeymaps.hpp'
make[3]: *** [Makefile:479: install-pkgincludeHEADERS] Error 1
make[3]: Leaving directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5/include'
make[2]: *** [Makefile:594: install-am] Error 2
make[2]: Leaving directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5/include'
make[1]: *** [Makefile:471: install-recursive] Error 1
make[1]: Leaving directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5'
make: *** [Makefile:608: install-recursive] Error 1
==> ERROR: A failure occurred in package().
ahlstromcj commented 6 years ago

Doh! I fixed it and will check it in magna. You can delete the dupe in seq_qt5/include/Makefile.am and rebootstrap and remake again. Sorry!

On Mon, Jul 9, 2018, 16:10 Milk Brewster notifications@github.com wrote:

... Making install in include make[2]: Entering directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5/include' make[3]: Entering directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/milk/pkgs/sequencer64-next-git/pkg/sequencer64-next-git/usr/include/sequencer64-0.94/sequencer64' /usr/bin/install -c -m 644 Globals.hpp gui_assistant_qt5.hpp gui_palette_qt5.hpp keys_perform_qt5.hpp qclocklayout.hpp qinputcheckbox.hpp qperfeditframe.hpp qperfnames.hpp qperfroll.hpp qperftime.hpp qsabout.hpp qsbuildinfo.hpp qscrollmaster.h qseditoptions.hpp qseqbase.hpp qseqdata.hpp qseqeditex.hpp qseqeditframe64.hpp qseqeditframe.hpp qseqkeys.hpp qseqroll.hpp qseqstyle.hpp qseqtime.hpp qskeymaps.hpp qsliveframe.hpp qsmacros.hpp qskeymaps.hpp qsmaintime.hpp qsmainwnd.hpp qstriggereditor.hpp qt5_helpers.hpp '/home/milk/pkgs/sequencer64-next-git/pkg/sequencer64-next-git/usr/include/sequencer64-0.94/sequencer64' /usr/bin/install: will not overwrite just-created '/home/milk/pkgs/sequencer64-next-git/pkg/sequencer64-next-git/usr/include/sequencer64-0.94/sequencer64/qskeymaps.hpp' with 'qskeymaps.hpp' make[3]: [Makefile:479: install-pkgincludeHEADERS] Error 1 make[3]: Leaving directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5/include' make[2]: [Makefile:594: install-am] Error 2 make[2]: Leaving directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5/include' make[1]: [Makefile:471: install-recursive] Error 1 make[1]: Leaving directory '/home/milk/pkgs/sequencer64-next-git/src/sequencer64/seq_qt5' make: [Makefile:608: install-recursive] Error 1 ==> ERROR: A failure occurred in package().

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ahlstromcj/sequencer64/issues/155, or mute the thread https://github.com/notifications/unsubscribe-auth/AHnVqCAhlJpOFV1MufnbZCE28QMKXTDLks5uE7irgaJpZM4VIUHa .

ahlstromcj commented 6 years ago

Magna? Anyway, it is now in qt5_reconcile. I won't merge things to master until I finish up the last bits of functionality in the new qseqeditframe64 and qlfoframe classes and make sure they work in Windows as well.