Skip to content
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

Make error: [Makefile:445: mount_exfat_fuse-main.o] Error 1 #184

Closed
glanzkaiser opened this issue Apr 25, 2022 · 8 comments
Closed

Make error: [Makefile:445: mount_exfat_fuse-main.o] Error 1 #184

glanzkaiser opened this issue Apr 25, 2022 · 8 comments

Comments

@glanzkaiser
Copy link

Hey all,

I get an error :
[Makefile:445: mount_exfat_fuse-main.o] Error 1

when I run:
make

How to fix this? Thank You.

@glanzkaiser
Copy link
Author

The funny thing is,
the same error occurs when I try to install exfat-fuse from:
http://deb.debian.org/debian/pool/main/f/fuse-exfat/fuse-exfat_1.3.0.orig.tar.gz

@relan
Copy link
Owner

relan commented Apr 25, 2022

  1. The actual error happens before that.
  2. Run configure.

@glanzkaiser
Copy link
Author

glanzkaiser commented Apr 26, 2022

I run ./configure, it ran well and create Makefile
Here are my conditions for compiling:

  1. I do not have libublio is that a problem?
  2. When there is a checking whether we are doing cross compiling it says "no"
  3. I use fuse 3 not fuse 2, is that a problem?

The error is when I run make, configure does not has error.
Hopefully this can be fixed

@glanzkaiser
Copy link
Author

This is the screenshot of

  1. ./configure
    https://ibb.co/9Wzkb9J

  2. make
    https://ibb.co/2Wsztq4

@relan
Copy link
Owner

relan commented Apr 26, 2022

I do not have libublio is that a problem?

libublio is needed only if you are on FreeBSD.

I use fuse 3 not fuse 2, is that a problem?

Yes, you should compile fuse-exfat against fuse 2.

@glanzkaiser
Copy link
Author

Hi Relan,

I try to compile fuse-2.9.9, after I run ./configure
then I run
make

it prompts an error:
ulockmgr_server
(https://ibb.co/4Yw1gGd)
Is there any hole in my system? any package needed to be installed as dependencies to fix the ulockmgr_server?

Thank You

@relan
Copy link
Owner

relan commented Apr 28, 2022

Sorry, can't help you with FUSE compilation for your system.

@glanzkaiser
Copy link
Author

Alright thanks Relan, maybe next time I can make it works, just let it be now..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants