faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
|
Compile errors
by Erik Hensema on Tuesday 03/Sep/2002, @14:25
|
Seems very promising, but it gives compile errors:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o toplevel.o `test -f toplevel.cpp || echo './'`toplevel.cpp
toplevel.cpp: In method `void TopLevel::createActions()':
toplevel.cpp:229: parse error before `('
Also, the patch to valgrind 1.0.1 fails:
patch: **** malformed patch at line 1802: @@ -729,9 +1696,7 @@ UCodeBlock* VG_(cachesim_instrument)(UCo
I haven't looked into the problems yet, but I will. This is really an application I was looking for a long time. |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Compile errors
by EK on Wednesday 04/Sep/2002, @00:49
|
Valgrind has already been packaged in Debian and Gentoo. Debian has
even 1.0.1 in unstable. I don't know about other distros.
|
[
Reply To This | View ]
|
Re: Compile errors
by Nick Betcher on Wednesday 04/Sep/2002, @20:52
|
Hmm, what does this have to do with anything? That's great that those distros have Valgrind packaged, but I see an alterior motive in your post OTHER than just trying to be a friendly user :) The reason this isn't relavent is because Valgrind 1.0.1 in ANY distro needs some patches for some enhanced profiling. Oh, don't let me forget:
/me hands you a cookie for using Gentoo and Debian.
Nick Betcher
-----------------
Quote of the day:
"I'd like to get a refill for my meds." - patient
"I'm sorry sir, you're out of refills, we'll have to call your doctor." - pharmacy technician
"What are refills?" - SAME patient
|
[
Reply To This | View ]
|
|
Re: Compile errors
by Jens Henrik on Wednesday 04/Sep/2002, @03:23
|
The class KWidgetAction(...) is needed. But this class is new in KDE 3.1CVS
...so: without KDE 3.1 (if you have 3.0) you can only compile it if you just comment the line out in which KWidgetAction appears. (does not matter that much .. "just" the filter will disappear than)
Compiling with gcc 3.x gives a few errors, too. You have to remove the "=0" in the *.cpp files which the error-message tells you
there should be probably a fix soon (as much as I was told)
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|