|
From: Martijn V. <ma...@be...> - 2008-03-23 22:40:39
|
Hello all, I made a very simple first version of a program to visualize the output of the massif tool. Since I don't have too much free time on my hands I had some doubts about releasing it now, since I'm not sure if I'll have the time to do something with any comments I'll (hopefully) get. I decided to put it up somewhere anyway so that somebody won't need to do any work which has already been done ;-) You can check it out here http://www.aaltjegron.nl/msplot/ Please let me know what you think about it. preferably via this list or on the email address msplot(at)aaltjegron.nl, since this will filter your mail to the right box and I'll have a larger chance of finding it between all the spam. sincerely, martijn versteegh |
|
From: Florian K. <br...@ac...> - 2008-04-07 04:14:18
|
On Sunday 23 March 2008 6:36:43 pm Martijn Versteegh wrote: > Hello all, > > I made a very simple first version of a program to visualize the output > of the massif tool. Since I don't have too much free time on my hands I > had some doubts about releasing it now, since I'm not sure if I'll have > the time to do something with any comments I'll (hopefully) get. > > I decided to put it up somewhere anyway so that somebody won't need to > do any work which has already been done ;-) > > You can check it out here > > http://www.aaltjegron.nl/msplot/ > > Please let me know what you think about it. > I this supposed to compile on GNU/Linux? With gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21), libwxbase2.60 and libwxgtk2.4-1 I'm getting: g++ -O3 -Wall -g -Werror -DDEBUGMODE `wx-config --cxxflags` -c wxmain.cpp -o obj/wxmain.o wxmain.cpp: In constructor 'MyFrame::MyFrame(const wxString&)': wxmain.cpp:238: error: 'wxSizerFlags' was not declared in this scope wxmain.cpp: In member function 'void MyFrame::OnOpen(wxCommandEvent&)': wxmain.cpp:325: error: 'wxFD_OPEN' was not declared in this scope wxmain.cpp:325: error: 'wxFD_FILE_MUST_EXIST' was not declared in this scope Perhaps you could document a working combination of tools/dependencies. That'll help with getting some feedback ;) Florian |