steve-o / openpgm

Automatically exported from code.google.com/p/openpgm
57 stars 44 forks source link

Unable to install openpgm for x86 #68

Open shruti1411 opened 3 years ago

shruti1411 commented 3 years ago

Hii...I have builded/compiled openpgm in ubuntu 18.04 under scons with the help of "scons BUILD=release" command...but i'm not able to install in x86 under scons.....i tried with the help of following command

scons BUILD=debug

but it shows error related to scons.

Attaching image showing this error....how can i installed it?

SconsDebugError
steve-o commented 3 years ago

Apologies, installs only work via the Autotools build system. The SCons is mainly a convenience tool for development.

I believe the CMake build system will correctly create an install output too.

One can see example usage with packages in Debian or RedHat, for example:

https://build.opensuse.org/package/view_file/devel:libraries:c_c++/openpgm/openpgm.spec?rev=2

shruti1411 commented 3 years ago

Facing with following issue while building with cmake...for building openpgm......i go to /trunk/openpgm/pgm folder...created new build directory and in that directory run cmake .. and make command

MicrosoftTeams-image (1)

i also tried with release version but still get error....for release version used following commands cd trunk/openpgm/pgm mkdir -p build/release cd build/release cmake -DCMAKE_BUILD_TYPE=!RelWithDebInfo ../..

MicrosoftTeams-image (2)_LI