cameronehrlich / audioscout

Automatically exported from code.google.com/p/audioscout
GNU General Public License v3.0
1 stars 0 forks source link

Unable to build following instructions : #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Installed dependencies
2.Issued cmake ../. command
3.Issued Make all

What is the expected output? What do you see instead?

Expected output is successful build - actual output is : 
[  4%] Built target AudioData
[  9%] Built target table
[ 22%] Built target pHashAudio
[ 27%] Built target audioindex
[ 31%] Built target table_t
[ 36%] Built target table_util
[ 40%] Building C object servers/CMakeFiles/auscoutd.dir/auscout.c.o
In file included from 
/home/mike/projects/audioscout-read-only/servers/auscout.c:39:0:
/home/mike/projects/audioscout-read-only/servers/../libs/audiodata.h:26:30: 
fatal error: pHashAudioConfig.h: No such file or directory
compilation terminated.
make[2]: *** [servers/CMakeFiles/auscoutd.dir/auscout.c.o] Error 1
make[1]: *** [servers/CMakeFiles/auscoutd.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?

Audioscout is obtained via SVN command 
OS = Ubuntu Linux 12.04 

Please provide any additional information below.
Issuing the Make all initially provided much more verbose output - relating to 
unused variables. The output provided is what is produced on subsequent 
compiles.

Original issue reported on code.google.com by computam...@gmail.com on 5 Apr 2013 at 11:24

GoogleCodeExporter commented 8 years ago
You just need to build the make file first. Do this:

cmake .
make 
make install

You built with the default make file.  cmake creates that file.

Original comment by starkd88@gmail.com on 6 Apr 2013 at 12:41

GoogleCodeExporter commented 8 years ago
Ok - I'll give it a go.

Original comment by computam...@gmail.com on 15 Apr 2013 at 12:26

GoogleCodeExporter commented 8 years ago
Nope - that still doesn't compile.  Here's what I have tried so far.

I deleted my local copy of the source, and re-obtained it using the following 
command : svn checkout http://audioscout.googlecode.com/svn/trunk/ 
audioscout-read-only

this checked the code out at revision 69, into a folder called 
audioscout-read-only

I cd'd into the folder and issued the cmake . command.  It built stuff, so I 
issued the make command.  This didnt' do so well, and suffered a fatal outage.

I have the full log of my terminal which I have attached here.

Original comment by computam...@gmail.com on 20 Apr 2013 at 12:32

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,
I am also face the same issue.. The file "pHashAudioConfig.h" is not found in 
the latest version. Can you please check-in the file in the repo.
Regards
~ Sreeni

Original comment by sreeniva...@gmail.com on 8 May 2013 at 4:33