rosdep install rxtools on osx [closed]

asked 2012-10-03 09:31:30 -0500

heyfred gravatar image

updated 2014-01-28 17:13:49 -0500

ngrennan gravatar image

When I try and run the command:

rosdep install rxtools

When I do the formula tries to install swig-wx but fails to install it. I know I installed it during the initial setup but it failed when brew tried to install it automatically so I had to do it manually using the command ./configure && make && make install.

Is there a way to fix the swig-wx formula to allow the installer to install it or a way to install rxtools without installing swig-wx first?

Swig output:

brew install swig-wx
==> Cloning git://github.com/wg-debs/swig-wx.git
 M Examples/GIFPlot/Lib/Makefile
 M Examples/GIFPlot/Makefile
 M Examples/Makefile
...
?? swig
?? swig.spec
Updating /Library/Caches/Homebrew/swig-wx--git
==> Checking out tag upstream/1.3.29
==> ./configure --prefix=/usr/local/Cellar/swig-wx/1.3.29
==> make
make[2]: *** [CParse/cscanner.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CParse/parser.o] Error 1
make[1]: *** [all] Error 2
make: *** [source] Error 2

Error: swig-wx did not build
Help: https://github.com/mxcl/homebrew/wiki/troubleshooting
edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by William
close date 2015-08-06 20:22:40.018985

Comments

1

I can install swig-wx here, can you be more specific about the problem you have installing swig-wx from homebrew?

WilliamWoodall gravatar image WilliamWoodall  ( 2012-10-03 10:38:19 -0500 )edit

What version of OS X and Xcode are you using? Have you run brew update recently?

WilliamWoodall gravatar image WilliamWoodall  ( 2012-10-04 07:18:23 -0500 )edit

Im running OSX 10.6.8 and Xcode 3.2.6. Yes I've run brew update since the trouble began.

heyfred gravatar image heyfred  ( 2012-10-04 08:02:23 -0500 )edit

Btw I know it's been awhile but from Groovy, rxtools is deprecated and superceded by rqt

130s gravatar image 130s  ( 2013-03-12 15:12:12 -0500 )edit