|
From: Peter <one...@ya...> - 2011-11-28 18:26:44
|
Hello, I tried to compile gnuplot 4.4.4 on mac leopard (10.5), the compilation is fine. however, it will crash with the following error: [Debug] 23:22:30: ../src/common/fileconf.cpp(991): assert "szValue.empty()" failed in DoWriteString(): can't set value of a group! It looks fileconf.cpp is from wxwideget. I also tried to compile in mac snow leopard (10.6). I got the following compilation error. In file included from ./plot.h:46, from wxterminal/wxt_gui.h:108, from wxterminal/wxt_gui.cpp:96: ./mouse.h:187: error: variable or field 'set_ruler' declared void ./mouse.h:187: error: '_Bool' was not declared in this scope ./mouse.h:187: error: expected primary-expression before 'int' ./mouse.h:187: error: expected primary-expression before 'int' ./mouse.h:195: error: '_Bool' has not been declared In file included from wxterminal/wxt_gui.h:108, the google search find same error one year ago. https://github.com/mxcl/homebrew/issues/561 the suggested solution in the above link is to disable wxt. Any comments? thanks. Peter |