Giter VIP home page Giter VIP logo

Comments (3)

justinabrahms avatar justinabrahms commented on May 24, 2024

Thanks to @db48x for the help here.

I think the correct steps are to do this:

./autogen.sh
./configure
make LIBCLANG_PATH=/usr/lib/llvm-3.9/lib/

# Here, I got errors about not being able to build certain .el files due to a bad character 0x40000e. This is apparently a known flaky thing, so the step below might not solve it and I just won the round of non-determinism.
cd lisp/
make -C ../admin/grammars all EMACS=../src/remacs
cd ..

# Now, the system needs to know where to find my llvm things, so pass that arg too now. If you add too early, it won't compile b/c it finds llvm things instead of gcc things (error says something about stdbool.h missing)
make LIBCLANG_PATH=/usr/lib/llvm-3.9/lib/ MYCPPFLAGS="-I/usr/lib/llvm-3.9/lib/clang/3.9.1/include/"
# I originally couldn't install it with sudo because the sudo didn't have the right path variable. I edited the sudoers' file (`sudo visudo`) and added the place to find cargo.```
sudo make install

refing a few other tickets that came up for me while searching: #788 #789

from remacs.

shaleh avatar shaleh commented on May 24, 2024

@justinabrahms

I am looking at some old tickets and saw this.

Was clang #788 not properly detected? What was your fix?
What part of #789 did you hit? What was your fix?

from remacs.

justinabrahms avatar justinabrahms commented on May 24, 2024

It wasn't detected. My fix was to explicitly set the paths like I mention in my previous comment. Just pinging the windows build ticket (I think.. I'm fuzzy on memory here) so others could find this thread.

from remacs.

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.