Done and thanks!<br><br><div class="gmail_quote">On Fri, Apr 9, 2010 at 10:15 AM, Eric E. Monson <span dir="ltr"><<a href="mailto:emonson@cs.duke.edu">emonson@cs.duke.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word">Hey Dave,<div><br></div><div>Thanks for keeping this on your radar. You should be able to clear out this bug, then:</div><div><br></div><div><a href="http://www.paraview.org/Bug/view.php?id=10137" target="_blank">http://www.paraview.org/Bug/view.php?id=10137</a></div>
<div><br></div><div>Talk to you later,</div><div>-Eric</div><div><div></div><div class="h5"><div><br></div><div><br><div><div>On Apr 9, 2010, at 10:07 AM, Dave Partyka wrote:</div><br><blockquote type="cite">FYI I just committed this change to the branch and to head as I am going to release a Leopard+ (Cocoa x86/x86_64) binary as well as a the traditional Tiger+ (Carbon x86/ppc) binary.<br>
<br><div class="gmail_quote">On Wed, Jan 6, 2010 at 4:35 PM, Eric E. Monson <span dir="ltr"><<a href="mailto:emonson@cs.duke.edu" target="_blank">emonson@cs.duke.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
On one of my machines I just switched over to Snow Leopard, so I did a fresh CVS grab of ParaView. I have Qt 4.5.3 built from source for Cocoa (x86 and x86_64 architectures), and I have been trying to build ParaView (i386;x86_64), but keep getting a linking error on the pqWidgets library:<br>
<br>
[ 90%] Built target QtTesting<br>
Linking CXX shared library ../../bin/libpqWidgets.dylib<br>
Undefined symbols:<br>
"_objc_msgSend", referenced from:<br>
pqProgressBarHelper::setProgress(int) in pqProgressBarHelper.mm.o<br>
pqProgressBarHelper::setProgress(int) in pqProgressBarHelper.mm.o<br>
pqProgressBarHelper::setProgress(int) in pqProgressBarHelper.mm.o<br>
ld: symbol(s) not found<br>
collect2: ld returned 1 exit status<br>
Undefined symbols:<br>
"_objc_msgSend", referenced from:<br>
pqProgressBarHelper::setProgress(int) in pqProgressBarHelper.mm.o<br>
pqProgressBarHelper::setProgress(int) in pqProgressBarHelper.mm.o<br>
pqProgressBarHelper::setProgress(int) in pqProgressBarHelper.mm.o<br>
ld: symbol(s) not found<br>
<br>
I found I can get past this if I add a "-framework Cocoa" to the linker line manually, so I think in ParaView3/Qt/Widgets/CMakeLists.txt maybe there should be another check added, something like (line 198):<br>
<br>
if(VTK_USE_COCOA)<br>
TARGET_LINK_LIBRARIES(pqWidgets "-framework Cocoa")<br>
endif(VTK_USE_COCOA)<br>
<br>
The progress bar doesn't really work and I'm running into the "grayed out filters" that some others have mentioned (filters show up right after launching PV, I can generate or load a "source", and I can apply one filter, but then they disappear after that and won't come back), but at least PV compiled... :)<br>
<br>
Not sure if it's relevant, but in case it's helpful: On another machine with a very similar setup (Snow Leopard and x86,x86_64 Cocoa Qt 4.5.2 from source), but just CVS "update" and rebuild on an old checkout rather than a fresh one, I noticed that the pqWidgets_LIB_DEPENDS (and a bunch of other things) include ;general;-framework Carbon;general;-framework AppKit;general;-framework ApplicationServices; The progress bar doesn't work on that version, either, but I don't get the "grayed out" filters problem.<br>
<br>
Thanks,<br>
-Eric<br>
<br>
------------------------------------------------------<br>
Eric E Monson<br>
Duke Visualization Technology Group<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>
</blockquote></div><br></div></div></div></div></blockquote></div><br>