| 
     
      
      
      From: Michel V. <mic...@we...> - 2002-09-04 18:29:45
      
     
   | 
	Hi, everyone.  I just inherited a Nomad-1 that I would love to get to work
with my Linux box.  So, predictably enough, here I am.
	I downloaded the source, tried to compile and got:
===================
[PROMPT:/usr/local/src/freenomad-0.2-src/freenomad/src]#  make
g++ -c -O1 -Wall -o main.o main.cpp
In file included from globals.h:30,
                 from main.cpp:12:
log.h: In method `bool CLog::set_verbose(bool)':
log.h:30: warning: control reaches end of non-void function
`CLog::set_verbose(bool)'
g++ -c -O1 -Wall -o ecp_linux.o ecp_linux.cpp
In file included from globals.h:30,
                 from ecp_linux.cpp:14:
log.h: In method `bool CLog::set_verbose(bool)':
log.h:30: warning: control reaches end of non-void function
`CLog::set_verbose(bool)'
ecp_linux.cpp: In method `bool CEcpPortLinux::open()':
ecp_linux.cpp:57: `IEEE1284_MODE_ECP' undeclared (first use this function)
ecp_linux.cpp:57: (Each undeclared identifier is reported only once
ecp_linux.cpp:57: for each function it appears in.)
make: *** [freenomad] Error 1
===================
	Running Slackware v7.x patched to 8.x, with 2.2 Kernel.  Which way do I go
from here?
--
 --Michel
 (ICQ #137401206 // AIM MichelV69)
 (replyto: mi...@at...)
 "With shock and terror on your face,
  Doomed to watch it all take place
 "With your hands at your side,
  Just along for the ride..."
  -- 60 Second Nightmare,
  Lawrence Gowan, Great Dirty World, 1987
 |