AdaCore / PolyORB

PolyORB provides a uniform solution to build distributed applications relying either on middleware standards
Other
22 stars 11 forks source link

Build Errors in Current Release #28

Open charlie5 opened 3 years ago

charlie5 commented 3 years ago

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.

godunko commented 3 years ago

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.

charlie5 commented 3 years ago

Thank you.

On my system, 'support/reconfig' doesn't generate the 'compile' and 'missing' files.

Logs are attached.

logs.txt