[Coco] Drivewire for Linux

Tim Fadden t.fadden at cox.net
Wed Jun 10 18:17:02 EDT 2009


John W. Linville wrote:
> On Wed, Jun 10, 2009 at 09:35:51AM -0400, Bill wrote:
>   
>> I want to (eventually) migrate my server over to a Linux box. I've been
>> looking at DriveWire for Linux, but honestly, I'm not at the point that I
>> can do compiling yet. I know I've been told to work harder at it and learn
>> more, and that's ahead. Right now, I'd like to know if someone can give me a
>> hand with getting DriveWire/Linux compiled and working. I've read several
>> vague tutorials about compiling, but they just don't seem clear to me.
>>     
>
> There doesn't seem to be a lot to it...
>
> 	cvs -d:pserver:anonymous at drivewireserver.cvs.sourceforge.net:/cvsroot/drivewireserver login
>
> 	cvs -z3 -d:pserver:anonymous at drivewireserver.cvs.sourceforge.net:/cvsroot/drivewireserver co -P drivewireserver
>
> 	cd drivewireserver/linux/build
>
> 	make
>
> 	./drivewireserver
>
> Hth!
>
> John
>   

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
../source/drivewire.c:98: error: expected ‘)’ before ‘*’ token
../source/drivewire.c:99: error: expected ‘)’ before ‘*’ token
../source/drivewire.c:132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
../source/drivewire.c: In function ‘main’:
../source/drivewire.c:270: error: ‘window0’ undeclared (first use in 
this function)
../source/drivewire.c:270: error: (Each undeclared identifier is 
reported only once
../source/drivewire.c:270: error: for each function it appears in.)
../source/drivewire.c: In function ‘CoCoProcessor’:
../source/drivewire.c:424: error: ‘window0’ undeclared (first use in 
this function)
../source/drivewire.c: In function ‘WinInit’:
../source/drivewire.c:1036: error: ‘window0’ undeclared (first use in 
this function)
../source/drivewire.c:1044: error: ‘A_STANDOUT’ undeclared (first use in 
this function)
../source/drivewire.c: At top level:
../source/drivewire.c:1053: error: expected ‘)’ before ‘*’ token
../source/drivewire.c:1110: error: expected ‘)’ before ‘*’ token
make: *** [drivewire.o] Error 1
[root at localhost build]#




More information about the Coco mailing list