[Coco] Drivewire for Linux

Steven Hirsch snhirsch at gmail.com
Wed Jun 10 18:43:37 EDT 2009


On Wed, 10 Jun 2009, Tim Fadden wrote:

> Sure, Easy till he gets something like this:
>
> [tfadden at localhost ~]$ su -
> Password:
> [root at localhost ~]# cvs 
> -d:pserver:anonymous at drivewireserver.cvs.sourceforge.net:/cvsroot/drivewireserver 
> login
> Logging in to 
> :pserver:anonymous at drivewireserver.cvs.sourceforge.net:2401/cvsroot/drivewireserver 
> CVS password:
> [root at localhost ~]# cvs -z3 
> -d:pserver:anonymous at drivewireserver.cvs.sourceforge.net:/cvsroot/drivewireserver 
> co -P drivewireserver
> cvs checkout: Updating drivewireserver
> cvs checkout: Updating drivewireserver/linux
> cvs checkout: Updating drivewireserver/linux/build
> cvs checkout: Updating drivewireserver/linux/source
> cvs checkout: Updating drivewireserver/macosx
> cvs checkout: Updating drivewireserver/macosx/DriveWire MacServer.xcodeproj
> cvs checkout: Updating drivewireserver/macosx/English.lproj
> cvs checkout: Updating drivewireserver/macosx/English.lproj/DriveWire 
> MacServer Help
> cvs checkout: Updating drivewireserver/macosx/English.lproj/DriveWire 
> MacServer Help/gfx
> cvs checkout: Updating drivewireserver/macosx/English.lproj/DriveWire 
> MacServer Help/pgs
> cvs checkout: Updating drivewireserver/macosx/English.lproj/DriveWire 
> MacServer Help/sty
> cvs checkout: Updating drivewireserver/windows_delphi
> [root at localhost ~]# cd drivewireserver/linux/build
> [root at localhost build]# make
> cc -g -DLINUX -c -o drivewire.o ../source/drivewire.c
> ../source/drivewire.c:18:20: error: curses.h: No such file or directory


Fair enough.  Raw builds from tarballs and/or CVS checkout rarely assert 
that you have the correct packages to support the build.  On Ubuntu:

$ sudo apt-get install libncurses5-dev

should do the trick.

Steve


-- 



More information about the Coco mailing list