Last active
August 29, 2015 14:07
-
-
Save sww1235/846282d7a9722c117af8 to your computer and use it in GitHub Desktop.
Wine libgphoto2 error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Please note that these warnings are just used to help the Homebrew maintainers | |
| with debugging if you file an issue. If everything you use Homebrew for is | |
| working fine: please don't worry and just ignore them. Thanks! | |
| Warning: Python is installed at /Library/Frameworks/Python.framework | |
| Homebrew only supports building against the System-provided Python or a | |
| brewed Python. In particular, Pythons installed to /Library can interfere | |
| with other software installs. | |
| Warning: Unbrewed header files were found in /usr/local/include. | |
| If you didn't put them there on purpose they could cause problems when | |
| building Homebrew formulae, and may need to be deleted. | |
| Unexpected header files: | |
| /usr/local/include/fuse.h | |
| /usr/local/include/jack/control.h | |
| /usr/local/include/jack/intclient.h | |
| /usr/local/include/jack/jack.h | |
| /usr/local/include/jack/jslist.h | |
| /usr/local/include/jack/midiport.h | |
| /usr/local/include/jack/ringbuffer.h | |
| /usr/local/include/jack/statistics.h | |
| /usr/local/include/jack/systemdeps.h | |
| /usr/local/include/jack/thread.h | |
| /usr/local/include/jack/transport.h | |
| /usr/local/include/jack/types.h | |
| /usr/local/include/jack/weakjack.h | |
| /usr/local/include/jack/weakmacros.h | |
| Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
| If you didn't put them there on purpose they could cause problems when | |
| building Homebrew formulae, and may need to be deleted. | |
| Unexpected .pc files: | |
| /usr/local/lib/pkgconfig/jack.pc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (Computer Name Censored):Cellar Steven$ brew install libgphoto2 | |
| ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/libgphoto2-2.5.5.mavericks.bottle.tar.gz | |
| ######################################################################## 100.0% | |
| ==> Pouring libgphoto2-2.5.5.mavericks.bottle.tar.gz | |
| 🍺 /usr/local/Cellar/libgphoto2/2.5.5: 165 files, 4.5M |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (Computer Name Censored):Cellar Steven$ brew install wine | |
| ==> Installing dependencies for wine: libgphoto2, little-cms2, jasper, libicns, sane-backends | |
| ==> Installing wine dependency: libgphoto2 | |
| ==> Downloading https://downloads.sourceforge.net/project/gphoto/libgphoto/2.5.5/libgphoto2-2.5.5.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/libgphoto2-2.5.5.tar.bz2 | |
| ==> Downloading http://sourceforge.net/p/gphoto/bugs/_discuss/thread/e52254c4/a5b3/attachment/xx.pat | |
| Already downloaded: /Library/Caches/Homebrew/libgphoto2--patch-da1cd2e0fcc49a0fe374739ee15b448e9c04428c.pat | |
| ==> Patching | |
| patching file libgphoto2_port/gphoto2/gphoto2-port-log.h | |
| ==> ./configure --prefix=/usr/local/Cellar/libgphoto2/2.5.5 CFLAGS=-D_DARWIN_C_SOURCE | |
| ==> make install | |
| <http://www.gnu.org/software/autoconf/> | |
| It also requires GNU m4 and Perl in order to run: | |
| <http://www.gnu.org/software/m4/> | |
| <http://www.perl.org/> | |
| make: *** [configure] Error 127 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment