You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'support/compile' and 'support/missing' files do not exist, which causes 'configure' to fail. I added these as empty files and all went well.
I also encountered a problem with 'make' trying to use multiple threads. After i set the '-j1' flag for make, all was okay. Perhaps a note in the INSTALL file might be helpful ?
Finally, I needed to patch 'Makefile.in' to honour a potential DESTDIR setting when installing.
I'm using Archlinux. The PKGBUILD and patchfile can be found attached, if of interest. The patchfile applies with 'fuzz' but shows where I've put the DESTDIR variable.
Source code in the repository doesn't contains autotools' generated code, to generate it support/reconfig script must be used. This script installs all necessary files, including 'compile' and 'missing' when necessary.
We will take a look at suggestion, thank you very much.
Hi all,
The 'support/compile' and 'support/missing' files do not exist, which causes 'configure' to fail. I added these as empty files and all went well.
I also encountered a problem with 'make' trying to use multiple threads. After i set the '-j1' flag for make, all was okay. Perhaps a note in the INSTALL file might be helpful ?
Finally, I needed to patch 'Makefile.in' to honour a potential DESTDIR setting when installing.
I'm using Archlinux. The PKGBUILD and patchfile can be found attached, if of interest. The patchfile applies with 'fuzz' but shows where I've put the DESTDIR variable.
polyorb.zip
Thanks for producing this wonderful package,
Regards.
The text was updated successfully, but these errors were encountered: