Code Monkey home page Code Monkey logo

Comments (4)

buffrr avatar buffrr commented on June 9, 2024

Woah you're already building for linux! For some reason C.ulonglong works on macos/windows but not on linux fixed with 10e7e12 (I will send any changes made to third_party upstream once they're removed from this repo and perhaps pulled with gsync). Also added -fPIC to get build_libs.py script to work at least e1f7751 If you made other fixes to get the linux build to work, PRs welcome!

I will close this reopen if you still have the same issue thanks!

from beacon.

mdaniel avatar mdaniel commented on June 9, 2024

for future generations who may see this issue, be aware that the beacon third_party directory is built in place and thus rm -rf src/out/Debug is only one part, one must also cd src/beacon/third_party && git clean -xdf .

from beacon.

buffrr avatar buffrr commented on June 9, 2024

You would rarely need to rm -rf src/out/Debug. The third party lib looks for the build/ directory in place it's gitignored but it won't get rebuilt if it's already built. Once third_party is moved out of this repo, it will be cleaned up. So future generations, you don't need to know this :D

from beacon.

mdaniel avatar mdaniel commented on June 9, 2024

but it won't get rebuilt if it's already built

... which is highly relevant if one is changing non-source components such as the CFLAGS or go build command-line, else weird linkage errors will persist

from beacon.

Related Issues (20)

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.