-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configure fails: No package 'ext2fs' found #33
Comments
Try exporting the paths. This worked for me.
|
It's probably better to just prepend |
Running
before
worked for me. |
Hi, i have same problem on this step:
Any idea? |
I'm on OS X El Capitan and prepending
|
I also had to install |
sorry, but P.S.: I don't use |
Anyone figure this out yet? I have the same problem as above and I'm running 10.11.5 |
I have tried everything from scratch with no success: $ brew install e2fsprogs m4 automake autoconf libtool
$ git clone https://github.com/alperakcan/fuse-ext2.git
$ cd fuse-ext2
$ ./autogen.sh then I have tried $ CFLAGS="-idirafter/$(brew --prefix e2fsprogs)/include -idirafter/usr/local/include/osxfuse" LDFLAGS="-L$(brew --prefix e2fsprogs)/lib" ./configure but it gives back that error. While trying PKG_CONFIG_PATH="/usr/local/Cellar/e2fsprogs/1.42.13/lib/pkgconfig" CFLAGS="-idirafter/usr/local/Cellar/e2fsprogs/1.42.13/include -idirafter/usr/local/include/osxfuse" LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/e2fsprogs/1.42.13/lib" ./configure it gives back config.status: error: cannot find input file: `fuse-ext2/Makefile.in' |
@loretoparisi: I think your problem is related to autogen.sh not working. Have you seen the issue #32? |
@gpz500 wow thank you! I have added the line as describe in m4_ifdef([AC_PROG_LIB],[AC_PROG_LIB],[m4_warn(portability,[Missing AC_PROJ_LIB])])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) And then it worked| |
Added Oddly I had to also run |
eventually results in:
Output
brew --prefix e2fsprogs
:So clearly the library is present. How can I run configure so that it finds the library?
I'm on OS X 10.11, SIP disabled.
The text was updated successfully, but these errors were encountered: