teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
JimD has joined #openscad
snaked has joined #openscad
<JimD> list
JimD has quit [Quit: Quit]
JimD has joined #openscad
JimD has quit [Client Quit]
JimD has joined #openscad
<JimD> sorry to annoy anyone... This is my first time trying to register with an irc chat room. and it's hard to know how well I've done. NickServ says that my nickname is already in use.... but it appears to be working(?) based on how this message reads.
<JimD> In any event I'm trying to test things out... and attempting to create a new nickname for myself.
J23k92 has joined #openscad
JimD has quit [Quit: Quit]
J23k has quit [Ping timeout: 245 seconds]
m7b5 has joined #openscad
m7b5 has quit [Client Quit]
m7b5 has joined #openscad
m7b5 has quit [Client Quit]
snaked has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 255 seconds]
LordOfBikes has quit [Ping timeout: 260 seconds]
snaked has joined #openscad
hisacro has joined #openscad
LordOfBikes has joined #openscad
misterfish has joined #openscad
guso78k has joined #openscad
misterfish has quit [Ping timeout: 258 seconds]
misterfish has joined #openscad
J23k92 has quit [Quit: Client closed]
J23k92 has joined #openscad
guso78k has quit [Quit: Client closed]
misterfish has quit [Ping timeout: 240 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 252 seconds]
teepee_ is now known as teepee
guso78k has joined #openscad
cart_ has joined #openscad
misterfish has joined #openscad
J23k92 has quit [Quit: Client closed]
J23k92 has joined #openscad
mmu_man has joined #openscad
misterfish has quit [Ping timeout: 255 seconds]
guso78k has quit [Quit: Client closed]
pah is now known as pa
guso78k has joined #openscad
J23k92 has quit [Quit: Client closed]
J23k92 has joined #openscad
knielsen has quit [Remote host closed the connection]
J23k92 has quit [Quit: Client closed]
J23k92 has joined #openscad
misterfish has joined #openscad
snaked has quit [Quit: Leaving]
bozo16 has quit [Quit: Leaving]
cart_ has quit [Ping timeout: 272 seconds]
Guest61 has joined #openscad
Guest61 has quit [Client Quit]
J23k92 has quit [Quit: Client closed]
J23k92 has joined #openscad
J23k92 has quit [Client Quit]
J23k92 has joined #openscad
cart_ has joined #openscad
J23k92 has quit [Quit: Client closed]
J23k92 has joined #openscad
misterfish has quit [Ping timeout: 255 seconds]
ferdna_ has joined #openscad
Guest98 has joined #openscad
Guest98 has quit [Client Quit]
cart_ has quit [Ping timeout: 246 seconds]
guso78k has quit [Quit: Client closed]
cart_ has joined #openscad
knielsen has joined #openscad
misterfish has joined #openscad
lastrodamo has joined #openscad
misterfish has quit [Ping timeout: 258 seconds]
mmu_man has quit [Ping timeout: 255 seconds]
peeps has joined #openscad
peeps[work] has quit [Ping timeout: 255 seconds]
fling has quit [Remote host closed the connection]
fling has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 252 seconds]
teepee_ is now known as teepee
FractOrr has joined #openscad
noonien has joined #openscad
FractOrr has quit [Quit: Client closed]
peeps is now known as peeps[work]
LordOfBikes has quit [Remote host closed the connection]
LordOfBikes has joined #openscad
ferdna_ has quit [Ping timeout: 258 seconds]
ferdna_ has joined #openscad
guso78k has joined #openscad
mmu_man has joined #openscad
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #openscad
lostapathy has quit [Read error: Connection reset by peer]
dustinm` has quit [Read error: Connection reset by peer]
lostapathy has joined #openscad
dustinm` has joined #openscad
cart_ has quit [Ping timeout: 255 seconds]
guso78k has quit [Ping timeout: 245 seconds]
To_Aru_Shiroi_Ne has joined #openscad
ToAruShiroiNeko has quit [Ping timeout: 258 seconds]
misterfish has joined #openscad
ToAruShiroiNeko has joined #openscad
To_Aru_Shiroi_Ne has quit [Ping timeout: 255 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 252 seconds]
teepee_ is now known as teepee
FractOrr has joined #openscad
<FractOrr> wondering if anyone has compiled the OpenSCAD code on Ubuntu through Windows 11 WSL?  I am having an issue with cmake
<teepee> FractOrr: not sure, I believe someone one the mailing list did
<teepee> what error is that?
<teepee> that's the python branch, but if that works master should work too
<FractOrr> This is what I am getting
<FractOrr> CMake Error at CMakeLists.txt:102 (add_executable):
<FractOrr>   Target "OpenSCAD" links to target "OpenGL::EGL" but the target was not
<FractOrr>   found. Perhaps a find_package() call is missing for an IMPORTED target, or
<FractOrr>   an ALIAS target is missing?
<teepee> right, that's pretty new stuff
<teepee> try apt install libegl-dev
<FractOrr> libegl-dev is already the newest version (1.4.0-1).
<teepee> hmm, that is old
<teepee> what ubuntu ist that in WSL?
<FractOrr> 22.04
<teepee> strange, my Debian has 1.6.0
<teepee> ok, not sure what combiantions are tested, but you could disable EGL for now via -DENABLE_EGL=OFF
<FractOrr> I had the compiling working yesterday but screwed ubuntu and had to uninstall and reinstall and now I get this
<teepee> oh, even stranger
<FractOrr> will give that I try once if the cmake that is now running fails
<teepee> or was that repo maybe a bit older?
<teepee> you the one trying with lightburn?
<FractOrr> the other repo was just checked out a couple of days ago
<FractOrr> yes, adding lightburn
<teepee> hmm, last change was oct-11
<FractOrr> so the other repo and the repo I just cloned today should have been the same then
kintel has joined #openscad
<kintel> FractOrr Is EGL still failing?
<kintel> (I did some EGL work recently, I may have broken it as WSL isn't a platform we test on)
lastrodamo has quit [Quit: Leaving]
misterfish has quit [Ping timeout: 255 seconds]
ferdna_ has quit [Quit: Leaving]
greenbigfrog has quit [Remote host closed the connection]
<FractOrr> yes, EGL is still failing
greenbigfrog has joined #openscad
<FractOrr> I was able to compile successfully yesterday but had to rebuild my ubuntu on WSL today
<FractOrr> using this parameter and I was able to compile successfully: -DENABLE_EGL=OFF
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
FractOrr has quit [Quit: Client closed]
FractOrr has joined #openscad
fling_ has joined #openscad
fling has quit [Ping timeout: 252 seconds]
fling_ is now known as fling