fling has quit [Remote host closed the connection]
fling has joined #openscad
guso78k has joined #openscad
<guso78k>
ndnihil did you test this in your system before ? I believe the that the *python* will expand to nothing first and -iname will not have an argument making find issue an error
misterfish has joined #openscad
epony has quit [Remote host closed the connection]
califax has quit [Remote host closed the connection]
califax has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
noonien85 has quit [Ping timeout: 264 seconds]
L29Ah has joined #openscad
noonien85 has joined #openscad
J23k40 has quit [Quit: Client closed]
J23k40 has joined #openscad
jonasbits has quit [Quit: No Ping reply in 180 seconds.]
jonasbits has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
guso78k2 has joined #openscad
<guso78k2>
teepee do you know what's wrong with this directory here: ?
<guso78k2>
it results from this line: install(DIRECTORY ${CMAKE_SOURCE_DIR}/bin DESTINATION "." )
<guso78k2>
bin directory in the destination does not exist before the command is run
<teepee>
source dir / bin sounds strange
<guso78k2>
bin is a new directory which is created in my PR. it contains the python runtime environment which gets downloaded from the hompage. it could be any name instead, however its called "bin" because the install DIRECTORY command does not support a RENAME for directories and bin is a good name for exe's and dll's
<teepee>
what happens with that install? giving an error on "make install"?
<teepee>
ah, I see folder not found
<guso78k2>
teepee, what i tested locally: i have create an MXE install file, installed it in windows and openscad was able to run python code without having to install the python distribution first.
<guso78k2>
did not perform "make install" in windows.
<teepee>
no seeing any attempt to download in that build you linked above
<guso78k2>
not sure, where you see 'folder not found' . let me peek again
<teepee>
line 628 in your logs
<guso78k2>
thx
<guso78k2>
yeah i know this line. but i dont know the folder structure below. so i could not judge. Now i understand that the 'bin' directory did not exist while trying to install.
<guso78k2>
i can compare build logs locally <-> ci
misterfish has quit [Ping timeout: 255 seconds]
epony has joined #openscad
guso78k has quit [Quit: Client closed]
<guso78k2>
had different settings for -DSNAPSHOT.
<guso78k2>
now trying with -DSNAPSHOT=ON
guso78k2 has quit [Quit: Client closed]
J23k40 has quit [Quit: Client closed]
J23k40 has joined #openscad
guso78k has joined #openscad
<guso78k>
i believe the key difference between CI log and my log is that CI builds for msys2 and i build for MXE
<guso78k>
i got a hard time to make the CI-MINGW environment handle ZST files .
<J23k40>
just had someone complain that the object within a 3mf is just named "open SCAD model" - naming them according to the file name is probably not possible as the name for the 3mf is given after creation, but it seems that no name (multiple obejcts export after the first ) will get the filename
<teepee>
it does install mingw-w64-ucrt-x86_64-zstd-1.5.5-1
<J23k40>
hm just checked seems all objects named "OpenSCAD Model" so same name is replaced by the other software then
<teepee>
2023-12-18T15:58:06.1380795Z 'unzip' is not recognized as an internal or external command,
<guso78k>
'=D '=D '=D i was looking for the error in the wrong place.
<guso78k>
at the same time its very encapsulated. i took me just 7 lines to invoke it.
pca006132 has quit [Remote host closed the connection]
guso78k has quit [Quit: Client closed]
guso78k19 has quit [Ping timeout: 250 seconds]
J23k40 has quit [Quit: Client closed]
J23k40 has joined #openscad
<JordanBrown1>
guso78k: default shell semantics is that unmatched wild cards are left alone, so if there is nothing with "foo" in its name in your current directory, saying "*foo*" will pass that, with asterisks intact, to the program.
misterfish has quit [Ping timeout: 252 seconds]
<JordanBrown1>
(without the quotes, of course)
bozo16 has joined #openscad
cart_ has quit [Ping timeout: 240 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
misterfish has joined #openscad
misterfish has quit [Ping timeout: 255 seconds]
guso78k has joined #openscad
<guso78k>
JordanBrown1, thank you, this is yet new knowledge to me. makes sense
<guso78k>
teepee is it possible to get the unzip available in the mingw environment ?
<teepee>
sure, just add it to the list of dependencies, there's something in the script folder for that
<guso78k>
ahh ok, i was not aware about this capability. let me find out ...
<juri_>
tl;dr: some new primitives, better vector and matrix support, and a canonicalization system.
guerd87 has quit [Read error: Connection reset by peer]
guerd871 has joined #openscad
mmu_man has joined #openscad
<guso78k>
teepee. is the the msys2-install-dependencies.sh script also applicable to branch-build/openscad-mxe-32/64 bit ? i added zstd: as a requirement, but unzstd is still missing
epony has quit [Remote host closed the connection]