GithubHelp home page GithubHelp logo

Comments (6)

GuillaumeGomez avatar GuillaumeGomez commented on September 26, 2024

It's been a while I didn't work on it. Also, the issue is actually on the fmod. I don't intend to update it but any contribution is welcome.

from rust-music-player.

7dir avatar 7dir commented on September 26, 2024

just leave it here https://github.com/rust-lang/rust/issues/27438

from rust-music-player.

mojocn avatar mojocn commented on September 26, 2024

the repo can not be built at Kali-linux

➜  rust-music-player git:(master) ✗ cargo build --release
   Compiling autocfg v1.0.1
   Compiling sfml-build v0.4.0
   Compiling libc v0.2.98
   Compiling bitflags v1.2.1
   Compiling byteorder v1.4.3
   Compiling c_vec v1.0.12
   Compiling once_cell v1.8.0
   Compiling widestring v0.4.3
   Compiling csfml-system-sys v0.6.0
   Compiling csfml-window-sys v0.6.0
   Compiling csfml-audio-sys v0.6.0
   Compiling csfml-graphics-sys v0.6.0
   Compiling num-traits v0.2.14
   Compiling num-integer v0.1.44
   Compiling num-bigint v0.4.0
   Compiling num-iter v0.1.42
   Compiling num-rational v0.4.0
   Compiling fmod v0.10.2
   Compiling sfml v0.16.0
   Compiling num-complex v0.4.0
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.0.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.1.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.10.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.11.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.12.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.13.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.14.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.15.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.2.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.3.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.4.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.5.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.6.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.7.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.8.rcgu.o" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.rfmod.63wyh330-cgu.9.rcgu.o" "-o" "/codeRust/rust-music-player/target/release/deps/librfmod-67c45d2f1b92ddf0.so" "-Wl,--version-script=/tmp/rustchdw7tl/list" "/codeRust/rust-music-player/target/release/deps/rfmod-67c45d2f1b92ddf0.1fod3qics43ngl5d.rcgu.o" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/codeRust/rust-music-player/target/release/deps" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lfmodex64" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustchdw7tl/libbyteorder-b9891183d232e0fc.rlib" "-Wl,--no-whole-archive" "-L" "/codeRust/rust-music-player/target/release/deps" "-Wl,-Bdynamic" "-lc_vec-707ba7fe26ed5023" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustchdw7tl/liblibc-a996aa231a4d5a6d.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-L" "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-627bae978fe79731" "-Wl,--end-group" "-Wl,-Bstatic" "/tmp/rustchdw7tl/libcompiler_builtins-ea39d51a71f3ca0c.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc"
  = note: /usr/bin/ld: cannot find -lfmodex64
          collect2: error: ld returned 1 exit status
          

error: aborting due to previous error

from rust-music-player.

GuillaumeGomez avatar GuillaumeGomez commented on September 26, 2024

I think the error is pretty explicit: it cannot find the fmodex64 library...

from rust-music-player.

mojocn avatar mojocn commented on September 26, 2024

I think the error is pretty explicit: it cannot find the fmodex64 library...

I am new to RUST and linux. I don't know how to install lfmodex64. Deadly need help

from rust-music-player.

GuillaumeGomez avatar GuillaumeGomez commented on September 26, 2024

Issues are not for support but for bug reports. Next request for support will result in your profile being blocked from interacting on my repositories.

from rust-music-player.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.