Sirox
Sirox
> Haxe can't exactly use `java.io.File`. In my experience, only basic types, strings, and arrays work well. Try returning the file path as a string. already tried, but gradle daemon...
> Inside the extension folder, look for dependencies/android/src/main/AndroidManifest.xml. but this is android manifest, not activity xml or it's working not that simple that i think?
> Inside the extension folder, look for dependencies/android/src/main/AndroidManifest.xml. also it causes an error: AAPT: error: unexpected element VideoView found in manifest
> CI builds seem to work fine without them, but I notice that the latter two are related to the HAVE_GCC_ATOMICS macro. Maybe the CI build defines it, hiding an...
make compiling for both .so and .a at the same time, so maybe it can, i'll try
it seems that pixman is even more dead than usual now... this happened `./lib/cairo/src/cairoint.h:71:10: fatal error: pixman.h: No such file or directory 71 | #include | ^~~~~~~~~~ compilation terminated.` P.S....
thats the result of first one: ``` -L /opt/hostedtoolcache/haxe/4.2.5/x64/lib/lime/git/ndll/ --macro lime._internal.macros.DefineMacro.run() /opt/hostedtoolcache/haxe/4.2.5/x64/lib/lime/git/src/ -D lime=8.0.0 ``` and in second one, for some reason it's just can't find the dir in pushd...
``` git CHANGELOG.md CONTRIBUTING.md Dockerfile LICENSE.md NOTICE.md README.md assets dependencies docs externs extraParams.hxml haxelib.json haxelib.xml hxformat.json include.xml lime.png ndll package.json project run.n src svg.n templates tests tools ``` there's lime...
ok, i was just VERY "clever " and made pushd command like that: ``` pushd [opt/hostedtoolcache/haxe/4.2.5/x64/lib/lime/git] ``` now removed `[]` and is working here's the log: ``` Installing lime from...
i just made same thing with cd and it showed this: ``` fatal: not a git repository (or any of the parent directories): .git ``` and i just understood that...