[vtkusers] Antw: vtkusers digest, Vol 1 #1174 - 3 msgs
Gregory Bleiker
gregory.bleiker at phonak.ch
Mon Aug 5 05:33:03 EDT 2002
Dear all
I have a question regarding the nightly sources... are they purely for the developers, or can "ordinary" users try to compile their code and should have some success? I've been trying to do so for a few days now and altough I can always compile the VTK sources with cygwin and W2K, I never get my program to work with the code I've written (a small stl reader). Is this the expected outcome? I've tried the unix and the windows sources, both with equal results.
Greetings
Gregi
PS. An initial dump of my compiler output
Building Makefile: "E:\programming\cpp\VTK\Makefile.win"
Executing make...
make.exe -f "E:\programming\cpp\VTK\Makefile.win" all
g++.exe -c qcview2.cpp -o qcview2.o -I"E:\VTK\IO" -I"E:\VTK\Common" -I"E:\VTK\Filtering" -I"E:\VTK" -I"E:\VTK\Rendering" -I"E:\VTK\Graphics" -static -s
windres.exe -i VTKTRY~1.RC -I rc -o vtktryout.res -O coff
g++.exe qcview2.o vtktryout.res -o "vtktryout.exe" -L"E:\Dev-C++\lib" -L"E:\VTK\bin" -lvtkIO -lvtkCommon -lvtkFiltering -lvtkRendering -lvtkGraphics -IvtkImaging -lvtkexpat -lvtkfreetype -lvtkjpeg -lvtkpng -lvtktiff -lvtkzlib -I"E:\VTK\IO" -I"E:\VTK\Common" -I"E:\VTK\Filtering" -I"E:\VTK" -I"E:\VTK\Rendering" -I"E:\VTK\Graphics" -static -s
E:\VTK\bin/libvtkCommon.a(vtkWin32OutputWindow.o)(.text+0x5a1):vtkWin32OutputWindow.cxx: undefined reference to `GetStockObject at 4'
E:\VTK\bin/libvtkRendering.a(vtkRenderWindow.o)(.text+0x2177):vtkRenderWindow.cxx: undefined reference to `vtkWindow::CollectRevisions(ostream &)'
E:\VTK\bin/libvtkRendering.a(vtkRenderWindow.o)(.text+0x21bf):vtkRenderWindow.cxx: undefined reference to `vtkWindow::vtkWindow(void)'
E:\VTK\bin/libvtkRendering.a(vtkRenderWindow.o)(.text+0x23e3):vtkRenderWindow.cxx: undefined reference to `vtkWindow::~vtkWindow(void)'
E:\VTK\bin/libvtkRendering.a(vtkRenderWindow.o)(.text+0x24ed):vtkRenderWindow.cxx: undefined reference to `vtkWindow::~vtkWindow(void)'
More information about the vtkusers
mailing list