Search the web
Sign In
New User? Sign Up
mpatrol · mpatrol library discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 751 - 780 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
751
I go to pkg/auto and do ./setup ./configure gmake and get LIBTOOL not found. I could build it in build/unix after copying mman.h from the system and editing...
willydilly123
Offline Send Email
Mar 15, 2003
2:20 am
752
... Looks like the libtool version mismatch problem. Edit setup and change generate=0 to generate=1 and then rerun. It should now work. ... I've not seen...
Graeme Roy
graemeroy
Offline Send Email
Mar 17, 2003
10:21 am
753
Roy, Thank you for our prompt response. Setting generate=0 to generate=1 and then running ... Copying top-level files Creating bin directory Creating doc...
Jim
willydilly123
Offline Send Email
Mar 17, 2003
7:40 pm
754
Hi, One very basic question on mpatrol. Is it possible to detect accesses to uninitialized memory ? A first glance at the documents makes me believe that it ...
Arvind Raman
arvind_raman
Offline Send Email
Apr 1, 2003
7:44 pm
755
... It is supported, but only for heap memory and only when using gcc with --check-memory-usage. It would still need compiler support whatever you do (object...
Graeme Roy
graemeroy
Offline Send Email
Apr 2, 2003
8:57 am
756
Thanks for the reply Graham. I too am not a GUI guy, but then I was just thinking of taking that extra bit of effort to try and see if it could be upgraded...
Arvind Raman
arvind_raman
Offline Send Email
Apr 2, 2003
6:09 pm
757
Hi all! I think the best choice for the GUI toolkit would be Qt 2.3 It is cross-platform and it is freeware for windows. The latest versions of Qt toolkits for...
Cristian Buzduga
cristi_b@...
Send Email
Apr 3, 2003
7:19 am
758
From: Cristian Buzduga [mailto:cristi_b@...] ... Yes, Qt would be nice for me, too. Although I would not have time to do the actual development, I...
Rainer Wiesenfarth
wiesenfarth
Offline Send Email
Apr 3, 2003
8:34 am
759
Hi there, Good to see people voluntering. I myself feel it would do a whole lot good to the GNU community. Though a novice, I actually wanted to put some extra...
Arvind Raman
arvind_raman
Offline Send Email
Apr 10, 2003
8:21 am
760
Hi Arvind, Thanks for getting this project off the ground. I certainly feel that it will be very beneficial to the tool itself and to the wider community. For...
Graeme Roy
graemeroy
Offline Send Email
Apr 10, 2003
12:25 pm
761
Hi all, Developing a GUI interface in QT is not difficult at all and I don't see any reason why we should not use it. For the beginning we should start with...
Cristian Buzduga
cristi_b@...
Send Email
Apr 10, 2003
4:34 pm
762
All, I would like to volenteer my time towards this project. I have extensive experience in writting applications for windows using both MFC as well as Win32...
geohuber2001
Offline Send Email
Apr 11, 2003
6:58 pm
763
That great news. So the team is now three times stronger than how it started :) In any case I guess we should divide the work among us and pick up sth that...
Arvind Raman
arvind_raman
Offline Send Email
Apr 12, 2003
7:17 am
764
For the beginning I think we should not bring any changes to the mpatrol library, except for the outside-of-process communication stuff. On later stages of...
Cristian Buzduga
cristi_b@...
Send Email
Apr 12, 2003
8:45 am
765
Hi, Good to see a lot of interest being shown in this project. However, just to clarify one point in that the mpatrol library does support being linked in at...
Graeme Roy
graemeroy
Offline Send Email
Apr 15, 2003
8:42 am
766
Hi. I'm currently trying to get mpatrol to work on an embedded Power-PC under Linux. Since I didn't get the configure-script to accept my ...
jeo_xenx
Offline Send Email
Apr 15, 2003
2:18 pm
767
I had this same problem a number of months ago with my embedded PPC Linux system. I made the following change to machine.c. I also had a run time problem ...
j s
juhika
Offline Send Email
Apr 15, 2003
5:36 pm
768
I am running mpatrol on RedHat linux 7.2 on a C++ application. After I run the mleak tool on the mpatrol log, I get lot of entries like this for unfreed...
shamimmoiz
Online Now Send Email
Apr 17, 2003
3:33 pm
769
Hi, Here is my first alpha GUI for mpatrol... :) I've attached the whole project and an executable file for win. In order to get it up and running you need to...
Cristian Buzduga
cristi_b@...
Send Email
Apr 17, 2003
4:30 pm
770
That's great Cristian :) The project seems to be moulding itself into some good shape. I would agree with you that it would be better to continue the ...
Arvind Raman
arvind_raman
Offline Send Email
Apr 18, 2003
9:52 am
771
Hi, Cristian, I installed QT on windows (the non- commercial version), (I had been using QT on linux until now), but somehow couldn't run the executable that...
Arvind Raman
arvind_raman
Offline Send Email
Apr 19, 2003
7:03 am
772
Hello, I've just started trying to use mpatrol but I've hit a problem with two unresolves at link time. These are ___env_initialized and ___piob. I've compiled...
Colin Ford
col_ford
Offline Send Email
Apr 22, 2003
10:10 am
773
I downloaded the mpatrol source and compiled successfully on a FreeBSD 4.7 box. However, when I compile my program I get some error messages. ... Can you help?...
michel_behna
Offline Send Email
Apr 22, 2003
1:58 pm
774
Additionally, I tried also to compile the program normally and then use mpatrol --dynamic --threads ./srv and I got this error message Fatal error 'Cannot...
michel_behna
Offline Send Email
Apr 22, 2003
4:06 pm
775
Hello, well I've managed to get it to compile and link but it does'nt seem to produce any output? Umm. How do people set the environment variables under...
Colin Ford
col_ford
Offline Send Email
Apr 23, 2003
8:11 am
776
Hello, this is getting really depressing now. Ok so I'll start from the begining. I'm using Windows2000 with the VC++ version 6 compiler. I'm using the VC++...
Colin Ford
col_ford
Offline Send Email
Apr 23, 2003
2:28 pm
777
Ah! finally cracked it with the link line: mpatrol.lib user32.lib msvcrt.lib libmpatrolmt.lib imagehlp.lib winmm.lib setupapi.lib PEGRP32A.LIB ws2_32.lib...
Colin Ford
col_ford
Offline Send Email
Apr 24, 2003
9:04 am
778
Attached below to the mail is the linker error that I get while I try and build my application to the mpatrol library. Following is the configuration of the...
Arvind Raman
arvind_raman
Offline Send Email
Apr 24, 2003
5:59 pm
779
Just forgot to add this is my earlier mail. When I try and build the mpatrol library on my computer I get the following error message make: *** No rule to make...
Arvind Raman
arvind_raman
Offline Send Email
Apr 24, 2003
6:16 pm
780
Hi, I think you have deleted the mpatrol.def file by mistake. This file is included in the mpatrol distribution. So you have to extract it again from the tgz...
Cristian Buzduga
cristi_b@...
Send Email
Apr 25, 2003
7:31 am
Messages 751 - 780 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help