Yeah, I don't feel like I'm doing anything significantly different
than I usually do, but who knows... Starting with the "make" line for
that section, I get:
make -f Servers/ServerManager/CMakeFiles/vtkSMExtractDocumentation.dir/
build.make Servers/ServerManager/CMakeFiles/
vtkSMExtractDocumentation.dir/depend
cd /Users/emonson/Programming/ParaView_cvs/ParaView3/serial && /usr/
local/bin/cmake -E cmake_depends "Unix Makefiles" /Users/emonson/
Programming/ParaView_cvs/ParaView3 /Users/emonson/Programming/
ParaView_cvs/ParaView3/Servers/ServerManager /Users/emonson/
Programming/ParaView_cvs/ParaView3/serial /Users/emonson/Programming/
ParaView_cvs/ParaView3/serial/Servers/ServerManager /Users/emonson/
Programming/ParaView_cvs/ParaView3/serial/Servers/ServerManager/
CMakeFiles/vtkSMExtractDocumentation.dir/DependInfo.cmake --color=
make -f Servers/ServerManager/CMakeFiles/vtkSMExtractDocumentation.dir/
build.make Servers/ServerManager/CMakeFiles/
vtkSMExtractDocumentation.dir/build
Linking CXX executable ../../bin/vtkSMExtractDocumentation
cd /Users/emonson/Programming/ParaView_cvs/ParaView3/serial/Servers/
ServerManager && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/
vtkSMExtractDocumentation.dir/link.txt --verbose=1
/usr/bin/c++ -mmacosx-version-min=10.5 -Wno-deprecated -O3 -
DNDEBUG -Wl,-search_paths_first -headerpad_max_install_names -fPIC
CMakeFiles/vtkSMExtractDocumentation.dir/
vtkSMExtractDocumentation.cxx.o -o ../../bin/vtkSMExtractDocumentation
Undefined symbols:
"vtksys::RegularExpression::compile(char const*)", referenced from:
FilterDescription(std::basic_string<char,
std::char_traits<char>, std::allocator<char> >)in
vtkSMExtractDocumentation.cxx.o
...
Thanks for at least taking a look at it -- I appreciate it.
-Eric
On Oct 1, 2009, at 4:40 PM, Berk Geveci wrote:
That's very strange. What does the link line look like if you compile
with make VERBOSE=1?
-berk
On Wed, Sep 30, 2009 at 10:27 AM, Eric E. Monson
<[email protected]> wrote:
Hey all,
For the past month or so I've been having trouble getting CVS
ParaView to
build completely. I always get an error when it gets to the linking
of
vtkSMExtractDocumentation:
Linking CXX executable ../../bin/vtkSMExtractDocumentation
Undefined symbols:
"vtksys::RegularExpression::compile(char const*)", referenced from:
FilterDescription(std::basic_string<char,
std::char_traits<char>,
std::allocator<char> >)in vtkSMExtractDocumentation.cxx.o
"vtkSMIntRangeDomain::GetMaximum(unsigned int, int&)", referenced
from:
WriteDomain(vtkSMDomain*, std::basic_ostream<char,
std::char_traits<char> >&)in vtkSMExtractDocumentation.cxx.o
WriteDomain(vtkSMDomain*, std::basic_ostream<char,
std::char_traits<char> >&)in vtkSMExtractDocumentation.cxx.o
WriteDomain(vtkSMDomain*, std::basic_ostream<char,
std::char_traits<char> >&)in vtkSMExtractDocumentation.cxx.o
"vtkSMPropertyIterator::Begin()", referenced from:
WriteProperties(vtkSMProxy*, std::basic_ostream<char,
std::char_traits<char> >&)in vtkSMExtractDocumentation.cxx.o
(... I can send the rest if it would be helpful...)
With "make -k" I can still get it to continue far enough to build the
ParaView application, so it hasn't been critical, but it's a bit of
a pain.
Does anyone have a clue whether I'm just choosing some bad options,
or
something?
Here is my configuration and the changes I make to the default
options in
CMake (just doing a pretty basic serial build w/python enabled):
OS X 10.5.8 (gcc 4.0.1)
CMake 2.7.20090713
Qt-4.5.2, open-source, Cocoa
BUILD_SHARED_LIBS: ON
BUILD_TESTING: OFF
CMAKE_BUILD_TYPE: Release
PARAVIEW_ENABLE_PYTHON: ON
PARAVIEW_BUILD_PLUGIN_Moments: OFF
PARAVIEW_BUILD_PLUGIN_Prism: OFF
PARAVIEW_BUILD_PLUGIN_SLACTool: OFF
Thanks a lot,
-Eric
------------------------------------------------------
Eric E Monson
Duke Visualization Technology Group
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview