MatejMagat305

Results 43 comments of MatejMagat305

This error was only about use C constant in V without C.

> What error message is shown? Can you write a short reproducible case? och sorry, it is not exciplit enough ..., this is error on termux from vab: ``` vab...

> That's really strange... even if none of the `$if`s match, it should return `unknown`, not `''`. it is litle bit similar to #17038, but this is more evident ......

but it is weird before I was compile right way at making video ...

> Try changing the code to: > > ```v > $if termux { > return 'linux-aarch64' > } $else $if linux { > return 'linux-x86_64' > } $else $if macos...

When I try this: ``` pub fn host_arch() string { $if linux { return 'linux-x86_64' } $if macos { return 'darwin-x86_64' } $if windows { return 'windows-x86_64' } $if termux...

It is silly sugest, but try `-gc none` (with `-autofree`) at compilation and see what happen ..., I think it will help ... My experience is that the current gc...

> didn't reproduce on M1 Pro: > > ``` > v: Ventura 13.0.1 > V full version: V 0.3.3 804065a > ``` > > ``` > v self -prod -autofree...

I"m only asking: this cause that in the compiler of vlang have to be rewrite all place where is (mut some_complicate_struct) fn_n(...) to reference versions?

if you want to make bluetooth connection from chroot linux i will wish you luck, becouse it is a still android device and I do not know how to it...