-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed to clone 'lib/ntk' #4
Comments
I'm also having this same issue. |
To add some info about this - it's pointing to the defunct non git repo. I've tried to rebase it to a real copy of fltk with the following --
Which got me a little further. The trouble is that the version on non's defunct git repo counted on having waf configured to build it. |
you can find the last ntk code here: https://github.com/falkTX/ntk if you compile non-daw with gcc-11 append "std=c++14" to the CXXFLAGS, otherwise the sequencer will not build. |
I've been struggling with this for a while. I've finally done it, so for those struggling to build, here's a concise guide for Ubuntu based distros: Before starting, the usual: sudo apt update && sudo apt upgrade -y
sudo apt install clang python-is-python3 libx11-dev libfontconfig-dev libxft-dev libcairo2-dev libjpeg-dev
./waf configure
./waf
sudo ./waf install Ensure each stage says success, if not you may be missing a dependency.
sudo apt install libjack-dev liblo-dev libsndfile-dev liblrdf-dev lv2-dev ladspa-sdk liblilv-dev libsigc++-2.0-dev
./waf configure
./waf
sudo ./waf install If ./waf fails, try configuring again with this CXXFLAG: ./waf configure CXXFLAGS='--std=c++14' And then build again.
non-daw
non-midi-mapper
non-mixer
non-mixer-noui
non-sequencer
non-session-manager
non-timeline |
Olá, @falkTX , aparentemente não existe mais o repo inicial.
Anda é possivel construir essa aplicação ?
ubuntu@sleek-schnauzer:~/codes/non$ git submodule update --init
Submodule 'lib/ntk' (git://git.tuxfamily.org/gitroot/non/fltk.git) registered for path 'lib/ntk'
Cloning into '/home/ubuntu/codes/non/lib/ntk'...
fatal: remote error: access denied or repository not exported: /gitroot/non/fltk.git
fatal: clone of 'git://git.tuxfamily.org/gitroot/non/fltk.git' into submodule path '/home/ubuntu/codes/non/lib/ntk' failed
Failed to clone 'lib/ntk'. Retry scheduled
Cloning into '/home/ubuntu/codes/non/lib/ntk'...
fatal: remote error: access denied or repository not exported: /gitroot/non/fltk.git
fatal: clone of 'git://git.tuxfamily.org/gitroot/non/fltk.git' into submodule path '/home/ubuntu/codes/non/lib/ntk' failed
Failed to clone 'lib/ntk' a second time, aborting
Saudações do Brasil!
The text was updated successfully, but these errors were encountered: