On Feb 23, 2015, at 2:50 PM, "Alan W. Irwin" <ir...@beluga.phys.uvic.ca> wrote:
> 
> Also, I am going to try again to attach the patch to this e-mail, but
> this time in compressed form just in case some software in the mail
> train between us is changing the bits in a pure text attachment. That,
> of course, should not happen for standards-compliant mail software,
> but you never know with pure text. Please check that compressed patch
> file by uncompressing it, comparing with the patch file you derived
> before from your e-mail, and trying the "dry-run" procedure above. If
> that "dry-run" procedure works, then git am (and git apply for that
> matter) should "just work".  But "git am" is far preferred because it
> saves all the relevant git information for my commit (date, author,
> etc.,) in a git commit on your topic branch.
> 

I was able to apply the gzipped patch.

I tested with wxWidgets 3.0 from MacPorts.

CMake string:

PATH=${PATH}:/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin
 cmake -DCMAKE_INSTALL_PREFIX=/opt/nuclear -DBUILD_TEST=ON ../plplot-plplot/ >& 
cmake.out

N.B.  I had to specify the path to wx-config

I then tried to make and ran into an error

[ 30%] Building CXX object 
bindings/wxwidgets/CMakeFiles/plplotwxwidgets.dir/wxPLplotstream.cpp.o
Linking CXX shared library libplplotwxwidgets.dylib
Undefined symbols for architecture x86_64:
  "_c_plsstrm", referenced from:
      plstream::set_stream() in wxPLplotstream.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bindings/wxwidgets/libplplotwxwidgets.0.0.0.dylib] Error 1
make[1]: *** [bindings/wxwidgets/CMakeFiles/plplotwxwidgets.dir/all] Error 2
make: *** [all] Error 2

I have attached my cmake.out and make.out contents.

Attachment: make.out
Description: Binary data

Attachment: cmake.out
Description: Binary data

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to