Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 00:46:21 -0700 (PDT)
From:      mkd <antitodo@telepolis.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/37368: some includes from kdebase3 (like favicons.h, kicontheme.h, etc...) doesn't compile...
Message-ID:  <200204230746.g3N7kL280316@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         37368
>Category:       ports
>Synopsis:       some includes from kdebase3 (like favicons.h, kicontheme.h, etc...) doesn't compile...
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 23 00:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     mkd
>Release:        4.5 STABLE
>Organization:
>Environment:
FreeBSD mkd.antitodo.sytes.net 4.5-STABLE FreeBSD 4.5-STABLE #3: Sun Apr 21 04:18:58 CEST 2002     root@mkd.antitodo.sytes.net:/usr/src/sys/compile/MYKERNEL  i386

>Description:
   I just started to compile the meta-port kde3, the qt3 libs went good; 
but this morning when i wake up, the compilation of the meta-port was
stopped, some includes brings errors in the code, look at this:


--- Compilation errors:

favicons.cpp -Wp,-MD,.deps/favicons.TPlo  -fPIC -DPIC -o .libs/favicons.o
In file included from favicons.cpp:29:
/usr/local/include/kicontheme.h:160: syntax error before `;'
In file included from /usr/local/include/kio/job.h:25,
                 from favicons.cpp:33:
/usr/local/include/kio/jobclasses.h:248: syntax error before `;'
In file included from /usr/local/include/kdedmodule.h:26,
                 from favicons.h:24,
                 from favicons.moc:11,
                 from favicons.cpp:35:
/usr/local/include/dcopobject.h:223: syntax error before `('
/usr/local/include/dcopobject.h:286: syntax error before `*'
In file included from favicons.moc:11,
                 from favicons.cpp:35:
favicons.h:86: syntax error before `:'
favicons.cpp: In method `void FaviconsModule::startDownload(const QString &, bool, const KURL &)':
favicons.cpp:155: no matching function for call to `KIO::Job::addMetaData (KIO::MetaData &)'
favicons.cpp: In method `void FaviconsModule::slotResult(KIO::Job *)':
favicons.cpp:221: implicit declaration of function `int iconChanged(...)'
favicons.cpp:221: warning: cannot pass objects of type `QString' through `...'
favicons.cpp:221: warning: cannot pass objects of type `QString' through `...'
gmake[3]: *** [favicons.lo] Error 1
gmake[3]: Saliendo directorio `/usr/ports/x11/kdebase3/work/kdebase-3.0/libkonq/favicons'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Saliendo directorio `/usr/ports/x11/kdebase3/work/kdebase-3.0/libkonq'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Saliendo directorio `/usr/ports/x11/kdebase3/work/kdebase-3.0'
gmake: *** [all] Error 2
*** Error code 2


>How-To-Repeat:
Go to the directory /usr/ports/x11/kdebase3/ and type: make install.
>Fix:
change minimal details at the source in the afected include files...
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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