meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.33k stars 510 forks source link

unable to compile megafuse #2667

Open ak4153 opened 6 months ago

ak4153 commented 6 months ago

Hey, I'm having some trouble in compiling sdk/examples/linux/megafuse I've seen this issue https://github.com/meganz/sdk/issues/128 but my problem is different, I don't get any errors when I run ./configure.

what I did: I followed the steps in the README.md e.g: cloned, cmake -DVCPKG_ROOT=vcpkg -DCMAKE_BUILD_TYPE=Debug -S sdk -B build_dir etc..

then I cd sdk -> ./configure --with-fuse -> make. the compiling sdk/examples/linux/ remains the same and doesn't contain the binary megafuse.

followed this

How to build and run the project:

To build and run the project, follow theses steps:

  1. Build the SDK including the option --with-fuse in the ./configure step
  2. Run the megafuse binary that you will find in this folder

also followed this after running make clean in sdk/ folder sh autogen.sh ./configure --with-fuse make sudo make install

Could you help please?