Giter Club home page Giter Club logo

fujinet-pc's People

Contributors

48kram avatar 8bitandmore avatar a8bit avatar a8jan avatar billkendrick avatar dabada79 avatar damosan314 avatar dillera avatar djtersteegc avatar ericcarrgh avatar fozztexx avatar frachel avatar idolpx avatar ivanizag avatar jagmod avatar jeffpiep avatar juzzas avatar kaelef avatar markjfisher avatar michaelsternberg avatar mike-wiese avatar mnemo70 avatar mozzwald avatar oliverschmidt avatar robjustice avatar techcowboy avatar themontezuma avatar tschak909 avatar turboss avatar wschaub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fujinet-pc's Issues

Build fails on ArchLinux

Almost at the very end of the build... and then it fails with this error: (followed directions in README exactly)

[ 95%] Building CXX object CMakeFiles/fujinet.dir/lib/slip/ReadBlockRequest.cpp.o
/home/amr/sources/fujinet-pc/lib/slip/ReadBlockRequest.cpp: In member function ‘void ReadBlockRequest::set_block_number_from_ptr(const uint8_t*, size_t)’:
/home/amr/sources/fujinet-pc/lib/slip/ReadBlockRequest.cpp:41:14: error: ‘copy_n’ is not a member of ‘std’; did you mean ‘copy’?
   41 |         std::copy_n(ptr + offset, block_number_.size(), block_number_.begin());
      |              ^~~~~~
      |              copy
make[2]: *** [CMakeFiles/fujinet.dir/build.make:2064: CMakeFiles/fujinet.dir/lib/slip/ReadBlockRequest.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:264: CMakeFiles/fujinet.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

This looks like it might be a GCC version or glibc version thing -- I don't know CMake very well, does it explicitly declare a C++ standard to build to?

Thank you (Altirra Emulation)

Not an issue, just leaving a message of "Thank You", because now I can finally emulate Fujinet in Altirra.
This is gonna help me hugely with improving the Fujinet version of 8bit-Slicks!

RPM Release or Build Instructions?

I'd love to try this out, but I'm on fedora 38, and compiling fails to build fujinet-pc/lib/utils/string_utils.cpp. This is true even with manually specifying the mbedtls libs with the following invocation!

cmake .. -DCMAKE_BUILD_TYPE:STRING=Debug -DMBEDCRYPTO_STATIC_LIB=/usr/lib64/libmbedcrypto.so -DMBEDTLS_STATIC_LIB=/usr/lib64/libmbedtls.so -DMBEDX509_STATIC_LIB=/usr/lib64/libmbedx509.so

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.