ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
waleee has joined #crystal-lang
Starfoxxes has quit [Ping timeout: 240 seconds]
Starfoxxes has joined #crystal-lang
taupiqueur has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 240 seconds]
waleee has joined #crystal-lang
waleee has quit [Ping timeout: 240 seconds]
waleee has joined #crystal-lang
ejjfunky has joined #crystal-lang
waleee has quit [Ping timeout: 250 seconds]
waleee has joined #crystal-lang
waleee has quit [Ping timeout: 250 seconds]
waleee has joined #crystal-lang
waleee has quit [Ping timeout: 260 seconds]
ejjfunky has quit [Remote host closed the connection]
dannyAAM has quit [Ping timeout: 240 seconds]
dannyAAM has joined #crystal-lang
ejjfunky has joined #crystal-lang
ejjfunky has quit [Remote host closed the connection]
ejjfunky has joined #crystal-lang
notzmv has quit [Ping timeout: 240 seconds]
taupiqueur has joined #crystal-lang
notzmv has joined #crystal-lang
f1refly has quit [Quit: see ya in hell]
f1refly has joined #crystal-lang
taupiqueur has quit [Quit: taupiqueur]
ejjfunky has quit [Quit: Leaving]
ejjfunky has joined #crystal-lang
taupiqueur has joined #crystal-lang
ejjfunky has quit [Quit: Leaving]
ejjfunky has joined #crystal-lang
ejjfunky has quit [Quit: Leaving]
ejjfunky has joined #crystal-lang
yxhuvud has quit [Remote host closed the connection]
waleee has joined #crystal-lang
yxhuvud has joined #crystal-lang
<FromGitter> <raw-bin> Hi! I'm trying to build Crystalline from soure on an Ubuntu 21.10 x86_64 Linux host. I'm getting this: ⏎ `~/Work/repos/workspaces/crystal_workspace/crystalline master ⏎ ❯ time crystal build ./src/crystalline.cr -o ./bin/crystalline --release --no-debug --progress -Dpreview_mt ⏎ /usr/bin/ld: cannot find /usr/share/crystal/src/llvm/ext/llvm_ext.o: No such file or directory ⏎ collect2: error: ld returned
<FromGitter> <raw-bin> Yikes! Apologies for the terrible formatting!
<FromGitter> <raw-bin> Phew!
Romodrome has joined #crystal-lang
<Romodrome> hello, is anybody here
Romodrome has quit [Client Quit]
<FromGitter> <Blacksmoke16> o/
<FromGitter> <Blacksmoke16> @raw-bin https://github.com/elbywan/crystalline/issues/32
<FromGitter> <raw-bin> Thanks @Blacksmoke16 ! :)
<FromGitter> <raw-bin> I'm getting this now: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=621915faf43b6d783fd48351]
<FromGitter> <raw-bin> I *think* this may be down to me abusing CRYSTAL_PATH (I was trying to avoid building crystal). I'll try that too.
<FromGitter> <Blacksmoke16> is entirely possible it just doesnt work with the latest version of crystal too :shrug:
<FromGitter> <raw-bin> Ah! Ok. Good to know.
<FromGitter> <Blacksmoke16> how did you install crystal?
<FromGitter> <raw-bin> I'm using the version available in Ubuntu 21.10
<FromGitter> <Blacksmoke16> and you said you changed `CRYSTAL_PATH`?
<FromGitter> <raw-bin> Erm. Correction!
<FromGitter> <raw-bin> To build crystalline using the issue you pointed me at I was setting CRYSTAL_PATH to a local checkout of crystal which I had previously built (but which I don't use - in favour of the opensuse package).
<FromGitter> <raw-bin> That was the 'abuse' I was referring to!
<FromGitter> <Blacksmoke16> hmm, feel like that should be in, as long as its set pointing at the stdlib
<FromGitter> <Blacksmoke16> be fine*
<FromGitter> <raw-bin> Ok. I'll try and poke around a bit!
<FromGitter> <raw-bin> Hmm, it looks like HashStringType was removed: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=621918f1161ffc40d78a8dc8]
<FromGitter> <raw-bin> That might explain the problem. I'll try and hack crystalline to 'match'.
<FromGitter> <Blacksmoke16> ah, that would do it
<FromGitter> <Blacksmoke16> crystalline prob needs updated to handle that
<FromGitter> <Blacksmoke16> cons of working with a non public API :/
<FromGitter> <raw-bin> Does look like it!
taupiqueur has quit [Ping timeout: 240 seconds]
ejjfunky0 has joined #crystal-lang
ejjfunky has quit [Ping timeout: 256 seconds]
ejjfunky0 has quit [Remote host closed the connection]
taupiqueur has joined #crystal-lang
<FromGitter> <raw-bin> @Blacksmoke16 : I managed to get there in the end! Seems to work with vim + YCM. Raised a PR to crystalline: https://github.com/elbywan/crystalline/pull/36
<FromGitter> <Blacksmoke16> 👍