Closed hammera closed 1 year ago
Ok, My machine done the build test. :-):-) I forgot this machine have more strong hardware components, shorter time need a 32 bit and 64 bit make distwin command result. I unzipped the generated 32 bit LiblouisUTDML zip file (I use the previous comment wrote diff patch). When I ran bin/file2brl.exe into Wine emulator, I get following output:
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Z:\home\hammera\liblouisutdml\bin\file2brl.exe (liblouisutdml) 2.11.0 Copyright (C) 2023 ViewPlus Technologies, Inc. and JJB Software, Inc. License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Written by John J. Boyer.
32 bit architecture file2brl.exe launch correctly in Wine emulator when I using the patched Dockerfile.win32 file, I am unsure 64 bit version need this modification or not, because the 64 bit version launch correct in Wine emulator. :-):-) The „libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.” error message is not interesting I think, because LiblouisUTDML doesn't use this component and doesn't have a gui.
Basic test results:
Please review the previous comment wrote diff file, and if you would like, I will opening a pull request this patch related.
Attila
Hi Chris or Bert,
Inside Docker I generated the make distwin command a test 32 bit and 64 bit Liblouisutdml version from master branch. The zip files generated correctly, but the 32 bit Liblouisutdml version drop me following error messages:
I suspect the problem is happening because into Dockerfile.win32 file only Liblouis related make command uses following commandline option the 71. line:
Following diff patch I tested earlyer, and if I using following change the 32 bit Windows related Dockerfile version, file2brl.exe rans correct into Wine emulator:
I will test the fix again with the 32-bit version, I will report the result to you in the afternoon at the latest. 64 bit Windows version are unaffected this issue related.
Attila