homebrew - Running ddd on Mac OS X 10.7.5 -
homebrew - Running ddd on Mac OS X 10.7.5 -
i tried install , run ddd using next commands:
brew install libtool brew link lesstif brew install ddd
and received next error message when trying run ddd:
cd@new-host:~$ ddd dyld: library not loaded: /opt/x11/lib/libsm.6.dylib referenced from: /usr/local/lib/libxm.2.dylib reason: image not found trace/bpt trap: 5
the next output brew config:
homebrew_version: 0.9.5 origin: https://github.com/homebrew/homebrew head: 7a427a6528c0aa123a43d3adf1c5944ab622c27e lastly commit: 2 hours ago homebrew_prefix: /usr/local homebrew_cellar: /usr/local/cellar cpu: dual-core 64-bit penryn os x: 10.7.5-i386 xcode: 4.6.3 clt: 4.6.0.0.1.1365549073 llvm-gcc: build 2336 clang: 4.2 build 425 x11: 2.6.5 => /usr/x11 scheme ruby: 1.8.7-358 perl: /usr/bin/perl python: /usr/bin/python ruby: /usr/bin/ruby => /system/library/frameworks/ruby.framework/versions/1.8/usr/bin/ruby
and below output brew doctor:
warning: directories in /usr/local/share/man aren't writable. can happen if "sudo create install" software isn't managed homebrew. if brew tries add together locale info 1 of these directories, install fail during link step. should chown them: /usr/local/share/man/de /usr/local/share/man/de/man1 /usr/local/share/man/mann warning: unbrewed dylibs found in /usr/local/lib. if didn't set them there on purpose cause problems when building homebrew formulae, , may need deleted. unexpected dylibs: /usr/local/lib/libtcl8.6.dylib /usr/local/lib/libtk8.6.dylib warning: unbrewed header files found in /usr/local/include. if didn't set them there on purpose cause problems when building homebrew formulae, , may need deleted. unexpected header files: /usr/local/include/fakemysql.h /usr/local/include/fakepq.h /usr/local/include/fakesql.h /usr/local/include/itcl.h /usr/local/include/itcl2tcloo.h /usr/local/include/itcldecls.h /usr/local/include/itclint.h /usr/local/include/itclintdecls.h /usr/local/include/itclmigrate2tclcore.h /usr/local/include/itcltclintstubsfcn.h /usr/local/include/mysqlstubs.h /usr/local/include/odbcstubs.h /usr/local/include/pqstubs.h /usr/local/include/tcl.h /usr/local/include/tcldecls.h /usr/local/include/tcloo.h /usr/local/include/tcloodecls.h /usr/local/include/tclplatdecls.h /usr/local/include/tclthread.h /usr/local/include/tcltommath.h /usr/local/include/tcltommathdecls.h /usr/local/include/tdbc.h /usr/local/include/tdbcdecls.h /usr/local/include/tdbcint.h /usr/local/include/tk.h /usr/local/include/tkdecls.h /usr/local/include/tkplatdecls.h warning: unbrewed .pc files found in /usr/local/lib/pkgconfig. if didn't set them there on purpose cause problems when building homebrew formulae, , may need deleted. unexpected .pc files: /usr/local/lib/pkgconfig/tcl.pc /usr/local/lib/pkgconfig/tk.pc warning: unbrewed static libraries found in /usr/local/lib. if didn't set them there on purpose cause problems when building homebrew formulae, , may need deleted. unexpected static libraries: /usr/local/lib/libtclstub8.6.a /usr/local/lib/libtkstub8.6.a warning: /usr/bin occurs before /usr/local/bin means system-provided programs used instead of provided homebrew. next tools exist @ both paths: dot consider setting path /usr/local/bin occurs before /usr/bin. here one-liner: echo export path='/usr/local/bin:$path' >> ~/.bash_profile
any help appreciated! , these brew doc warnings ones should effort rectify? of other brew installed programs fine, bit reluctant begin mucking around files. give thanks you!
you need install xquartz x libraries in /opt/lib.
http://xquartz.macosforge.org/landing/
homebrew ddd-debugger
Comments
Post a Comment