<adam12>
Easier solution might be a git clone, and rails specified by git: in your Gemfile... but that's not without it's own problems.
rhe1 has joined #ruby
rhe has quit [Ping timeout: 268 seconds]
rhe1 is now known as rhe
snonux has joined #ruby
snonux has quit [Remote host closed the connection]
uics has quit [Remote host closed the connection]
easyme has joined #ruby
easyme has left #ruby [#ruby]
Vonter has joined #ruby
markong has joined #ruby
gonix has joined #ruby
Jingwiw has joined #ruby
razetime has joined #ruby
Jingwiw has quit [Quit: Connection closed]
gonix has quit [Ping timeout: 246 seconds]
c10l has quit [Quit: See ya! o/]
c10l has joined #ruby
Laplace has joined #ruby
davidw has quit [Ping timeout: 252 seconds]
davidw has joined #ruby
davidw has quit [Ping timeout: 268 seconds]
razetime has quit [Remote host closed the connection]
sam113101 has quit [Quit: WeeChat 3.6]
sam113101 has joined #ruby
crankharder has joined #ruby
davidw has joined #ruby
crankharder has quit [Ping timeout: 248 seconds]
Sankalp has quit [Ping timeout: 252 seconds]
Sankalp has joined #ruby
markong has quit [Read error: Connection reset by peer]
markong has joined #ruby
joto has joined #ruby
markong has quit [Read error: Connection reset by peer]
davidw has quit [Ping timeout: 255 seconds]
davidw has joined #ruby
uics has joined #ruby
John_Ivan_ has joined #ruby
John_Ivan has quit [Ping timeout: 252 seconds]
davidw has quit [Ping timeout: 248 seconds]
dionysus69 has joined #ruby
Laplace has quit [Quit: Connection closed for inactivity]
eddof13 has joined #ruby
uics has quit [Remote host closed the connection]
Linux_Kerio has quit [Ping timeout: 252 seconds]
uics has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
leonthemisfit has joined #ruby
leonthemisfit has quit [Changing host]
leonthemisfit has joined #ruby
dostoyevsky2 has quit [Quit: leaving]
dostoyevsky2 has joined #ruby
<cnsvc>
i'm trying to install an old version of ruby(2.3.1) from rbenv on a latest macos(ventura 13.2). Get stuck on finding tcl/tk libraries when configure tk. Is this an impossible mission? :(
John_Ivan__ has joined #ruby
John_Ivan_ has quit [Ping timeout: 256 seconds]
crankharder has joined #ruby
___nick___ has quit [Ping timeout: 260 seconds]
crankharder has quit [Ping timeout: 268 seconds]
eddof13 has joined #ruby
<adam12>
cnsvc: If you get it to compile you might run into issues with openssl anyways :| can you do Docker?
ur5us has joined #ruby
<cnsvc>
adam12: I managed to brew old openssl from rbenv/tap/openssl@1.0. I tried to configure --without-tk & --without-tcl but no luck.
<cnsvc>
I'll consider docker option if no native way here (:
<adam12>
cnsvc: What's the exact error? Put it in a gist.
konsolebox has joined #ruby
_ht has quit [Quit: _ht]
<ox1eef_>
I wonder how often stdlib gems are added to the gemspec. I guess that's the correct thing to do since the stdlib was turned into gems.
<ox1eef_>
cnsvc: Make sure to run 'make clean' when changing configure options.
crankharder has joined #ruby
crankharder has quit [Ping timeout: 252 seconds]
ur5us has quit [Remote host closed the connection]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
uics has quit [Remote host closed the connection]
crankharder has quit [Ping timeout: 260 seconds]
szkl has joined #ruby
wand has quit [Ping timeout: 255 seconds]
<cnsvc>
adam12:https://dpaste.org/BUt6H It says no tcl-tk lib found. I have the lastest v8.6 and configured in env, but as it says old v8.5 is compatible. I'm concerned that it takes me nowhere if choose to hack old tcltk..
tomtmym has quit [Quit: Gone.]
<cnsvc>
ox1eef_: I use rbenv. I think it cleans up everytime?
uics has joined #ruby
wand has joined #ruby
crankharder has joined #ruby
uics has left #ruby [#ruby]
crankharder has quit [Ping timeout: 248 seconds]
<ox1eef_>
That I don't know. Might be worth trying without rbenv or anything like that. You can use ./configure --prefix=/path/to/rbenv/dir/2.3.1/ to have it install somewhere local.
<adam12>
cnsvc: To confirm, you need tcl/tk? or you don't.