On Thu, 16 Jan 2003, Sean Kelly wrote:

> I'm not entirely sure this belongs on -CURRENT, but I couldn't find any
> KDE specific list similar to -gnome and I seem to recall that the building
> of KDE3 was a desired goal for FreeBSD 5.0. That said, I apologize in
> advance if this is the wrong place to take this.
>
> Is it just me, or does x11/kdebase3 (3.0.5) not build on 5.0-STABLE?
>
> edgemaster# uname -v
> FreeBSD 5.0-CURRENT #0: Wed Jan 15 12:12:25 CST 2003 
>[EMAIL PROTECTED]:/usr/obj/usr/src/sys/EDGEMASTER
> edgemaster# make
> ...
> c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include 
>-pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include 
>-I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -DNDEBUG -DNO_DEBUG -O2 -O -pipe 
>-mcpu=pentiumpro -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT 
>-DQT_NO_ASCII_CAST -c memory.cpp -MT memory.lo -MD -MP -MF .deps/memory.TPlo -fPIC 
>-DPIC -o .libs/memory.o
> In file included from memory.cpp:448:
> memory_fbsd.cpp: In member function `void KMemoryWidget::update()':
> memory_fbsd.cpp:33: `VM_METER' undeclared (first use this function)
> memory_fbsd.cpp:33: (Each undeclared identifier is reported only once for each 
>function it appears in.)
> In file included from memory.cpp:448:
> memory_fbsd.cpp:35:2: warning: #warning "FIXME: Memory_Info[CACHED_MEM]"
> gmake[3]: *** [memory.lo] Error 1
> gmake[3]: Leaving directory 
>`/usr/ports/x11/kdebase3/work/kdebase-3.0.5/kcontrol/info'

It should build under RELENG_5_0 but not under -current since VM_METER has
been renamed VM_TOTAL.  See PR 5689.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to