Results 12 comments of ndbecker

It appears you are correct. So there needs to be a blank between each \cventry? Do the examples show this?

I've used this in other viewers, such as evince and okular, and it's always worked well. I guess depends on your mouse sensitivity. On Mon, Dec 7, 2020 at 3:12...

Unfortunately, your patch does not seem to apply cleanly, can you please attach it?

``` patch -p2 < BuildBootstrap.Makefile.diff patching file BuildBootstrap.Makefile Hunk #1 succeeded at 19 (offset -21 lines). Hunk #2 succeeded at 71 with fuzz 1 (offset -21 lines). Hunk #3 succeeded...

ATM I seem to be stuck: Pkg.checkout("Cxx") ERROR: Cxx is not a git repo in checkout(::String, ::String, ::Bool, ::Bool) at ./pkg/entry.jl:225 in (::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#checkout,Tuple{String,String,Bool,Bool}})() at ./pkg/dir.jl:31 in cd(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#checkout,Tuple{String,String,Bool,Bool}}, ::String) at ./file.jl:59...

Oh, OK. I tried again: ``` Pkg.add("Cxx") INFO: Cloning cache of Cxx from https://github.com/Keno/Cxx.jl.git INFO: Installing Cxx v0.0.2 INFO: Building Cxx writing path.jl file Tuning for julia installation at /usr/bin...

After cleaning things a couple of times (including .cache), then Pkg.build did download, patch, and build llvm and clang. But then restarting julia: ``` julia> using Cxx ERROR: LoadError: UndefVarError:...

Well it completed build, but: ``` using Cxx ERROR: LoadError: LoadError: could not load library "libcxxffi" /home/nbecker/.julia/v0.5/Cxx/src/../deps/usr/lib/libcxxffi.so: undefined symbol: _ZN5clang17ExternalASTSource19getSourceDescriptorERKNS_6ModuleE in init_libcxxffi() at /home/nbecker/.julia/v0.5/Cxx/src/initialization.jl:21 in eval_user_input(::Any, ::Base.REPL.REPLBackend) at ./REPL.jl:64 in...

The build completed, but d/l and built llvm and clang in the process. Is this expected?

``` mod.method ("call", [](accum_t& a, xt::jlarray s) { for (auto e : s) a(e);