Hi Claes,
Thank you for your last answer.
There is not any 'ubu' directory in 'pwrsrc_5.7.1-1/src/tools/pkg' but there is an 'ubu_x86_64' directory, there are also 'deb' and 'deb_x86_64'. (Does it mean Ubuntu32 is no longer supported in 5.7.1-1 version of Proview?)
So i tried to use the 'deb' one. Am i wrong?
After reading the 'build-howto.md' file in pwrsrc_5.7.1-1 (all the required dependencies are installed) and your last answer:
1-First i executed 'make' in the directory pwrsrc_5.7.1-1 and i encounter the following errors:
pwrwbmodule.cpp:1:10: fatal error: Python.h: no such file or directory
#include <Python.h>
^~~~~~~~~~
compilation terminated
error: command 'i686-linux-gnu-gcc' failed with exit status 1
mv: can't evaluate 'pwrsrc_5.7.1-1/rls/os_linux/hw_x86/bld/exp/pwrwb/lib.linux-x86_64-2.7/pwrwb.so': no such file or directory
...pwrsrc_5.7.1-1/wb/exp/pwrwb/src/makefile:38 recipe for target '...pwrsrc_5.7.1-1/rls/os_linux/hw_x86/wb/exe/pwrwb.so' failed
make [1]: ***[...pwrsrc_5.7.1-1/rls/os_linux/hw_x86/wb/exe/pwrwb.so] Error 1
2-Despite the errors, i still continued by setting up pwre, creating, and initializing the V571x86 environment, as well as using the commands 'pwre create_all_modules' and 'pwre build_all_modules'. The same errors above were once again encountered
3-Despite the errors, i still continued to build the deb packages by using 'pwre build tools/pkg deb'
-While building 'pwrrt', the following error was encountered:
rm: cannot delete '.../pwrsrc_5.7.1-1/rls/os_linux/hw_x86/bld/pkg/pwr57/usr/pwr57/os_linux/hw_x86/exp/lib/libpwr_tlog.a': no such file or directory
-While building 'pwr57', the following errors were encountered:
../pwrdemo/build.sh at line 63: cd /data0/pwrp/pwrdemo57: no such file or directory
tar: pwrdemo57: stat impossible: no such file or directory
tar: stopping with failure code because of previous errors
-While building 'pwrdemo57', the following errors were encountered:
tar: exe/rt_qmon : stat impossible: no such file or directory
tar: exe/sev_ini : stat impossible: no such file or directory
tar: exe/sev_xtt : stat impossible: no such file or directory
tar: exe/sev_xtt_gtk : stat impossible: no such file or directory
tar: exe/sev_server : stat impossible: no such file or directory
tar: exe/sev_repair : stat impossible: no such file or directory
tar: load/pwrs.dbs : stat impossible: no such file or directory
tar: load/pwrb.dbs : stat impossible: no such file or directory
tar: exe/rt_xtt_gtk : stat impossible: no such file or directory
tar: exe/rt_xtt : : stat impossible: no such file or directory
tar: stopping with failure code because of previous errors
-It looks like there wasn't any error while building 'pwrsev'
-Inspecting the built packages in ..pwrsrc_5.7.1-1/rls/os_linux/hw_x86/bld/pkg , i have:
pwr57_5.7.1-1_i386.deb (71,9 MB)
pwrdemo57_5.7.1-1_i386.deb (2,3 kB)
pwrrt_5.7.1-1_i386.deb (20 MB)
pwrsev_5.7.1-1_i386 (225,2 kB)
Such small size must not be normal, so the deb packages failed again
In case if building Proview V5.7.1-1 from source code for Ubuntu32 can't be ever done, i'm considering an alternative approach as a last ressort:
-Installing 'pwr55_5.5.0-1_i386' and 'pwrdemo55_5.5.0-1_i386' deb packages on Ubuntu MATE 18.04 i386
-Upgrading Proview V5.5 twice (to 5.6, then to 5.7)
-Using the command 'dpkg-repack' to repack the upgraded Proview version into potentially re-usable deb packages
Could it, at least work?
/Maverick