found 427599 1.8.2-13 thanks On 05/06/07 at 15:30 +0530, Kartik Mistry wrote: > 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. Hi,
linux-kernel-headers is build-essential, so you don't need to build-dep on it. The problem is that it was superseded by linux-libc-dev, which dropped some header files. You need to either: - modify the code so that it doesn't need that header anymore - or ask the linux-libc-dev maintainers to include that header in the package. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]