LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   /bin/sh: 1: /tags.sh: not found (https://www.linuxquestions.org/questions/ubuntu-63/bin-sh-1-tags-sh-not-found-4175435700/)

dibyamohanty02 11-05-2012 06:25 AM

/bin/sh: 1: /tags.sh: not found
 
I am using kubuntu.I was trying to install the DAISY library.(http://cvlab.epfl.ch/alumni/tola/daisy.html)

While doing make install-slib I am getting an error as follows:

------------------ creating tag entries

/bin/sh: 1: /tags.sh: not found
make: *** [tags] Error 127.

What may be the reason for it? And how can I get it rectified?

Thanks..:)

knudfl 11-05-2012 10:29 AM

Welcome to LQ.

http://cvlab.epfl.ch/alumni/tola/daisy.html
> http://cvlab.epfl.ch/alumni/tola/res...y-1.8.1.tar.gz
> daisy-1.8.1.tar.gz

First : Find or write a script by name "tags.sh". Examples :
http://code.ohloh.net/file?fid=IhaT0...ser=Default#L0
http://packages.ubuntu.com/search?su...ywords=tags.sh

Copy the script to daisy-1.8.1/ . Make the script executable.
Make a copy of the original 'makefile', e.g. makefile-lib .
Edit 'makefile-lib' line 82 to :
tag_generator:='$(MAKEFILE_HEAVEN)./tags.sh'

Delete src/main.cpp in makefile-lib, line 28. Ref. the file 'usage' §2.

And edit line 10 to your preferred install directory, like /home/dibyamohanty/daisy/usr/
.. Or /usr/local/ , if you want a system wide install.

1) make : Creates the binary 'daisy'
2) make library -f makefile-lib : Creates libdaisy.a
3) make slib -f makefile-lib : Creates libdaisy.so libdaisy.so.1 libdaisy.so.1.8.1

4) make install-slib -f makefile-lib
4a) If /usr/local/ : sudo make install-slib -f makefile-lib
4b) sudo cp daisy /usr/local/bin/

P.S. : I have no idea how to use the application.


.

dibyamohanty02 11-06-2012 01:14 AM

It worked
 
Thanks knudfl.Now it's working. Actually DAISY is an image descriptor which I am using in my research work which involves facial feature extraction. Anyways, thanks again. :-)

gimunum 09-16-2014 06:40 AM

Quote:

Originally Posted by dibyamohanty02 (Post 4823167)
Thanks knudfl.Now it's working. Actually DAISY is an image descriptor which I am using in my research work which involves facial feature extraction. Anyways, thanks again. :-)

Hello. I am also trying to test DAISY program. I have a question about tags.sh. Could you let me know how is the contents of your tags.sh that you have succeeded? Did you use tags.sh file that are given in the link? or Did you make your own tags.sh file?

Thanks in advance,

Gi-Mun Um from ETRI, Korea.


All times are GMT -5. The time now is 07:20 PM.