Re: running GTK

2022-10-16 Thread c4t0
Hi, thanks for replying, I'll respond it inline On 2022-10-16 20:54, bill-auger wrote: > without looking into this at all, there are a few remarks i > could make > > for any project which publishes versioned release tarballs, the > VCS should be of no interest to any user - generally, the VCS >

Re: running GTK

2022-10-16 Thread bill-auger
without looking into this at all, there are a few remarks i could make for any project which publishes versioned release tarballs, the VCS should be of no interest to any user - generally, the VCS code is of interest, only to those wishing to contribute to the code-base itself - so, when

running GTK

2022-10-16 Thread c4t0
Hi! I've checkouted last commit a couple of days ago: dfe4b5660037c4d178853ee00458a75e51a88563 compiled with this script: #!/bin/bash dst_dir="$(pwd)/build" export CFLAGS="$CFLAGS -ffat-lto-objects -Wl,--allow-multiple-definition -w" autoreconf -iv ./configure \ --prefix="${dst_dir}" \

Re: running GTK:: trying to compile gnu-smalltalk for Mac M1 with your script

2022-10-16 Thread etienne delacroix
I used your wonderful script to try compiling. gnu-smalltalk ( the previous version. from the current one ) . on my Mac air M1 laptop.I worked much better than my previous attempt with existing scripts, yet. eventually interrupted with the error: ld: the target architecture doesn't support

Re: running GTK

2022-10-16 Thread bill-auger
On Mon, 17 Oct 2022 03:02:04 + c...@riseup.net wrote: > did you try 'gst packages/gtk/examples_hello.st' ? gst-browser or > anything that uses the gtk bindings with the gst that you builded?? these both work as expected $ gst packages/gtk/example_hello.st $ gst-browser > If you can tell me

etiennedelacroix: compile gnu-smalltalk on Mac M1 anyone?

2022-10-16 Thread etienne delacroix
I am desperately trying to compile gnu-smalltalk for the Mac air M1 Monterreyand have been failing, for lack of makefile skills. the classic headers seem to have been moved around since Mac used intel chips. on these. gnu-smalltalk would compile perfectly has anyone any leads or tips on

Re: running GTK

2022-10-16 Thread bill-auger
there is something wrong with the arch package - someone should open a bug report - it is indeed missing GTK.star and a few others; but according to the published build recipe, those files should be present - probably you can just grab the PKGBUILD and run makepkg on it

Re: running GTK

2022-10-16 Thread c4t0
did you try 'gst packages/gtk/examples_hello.st' ? gst-browser or anything that uses the gtk bindings with the gst that you builded?? On 2022-10-16 23:35, bill-auger wrote: > there is something wrong with the arch package - someone > should open a bug report - it is indeed missing GTK.star >

Re: running GTK:: trying to compile gnu-smalltalk for Mac M1 with your script

2022-10-16 Thread c4t0
Hello! grad you like it. TIL MacOS won't let you compile stuff that needs an executable stack. That's fine, is really the first way to make a program vulnerable: overflow it stack with shellcode and when the function returns BANG! you execute arbitrary code. nevertheless, we won't be using in