Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Sorry and the what-do-you-see-instead is:
3.
What do you see instead?
mike@mike-pc:~/dev/sacd-ripper/tools/sacd_extract$ cmake .
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/mike/dev/sacd-ripper/tools/sacd_extract
mike@mike-pc:~/dev/sacd-ripper/tools/sacd_extract$ make
Linking C executable sacd_extract
CMakeFiles/sacd_extract.dir/home/mike/dev/sacd-ripper/libs/libcommon/charset.c.o
: In function `charset_convert':
charset.c:(.text+0x6d): undefined reference to `libiconv_open'
charset.c:(.text+0x100): undefined reference to `libiconv'
charset.c:(.text+0x1da): undefined reference to `libiconv_close'
collect2: ld return 1
make[2]: *** [sacd_extract] error 1
make[1]: *** [CMakeFiles/sacd_extract.dir/all] error 2
make: *** [all] error 2
mike@mike-pc:~/dev/sacd-ripper/tools/sacd_extract$
Original comment by mike2718
on 24 Sep 2013 at 5:49
[deleted comment]
No need libiconv in linux.
To compile the source code must be placed in /root. Not in the user directory.
For example:
sudo su [password]
#cd
#svn checkout http://sacd-ripper.googlecode.com/svn/trunk/ sacd-ripper
#cd sacd-ripper/tools/sacd_extract/
#cmake .
#make
works on ubuntu 14.04
Original comment by mpd.hw...@gmail.com
on 2 Oct 2014 at 5:37
Attachments:
Must move the generated binary eg: /usr/local/bin
Original comment by mpd.hw...@gmail.com
on 2 Oct 2014 at 5:40
Documentation of this is all in the readme as of r397, including a note about
libiconv not being needed. Closing.
Original comment by gregs1...@gmail.com
on 11 Nov 2014 at 12:37
Original issue reported on code.google.com by
mike2718
on 24 Sep 2013 at 5:44Attachments: