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
235 stars 29 forks source link

qt5_reconcile comile error with ./bootstrap -er -qt "gdkmm/cursor.h: No such file or directory" #166

Closed layk closed 5 years ago

layk commented 5 years ago

I get: make[1]: No rule to make target '/home/lykki2/dev/seq64/current/sequencer64/seq_gtkmm2/src/.libs/libseq_gtkmm2.la', needed by 'seq64'. Stop. make[1]: Waiting for unfinished jobs.... CXX seq64rtmidi.o seq64rtmidi.cpp:40:10: fatal error: gdkmm/cursor.h: No such file or directory

include <gdkmm/cursor.h>

      ^~~~~~~~~~~~~~~~

compilation terminated.

Although i have /usr/include/gdkmm-2.4/gdkmm/cursor.h

ahlstromcj commented 5 years ago

Hmm, I fixed the build system. The latest from master or playlist should work. Master 0.96 will be out today or tomorrow, and I will make that bug isn't present.

On Sat, Sep 29, 2018, 09:38 layk notifications@github.com wrote:

I get: make[1]: No rule to make target '/home/lykki2/dev/seq64/current/sequencer64/seq_gtkmm2/src/.libs/ libseq_gtkmm2.la', needed by 'seq64'. Stop. make[1]: Waiting for unfinished jobs.... CXX seq64rtmidi.o seq64rtmidi.cpp:40:10: fatal error: gdkmm/cursor.h: No such file or directory

include <gdkmm/cursor.h>

^~~~ compilation terminated.

Although i have /usr/include/gdkmm-2.4/gdkmm/cursor.h

— 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/166, or mute the thread https://github.com/notifications/unsubscribe-auth/AHnVqDVmFvkemg4S7BT5VxdLiYfDbW73ks5uf3fmgaJpZM4XAgry .

layk commented 5 years ago

Yes master works. Closing this.