Diego Simak
2012-07-25 20:14:41 UTC
Hello List,
I was trying to build last Non-session-manager with nsm-proxy support
according to what is expressed here [1].
Build just fails during configure because ntk_config command is not found:
***@ruidosa:~/Downloads/non2$ git clone git://
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository in /home/diego/Downloads/non2/daw/.git/
remote: Counting objects: 9433, done.
remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 985 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
***@ruidosa:~/Downloads/non2$
***@ruidosa:~/Downloads/non2$
***@ruidosa:~/Downloads/non2$ cd daw/
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ git checkout next
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
***@ruidosa:~/Downloads/non2/daw$ git submodule update
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ make -C lib
make: Entering directory `/home/diego/Downloads/non2/daw/lib'
make: Nothing to be done for `ntk/lib/libntk.a'.
make: Leaving directory `/home/diego/Downloads/non2/daw/lib'
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ ./configure
Checking sanity... ok
--- Configuration required
Master configuration
:: Installation prefix? [/usr/local]
:: Build for debugging? [no]
Checking for ar... ok (/usr/bin/ar)
Checking for makedepend... ok (/usr/bin/makedepend)
Checking for ntk_config... failed!
Command ntk_config not found.
I would like to know if a specific library is required to correctly build
nsm. or maybe some other thing from non bundle?
Thank you very much in advance for your help.
Diego
[1]: http://www.linuxmusicians.com/viewtopic.php?f=19&t=7986
I was trying to build last Non-session-manager with nsm-proxy support
according to what is expressed here [1].
Build just fails during configure because ntk_config command is not found:
***@ruidosa:~/Downloads/non2$ git clone git://
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository in /home/diego/Downloads/non2/daw/.git/
remote: Counting objects: 9433, done.
remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 985 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
***@ruidosa:~/Downloads/non2$
***@ruidosa:~/Downloads/non2$
***@ruidosa:~/Downloads/non2$ cd daw/
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ git checkout next
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
***@ruidosa:~/Downloads/non2/daw$ git submodule update
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ make -C lib
make: Entering directory `/home/diego/Downloads/non2/daw/lib'
make: Nothing to be done for `ntk/lib/libntk.a'.
make: Leaving directory `/home/diego/Downloads/non2/daw/lib'
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ ./configure
Checking sanity... ok
--- Configuration required
Master configuration
:: Installation prefix? [/usr/local]
:: Build for debugging? [no]
Checking for ar... ok (/usr/bin/ar)
Checking for makedepend... ok (/usr/bin/makedepend)
Checking for ntk_config... failed!
Command ntk_config not found.
I would like to know if a specific library is required to correctly build
nsm. or maybe some other thing from non bundle?
Thank you very much in advance for your help.
Diego
[1]: http://www.linuxmusicians.com/viewtopic.php?f=19&t=7986