User:Gordon/Optical Drive Testing Script/scratchpad/cdrtools installation on Ubuntu 9.10

From FreekiWiki
< User:Gordon‎ | Optical Drive Testing Script‎ | scratchpad
Revision as of 18:45, 13 March 2010 by Gordon (talk | contribs) (New page: # Download smake: <code>wget ftp://ftp.berlios.de/pub/smake/smake-1.2.tar.gz</code> # <code>tar xvzf smake-1.2.tar.gz</code> # <code>cd</code> into the resulting directory # <code>./Gmake....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Download smake: wget ftp://ftp.berlios.de/pub/smake/smake-1.2.tar.gz
  2. tar xvzf smake-1.2.tar.gz
  3. cd into the resulting directory
  4. ./Gmake.linux
  5. sudo ./Gmake.linux install

This still fails on 9.10 (using smake or the included Gmake.linux):

  1. Download cdrtools: wget ftp://ftp.berlios.de/pub/cdrecord/cdrtools.tar.gz
  2. tar xvzf cdrtools.tar.gz
  3. cd into the resulting directory
  4. /opt/schily/bin/smake

Error is:

In file included from skel.c:36:
../include/schily.h:111: error: conflicting types for ‘fexecve’
/usr/include/unistd.h:524: note: previous declaration of ‘fexecve’ was here
../include/schily.h:190: error: conflicting types for ‘getline’
/usr/include/stdio.h:651: note: previous declaration of ‘getline’ was here