protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Protux-devel] RH8.0 & libmustux-0.15.7 compile problem


From: Esa Aarnio
Subject: [Protux-devel] RH8.0 & libmustux-0.15.7 compile problem
Date: Wed, 20 Nov 2002 23:50:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Hi,

After two evenings hard job I got qt3 installed and tarball libmustux's ./configure --enable-mt is satisfied BUT make install or gmake ends up like this:

g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c MustuxAudioDeviceMapper.cc -MT MustuxAudioDeviceMapper.lo -MF .deps/MustuxAudioDeviceMapper.TPlo -MD -MP -fPIC -DPIC -DPIC -o MustuxAudioDeviceMapper.o
MustuxAudioDeviceMapper.cc: In function `int
  MustuxAudioDeviceMapper::open_device(int, int, int, int)':
MustuxAudioDeviceMapper.cc:82: `O_WRONLY' undeclared (first use this function)
MustuxAudioDeviceMapper.cc:82: (Each undeclared identifier is reported only
  once for each function it appears in.)
MustuxAudioDeviceMapper.cc:82: `open' undeclared (first use this function)
MustuxAudioDeviceMapper.cc:92: `O_RDONLY' undeclared (first use this function)
MustuxAudioDeviceMapper.cc:133: `fragmentSizeInBlocks' undeclared (first use
  this function)
MustuxAudioDeviceMapper.cc: In function `int
  MustuxAudioDeviceMapper::play_frag(char*)':
MustuxAudioDeviceMapper.cc:259: `write' undeclared (first use this function)
MustuxAudioDeviceMapper.cc: In function `int
  MustuxAudioDeviceMapper::rec_frag(char*)':
MustuxAudioDeviceMapper.cc:284: `read' undeclared (first use this function)
MustuxAudioDeviceMapper.cc: In function `int
  MustuxAudioDeviceMapper::close_device()':
MustuxAudioDeviceMapper.cc:317: `close' undeclared (first use this function)
make: *** [MustuxAudioDeviceMapper.lo] Error 1

Some include is missing, or what?

   Cheers, Esa






reply via email to

[Prev in Thread] Current Thread [Next in Thread]