wxvtk-users Mailing List for wxVTKRenderWindowInteractor (Page 17)
Brought to you by:
malat
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(7) |
Feb
|
Mar
(2) |
Apr
(12) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(13) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(6) |
Jul
(3) |
Aug
(11) |
Sep
|
Oct
(10) |
Nov
(2) |
Dec
(1) |
2007 |
Jan
(16) |
Feb
(9) |
Mar
(13) |
Apr
|
May
(7) |
Jun
(8) |
Jul
|
Aug
(14) |
Sep
|
Oct
(6) |
Nov
|
Dec
(1) |
2008 |
Jan
(20) |
Feb
(1) |
Mar
|
Apr
(20) |
May
(5) |
Jun
(11) |
Jul
|
Aug
(52) |
Sep
(2) |
Oct
(35) |
Nov
(7) |
Dec
(14) |
2009 |
Jan
(4) |
Feb
(5) |
Mar
(9) |
Apr
(19) |
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(5) |
Dec
|
2010 |
Jan
(1) |
Feb
(5) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(13) |
2012 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
From: Mathieu M. <mma...@ny...> - 2005-01-23 20:23:09
|
Great, thanks for report. I'll update the CMakeLists.txt and report that to cmake mailing list. Mathieu Ps: it seems you are not using the same email as the one you used for registering and I keep receiving bounces from sf.net... Torsten Schroeer wrote: > Thanks Mathieu, > that helped! Option --with-opengl works. > > tips for Fedora-Core II: > - Update wxWindows from 2.4.2 to >= 2.5.3 (see > http://groups.google.com/groups?hl=de&lr=&threadm=405ED038.4000908%40alphacent.com&rnum=1&prev=/groups%3Fq%3Dundefined%2Breference%2Bto%2B%2560_gtk_rc_context_get_default_font_name%26hl%3Dde%26lr%3D%26selm%3D405ED038.4000908%2540alphacent.com%26rnum%3D1) > - adjust INCLUDE_DIRECTORIES to > /usr/include/gtk-2.0/ > /usr/lib/gtk-2.0/include/ > /usr/include/pango-1.0/ > /usr/include/glib-2.0/ > /usr/lib/glib-2.0/include/ > /usr/include/atk-1.0/ > - edit LIBRARY_OUTPUT_PATH to /lib while running ccmake or link > wxVTK-libraries from /lib-directory. > > Voila, > Torsten. > > > >>Torsten, >> >> Could you send us the command line you used for configuring wxWidgets >>?=20 >>If you cannot remember, go to your wxWidgets build directory and send >>us=20 >>the output of: >> >>$ head config.log >> >>Include in particular the line starting with '../configure'. >>If this is correct it should contains '--with-opengl' >> >>HTH >>Mathieu >> >>wxv...@li... wrote: >> >> >>>Hello all, >>>=20 >>>I try to build an windows app using wxVTK on my linux box. I use Fedora= >> >> Core=20 >> >>>II, gtk2, wx 2.4.2, glibc 2.3.3, vtk 2.4.2, itk 1.8.0. As described on = >> >>the=20 >> >>>web I edited setup.h. Especially the openGL values wxUSE_OPENGL and=20 >>>wxUSE_GLCANVAS. But always I run into #error "problem of wxGLCanvas". S= >> >>ame=20 >> >>>error occurs on the native wxVTK classes: >>>=20 >>>--- >>>In Datei, eingef=FCgt von /usr/local/src/wxVTK/Sample/Sample.cpp:14: >>>/usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:78:6: #error "pr= >> >>oblem=20 >> >>>of wxGLCanvas" >>>^^^^^^^^^^^^^^^ >>>In file included from /usr/local/src/wxVTK/Sample/Sample.cpp:14: >>>/usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:97: error: Synta= >> >>xfehler >> >>> before `,' token >>>/usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:100: error: virt= >> >>ual >> >>> outside class declaration >>>/usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:100: error: non-= >> >>member >> >>> function `wxClassInfo* GetClassInfo()' cannot have `const' method qu= >> >>alifier >> >>>/usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h: In function ` >>> wxClassInfo* GetClassInfo()': >>>--- >>>=20 >>>What am I doing wrong? What did I miss?=20 >>>Any help would be appreciated. >>>=20 >>>Best regards, >>>Torsten. >>>=20 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users > |
From: Torsten S. <tor...@ig...> - 2005-01-23 12:51:46
|
Thanks Mathieu, that helped! Option --with-opengl works. tips for Fedora-Core II: - Update wxWindows from 2.4.2 to >= 2.5.3 (see http://groups.google.com/groups?hl=de&lr=&threadm=405ED038.4000908%40alphacent.com&rnum=1&prev=/groups%3Fq%3Dundefined%2Breference%2Bto%2B%2560_gtk_rc_context_get_default_font_name%26hl%3Dde%26lr%3D%26selm%3D405ED038.4000908%2540alphacent.com%26rnum%3D1) - adjust INCLUDE_DIRECTORIES to /usr/include/gtk-2.0/ /usr/lib/gtk-2.0/include/ /usr/include/pango-1.0/ /usr/include/glib-2.0/ /usr/lib/glib-2.0/include/ /usr/include/atk-1.0/ - edit LIBRARY_OUTPUT_PATH to /lib while running ccmake or link wxVTK-libraries from /lib-directory. Voila, Torsten. > Torsten, > > Could you send us the command line you used for configuring wxWidgets > ?=20 > If you cannot remember, go to your wxWidgets build directory and send > us=20 > the output of: > > $ head config.log > > Include in particular the line starting with '../configure'. > If this is correct it should contains '--with-opengl' > > HTH > Mathieu > > wxv...@li... wrote: > >> Hello all, >>=20 >> I try to build an windows app using wxVTK on my linux box. I use Fedora= > Core=20 >> II, gtk2, wx 2.4.2, glibc 2.3.3, vtk 2.4.2, itk 1.8.0. As described on = > the=20 >> web I edited setup.h. Especially the openGL values wxUSE_OPENGL and=20 >> wxUSE_GLCANVAS. But always I run into #error "problem of wxGLCanvas". S= > ame=20 >> error occurs on the native wxVTK classes: >>=20 >> --- >> In Datei, eingef=FCgt von /usr/local/src/wxVTK/Sample/Sample.cpp:14: >> /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:78:6: #error "pr= > oblem=20 >> of wxGLCanvas" >> ^^^^^^^^^^^^^^^ >> In file included from /usr/local/src/wxVTK/Sample/Sample.cpp:14: >> /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:97: error: Synta= > xfehler >> before `,' token >> /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:100: error: virt= > ual >> outside class declaration >> /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:100: error: non-= > member >> function `wxClassInfo* GetClassInfo()' cannot have `const' method qu= > alifier >> /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h: In function ` >> wxClassInfo* GetClassInfo()': >> --- >>=20 >> What am I doing wrong? What did I miss?=20 >> Any help would be appreciated. >>=20 >> Best regards, >> Torsten. >>=20 |
From: <wxv...@li...> - 2005-01-21 21:17:15
|
Hi everyone. Ok, I just should have read more carefully the sample demo... Everything is fine now. On Thu, 2005-20-01 at 21:05 -0500, wxv...@li... wrote: > wxv...@li... wrote: > > > Hi. > > > > I'm very interested in using wxVTK. I tried some programming, and I got > > a problem... When I click on a wxVTKRenderWindowInteractor, then the > > program exits. > > > > I know that it's the line : > > InvokeEvent(vtkCommand::LeftButtonPressEvent, NULL); > > > > that cause the problem (when I remove it the program works fine). > > > > Can you help me? I'm used with wxWidgets, but not with VTK. > > Salut Jean-Francois, > > I have to admit I really don't understand your question, sorry. Could > you further detail your problem. Please mention the VTK version you are > using, wxWidget version and on which plateform. Without this information > I'll need a cristal ball :) > > BTW did you try building the examples that comes with wxVTK. Did they > work ? If not please include which example fail and any output you would > see on your command line or in the window VTK might open to display > error message. > > Thanks > Mathieu > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users |
From: <wxv...@li...> - 2005-01-21 06:50:20
|
Torsten, Could you send us the command line you used for configuring wxWidgets ?=20 If you cannot remember, go to your wxWidgets build directory and send us=20 the output of: $ head config.log Include in particular the line starting with '../configure'. If this is correct it should contains '--with-opengl' HTH Mathieu wxv...@li... wrote: > Hello all, >=20 > I try to build an windows app using wxVTK on my linux box. I use Fedora= Core=20 > II, gtk2, wx 2.4.2, glibc 2.3.3, vtk 2.4.2, itk 1.8.0. As described on = the=20 > web I edited setup.h. Especially the openGL values wxUSE_OPENGL and=20 > wxUSE_GLCANVAS. But always I run into #error "problem of wxGLCanvas". S= ame=20 > error occurs on the native wxVTK classes: >=20 > --- > In Datei, eingef=FCgt von /usr/local/src/wxVTK/Sample/Sample.cpp:14: > /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:78:6: #error "pr= oblem=20 > of wxGLCanvas" > ^^^^^^^^^^^^^^^ > In file included from /usr/local/src/wxVTK/Sample/Sample.cpp:14: > /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:97: error: Synta= xfehler > before `,' token > /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:100: error: virt= ual > outside class declaration > /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:100: error: non-= member > function `wxClassInfo* GetClassInfo()' cannot have `const' method qu= alifier > /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h: In function ` > wxClassInfo* GetClassInfo()': > --- >=20 > What am I doing wrong? What did I miss?=20 > Any help would be appreciated. >=20 > Best regards, > Torsten. >=20 |
From: <wxv...@li...> - 2005-01-21 02:06:05
|
wxv...@li... wrote: > Hi. > > I'm very interested in using wxVTK. I tried some programming, and I got > a problem... When I click on a wxVTKRenderWindowInteractor, then the > program exits. > > I know that it's the line : > InvokeEvent(vtkCommand::LeftButtonPressEvent, NULL); > > that cause the problem (when I remove it the program works fine). > > Can you help me? I'm used with wxWidgets, but not with VTK. Salut Jean-Francois, I have to admit I really don't understand your question, sorry. Could you further detail your problem. Please mention the VTK version you are using, wxWidget version and on which plateform. Without this information I'll need a cristal ball :) BTW did you try building the examples that comes with wxVTK. Did they work ? If not please include which example fail and any output you would see on your command line or in the window VTK might open to display error message. Thanks Mathieu |
From: <wxv...@li...> - 2005-01-21 02:05:07
|
Hello all, I try to build an windows app using wxVTK on my linux box. I use Fedora Cor= e=20 II, gtk2, wx 2.4.2, glibc 2.3.3, vtk 2.4.2, itk 1.8.0. As described on the= =20 web I edited setup.h. Especially the openGL values wxUSE_OPENGL and=20 wxUSE_GLCANVAS. But always I run into #error "problem of wxGLCanvas". Same= =20 error occurs on the native wxVTK classes: =2D-- In Datei, eingef=FCgt von /usr/local/src/wxVTK/Sample/Sample.cpp:14: /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:78:6: #error "proble= m=20 of wxGLCanvas" ^^^^^^^^^^^^^^^ In file included from /usr/local/src/wxVTK/Sample/Sample.cpp:14: /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:97: error: Syntaxfeh= ler before `,' token /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:100: error: virtual outside class declaration /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h:100: error: non-memb= er function `wxClassInfo* GetClassInfo()' cannot have `const' method qualif= ier /usr/local/src/wxVTK/src/wxVTKRenderWindowInteractor.h: In function ` wxClassInfo* GetClassInfo()': =2D-- What am I doing wrong? What did I miss?=20 Any help would be appreciated. Best regards, Torsten. =2D-=20 Things fall apart; the centre cannot hold. |
From: <wxv...@li...> - 2005-01-20 21:19:38
|
Hi. I'm very interested in using wxVTK. I tried some programming, and I got a problem... When I click on a wxVTKRenderWindowInteractor, then the program exits. I know that it's the line : InvokeEvent(vtkCommand::LeftButtonPressEvent, NULL); that cause the problem (when I remove it the program works fine). Can you help me? I'm used with wxWidgets, but not with VTK. Thanks. Jean-Francois Lefebvre www.jflefebvre.org |
From: <wxv...@li...> - 2004-08-15 18:41:40
|
just a test |