xerox51
xerox51
I add >; code in a gw file and put the file in the same filepath with gwion.exe on windows10. Then use gwion command to run the file, nothing output.
> Did you compiled it or use the release? I use the latest release windows version and use the cmd to run the helloworld code. I also try to run...
> quick update. I recall I had gwion working in windows using git bash, maybe that's what the CI is using. Also for the core of gwion there's only static...
Cannot locate native library 'libarchive.13.dylib': dlopen(libarchive.13.dylib, 10): image not found
I meet the same problem.I have installed Spreadsheet::XLSX package successfully.After meet the problem,I have installed the libarchive by homebrew. My running environment is big sur operating system on m1 macbook...
Cannot locate native library 'libarchive.13.dylib': dlopen(libarchive.13.dylib, 10): image not found
I also find a big problem, this package could hardly installed on windows. because this package rely on Libarchive and LibXML.but LibXML rely on libxml2.dll.I have searched so many solutions.It's...
Cannot locate native library 'libarchive.13.dylib': dlopen(libarchive.13.dylib, 10): image not found
> I tried to reinstall my raku and install libarchive with homebrew. When I tried `zef install Spreadsheet::XLSX`, there was an error message (It seemed that libarchive was not being...
Cannot locate native library 'libarchive.13.dylib': dlopen(libarchive.13.dylib, 10): image not found
> You can, but if the tests fail with dependency problems, I'm doubtful anything is going to work. I used "zef -v info Libarchive" to find the dependency at first....
Cannot locate native library 'libarchive.13.dylib': dlopen(libarchive.13.dylib, 10): image not found
> > My running environment is big sur operating system on m1 macbook pro.Does this problem is a bug?Anyone knows how to fix it or solve it? > > I've...
I have tried to set a empty value to cells, it also can't work. It says must set a ( int row, int col , string or number ) to...