Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

please add proper makefile and build instructions #1

Closed
GoogleCodeExporter opened this issue Apr 19, 2015 · 6 comments
Closed

please add proper makefile and build instructions #1

GoogleCodeExporter opened this issue Apr 19, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

Am just looking to be able to checkout code and be able to do (if necessary) 
"./configure" and then "make" and "make install" to have it compiled and 
installed, and a README which says as much.

Right now, the makefile is rather particular ;-)

Original issue reported on code.google.com by bdar...@gmail.com on 15 Sep 2013 at 2:31

@GoogleCodeExporter
Copy link
Author

Try type "cmake ." in the dsf2flac root dir :) 

Original comment by nku...@gmail.com on 21 Oct 2013 at 4:34

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

OK, so my first reply was because I hadn't updated the local
repository. As I said, my bad.

Not having experience with cmake, it took me a bit to get things
configured, but that appears to work.

Where I fail is on the build (using a xubuntu 64-bit OS), where that
source file is trying to import a file that doesn't appear to exist.

$ make
[  6%] Building CXX object CMakeFiles/dsf2flac.dir/src/dsf_file_reader.cpp.o
/home/bruce/Code/dsf2flac-read-only/src/dsf_file_reader.cpp:39:26:
fatal error: taglib/tfile.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/dsf2flac.dir/src/dsf_file_reader.cpp.o] Error 1
make[1]: *** [CMakeFiles/dsf2flac.dir/all] Error 2
make: *** [all] Error 2

Original comment by bdar...@gmail.com on 21 Oct 2013 at 7:55

@GoogleCodeExporter
Copy link
Author

And as followup, commenting out the tagfile* includes in the
src/dsf_file_reader.cpp file successfully builds.

Original comment by bdar...@gmail.com on 21 Oct 2013 at 8:13

@GoogleCodeExporter
Copy link
Author

Sorry, a bit late to the party here. Includes were removed in Revision 49. I 
think that the other issue is resolved, cmake is the proffered build method. I 
think that previously you had an old revision that included an erroneous make 
file from Eclipse.

Original comment by jack.ocl...@googlemail.com on 4 Jul 2014 at 9:46

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant