relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
779 stars 176 forks source link

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

Closed glanzkaiser closed 2 years ago

glanzkaiser commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago
  1. The actual error happens before that.
  2. Run configure.
glanzkaiser commented 2 years ago

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 commented 2 years ago

This is the screenshot of

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

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

relan commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

glanzkaiser commented 2 years ago

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