xlla

Results 98 comments of xlla

I am a newbie of clang too, and I manage to dynamic change paramter "-y" to "-l" then build can pass on. ... ./../wine-tools/tools/winebuild/winebuild -w -o dlls/gdi32/libgdi32.delay.a --implib -b x86_64-w64-mingw32...

Now stuck on dlls32/ntdll.dll, rpi4:~/git/hangover$ make ln -sf ../../../dlls32/dxgi/dxgi.dll build/qemu/x86_64-windows-user/qemu_guest_dll32/ make -C build/dlls32/dxgi dxgi.dll make[1]: Entering directory '/home/pi/git/hangover/build/dlls32/dxgi' make[1]: 'dxgi.dll' is up to date. make[1]: Leaving directory '/home/pi/git/hangover/build/dlls32/dxgi' ln -sf...

add _KERNEL32_ and _NTSYSTEM_ can bypass those errors, but stuck on dlls/ntdll/printf.c i686-w64-mingw32-gcc ../../../dlls/ntdll/nt.c -c -o nt_g.o -I../../../dlls/ntdll/../include -I../../../dlls/ntdll/../../qemu/include -DQEMU_CURRENT_DLL=DLL_NTDLL -O2 -DGUEST_BIT=32 -DHOST_BIT=64 -DNTDDI_VERSION=0x06020000 -D_WIN32_WINNT=0x0603 -fcommon -DQEMU_DLL_GUEST -D_KERNEL32_ -D_NTSYSTEM_ i686-w64-mingw32-gcc...

> Try to include stddef.h: https://en.wikipedia.org/wiki/Offsetof It go on a bit. 8 warnings generated. ../../../build/wine-tools/tools/winegcc/winegcc --winebuild ../../../build/wine-tools/tools/winebuild/winebuild -I../../../build/wine-host/include -I../../../wine/include --wine-objdir ../../../build/wine-guest32 -shared -b i686-w64-mingw32 ../../../dlls/ntdll/ntdll.spec *_g.o -o ntdll.dll -nodefaultlibs -nostdlib...

I noticed on x86_64 host, it will generate warning on same task. ../../../build/wine-tools/tools/winegcc/winegcc --winebuild ../../../build/wine-tools/tools/winebuild/winebuild -I../../../build/wine-host/include -I../../../wine/include --wine-objdir ../../../build/wine-guest32 -shared -b i686-w64-mingw32 ../../../dlls/ntdll/ntdll.spec *_g.o -o ntdll.dll -nodefaultlibs -nostdlib -Wl,--image-base,0x9000000 /usr/bin/i686-w64-mingw32-ld:...

By copy dlls from x86 host build folder I can cross those errors and finish build process. But failure to launch actual x86 app. rpi4:~/git/hangover$ WINEPREFIX="$HOME/.wineho" WINEARCH=win64 ./build/wine-host/wine64 build/qemu/x86_64-windows-user/qemu-x86_64.exe.so ~/winapp/Notepad++/notepad++.exe...

save problem here on esp32 board, >>> mws2.StartManaged(procStackSize=4*1024) MWS2-INFO> Server listening on 0.0.0.0:80. MWS2-INFO> Starts the managed pool to wait for I/O events. >>> Unhandled exception in thread started by...

hi @srmainwaring , I have merged this PR on main branch, shapes.sdf is work, but some icons is missing while manipulate shape, should it shows colorful arrows? camera_sensor.sdf is work...

> A full version would require reimplementing more of the Qt library I see, at least the function is work. I thought those icons miss is related to font or...

hi @srmainwaring , I have build all dependency libs from ignition-cmake to ignition-sensors base on branch main, then rebuild upper libs from ogre2.2 to gazebo, but got same issue, the...