Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 1997 03:15:08 -0500 (EST)
From:      Serge Pashenkov <serge@jbj.org>
To:        jkh@time.cdrom.com
Cc:        ports@freebsd.org
Subject:   Re: Anyone build the latest KDE port under 2.2.5-stable lately?
Message-ID:  <199712050815.DAA06190@serge.jbj.org>
In-Reply-To: <1001.881302199@time.cdrom.com> (jkh@time.cdrom.com)

next in thread | previous in thread | raw e-mail | index | archive | help
Just built kde on my 2.2.5-STABLE machine circa 3 weeks ago or so,
ports cvsup'ed last weekend.

   Problems:

   1. x11/kdebase/patches/patch-ad is empty

That's right, but does not seem to cause any problem but message:

	...
===>  Patching for kdebase-2.1b
===>  Applying FreeBSD patches for kdebase-2.1b
  I can't seem to find a patch in there anywhere.
===>  Configuring for kdebase-2.1b
creating cache ./config.cache
checking host system type... i386-unknown-freebsd2.2.5
	...

   2. It blows up here:

   ===>  Building for kdebase-2.1b
   make all-recursive
   Making all in kfm
   Making all in kfmwarn
   g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib  -O -pipe -c main.cpp
   main.cpp:1: kapp.h: No such file or directory
   main.cpp:4: klocale.h: No such file or directory
   main.cpp: In function `int main(int, char **)':
   main.cpp:12: `KApplication' undeclared (first use this function)

   Blah?

					   Jordan

Well, in my case:

	...
===>  Building for kdebase-2.1b
make all-recursive
Making all in kfm
Making all in kfmwarn
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib  -O2 -pipe -m486 -c main.cpp
/bin/sh ../../libtool --mode=link g++ -O2 -pipe -m486 -s -o kfmwarn  main.o -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib -lkdecore -lqt -lXext -lX11  -rpath /usr/local/lib -rpath /usr/X11R6/lib 
g++ -O2 -pipe -m486 -s -o kfmwarn main.o -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib -lkdecore -lqt -lXext -lX11
Making all in client
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include/X1
	...

and so on to completion. Did you build kdelibs before kdebase? I just
built everything in /usr/ports/x11/kde -- it ensures the right
sequence of kde pieces.

	serge





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712050815.DAA06190>