On 6/5/07, Lucas Nussbaum <[EMAIL PROTECTED]> wrote: <snip>
g++ -W -Wall -O2 -I. -DXOSVIEW_VERSION=\"1.8.2\" -I/build/user/xosview-1.8.2 -I/build/user/xosview-1.8.2/linux -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_BOOL=1 -DLONG_LONG=long\ long -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_SNPRINTF=1 -DHAVE_IOSTREAM=1 -DHAVE_FSTREAM=1 -DGNULIBC=1 -DUSESYSCALLS=1 -I.. -c serialmeter.cc -o serialmeter.o serialmeter.cc:48:30: error: linux/serial_reg.h: No such file or directory serialmeter.cc: In member function 'virtual void SerialMeter::checkResources()': serialmeter.cc:71: error: 'UART_LSR' was not declared in this scope serialmeter.cc:71: error: 'UART_MSR' was not declared in this scope serialmeter.cc: In member function 'void SerialMeter::getserial()': serialmeter.cc:89: error: 'UART_LSR' was not declared in this scope serialmeter.cc:90: error: 'UART_MSR' was not declared in this scope make[2]: *** [serialmeter.o] Error 1 make[2]: Leaving directory `/build/user/xosview-1.8.2/linux' make[1]: *** [meterlib] Error 2 make[1]: Leaving directory `/build/user/xosview-1.8.2' make: *** [build-stamp] Error 2
Hmm. This is missing dependency of linux-kernel-headers. I have fixed it and waiting for my sponsor to upload it. -- -------------------------------------------------------- Kartik Mistry | Eng: kartikmistry.org/blog 0xD1028C8D | Guj: kartikm.wordpress.com -------------------------------------------------------- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

