-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RtMidi Qt project file not found. Dependency package error? #72
Comments
Strange. I just did the following:
wget -q https://knob.phreneticappsllc.com/nesicide/nesicide-deps.tar.bz2
tar xjf nesicide-deps.tar.bz2
ls deps/rtmidi/
RtMidi.cpp RtMidi.h rtmidi.pro
Looks like it's there to me.
…On Sun, Feb 14, 2021 at 4:47 PM Ewan Green ***@***.***> wrote:
When I tried to build nesicide, I ran the linux-build script as follows
and it told me that the rtmidi.pro file is missing. After looking at the
build script, I see that there is an external dependencies package that is
installed at compile time. Something must have gone with this package,
because upon inspection the deps/rtmidi directory is completely empty.
Getting the library is not a problem for me. I just thought it would be
worth mentioning.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#72>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMQR4G6XKG3Z3BYKD2URWLS7BHI7ANCNFSM4XTVZHMQ>
.
|
Oops. I have found the issue - I didn't have the wget package installed. The script didn't relay that issue to me, and I assumed it was a problem with the tarball and not what I had present on my computer. I don't think this is worth a pull request, but you might want to put wget in the prerequisites pacman command you have in the readme. |
Yeah the deps package has always been a PITA.
…On Mon, Feb 15, 2021 at 6:18 PM Ewan Green ***@***.***> wrote:
Oops. I have found the issue - I didn't have the wget package installed.
The script didn't relay that issue to me, and I assumed it was a problem
with the tarball and not what I had present on my computer. I don't think
this is worth a pull request, but it might be worth putting wget in the
prerequisites pacman command you have in the readme.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMQR4GA56E7FP3LJYG6DP3S7G2UXANCNFSM4XTVZHMQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I tried to build nesicide, I ran the linux-build script as follows and it told me that the rtmidi.pro file is missing. After looking at the build script, I see that there is an external dependencies package that is installed at compile time. Something must have gone wrong with this package, because upon inspection the deps/rtmidi directory is completely empty. Getting the library is not a problem for me. I just thought it would be worth mentioning.
Building for Linux from this repository, if there was any confusion.
The text was updated successfully, but these errors were encountered: