Re: compile error kdelibs4

2010-05-05 Thread Lowell Gilbert
Marco Beishuizen mb...@xs4all.nl writes:

 I'm getting an error compiling kdelibs4:

 /usr/local/include/qptrlist.h: In copy constructor
 QPtrListtype::QPtrList(const QPtrListtype) [with type =
 QDBusSignature]':
 /usr/local/include/qt4/QtCore/qmetatype.h:138:   instantiated from
 void* qMetaTypeConstructHelper(const T*) [with T =
 QPtrListQDBusSignature]'
 /usr/local/include/qt4/QtCore/qmetatype.h:163:   instantiated from
 int qRegisterMetaType(const char*, T*) [with T =
 QPtrListQDBusSignature]'
 /usr/local/include/qt4/QtDBus/qdbusextratypes.h:186:   instantiated
 from here
 /usr/local/include/qptrlist.h:69: error: type 'QGList' is not a direct
 base of 'QPtrListQDBusSignature'
 *** Error code 1
 3 errors
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 *** Error code 1

 Has anyone an idea what's the problem here?

You seem to have a bunch of unique problems.  Have you customized your
compiler usage?  Do you have any  settings in make.conf or other
relevant /etc files?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compile error kdelibs4

2010-05-05 Thread Marco Beishuizen

On Wed, 5 May 2010, Lowell Gilbert wrote:


You seem to have a bunch of unique problems.  Have you customized your
compiler usage?  Do you have any  settings in make.conf or other
relevant /etc files?


I've never done anything to compiler settings afaik. My /etc/make.conf 
looks like this:


CPUTYPE=nocona
NO_PROFILE=true
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
# added by use.perl 2010-02-13 13:24:46
PERL_VERSION=5.10.1

Regards,
Marco
--
I know if you been talkin' you done said
just how surprised you wuz by the living dead.
You wuz surprised that they could understand you words
and never respond once to all the truth they heard.
But don't you get square!
There ain't no rule that says they got to care.
They can always swear they're deaf, dumb and blind.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compile error kdelibs4

2010-05-05 Thread Marco Beishuizen

On Wed, 5 May 2010, Lowell Gilbert wrote:


Has anyone an idea what's the problem here?


You seem to have a bunch of unique problems.  Have you customized your
compiler usage?  Do you have any  settings in make.conf or other
relevant /etc files?


This one seems solved. It seems that libkde4 doesn't compile when qt33 is 
installed. After deinstalling qt33, libkde4 compiled ok.


--
What is truth?  We must adopt a pragmatic definition: it is what is believed
to be the truth.  A lie that is put across therefore becomes the truth and
may, therefore, be justified.  The difficulty is to keep up lying... it is
simpler to tell the truth and if a sufficient emergency arises, to tell one,
big thumping lie that will then be believed.
-- Ministry of Information, memo on the maintenance of
   British civilian morale, 1939
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org