Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install openpgm for x86 #68

Open
shruti1411 opened this issue Jun 4, 2021 · 2 comments
Open

Unable to install openpgm for x86 #68

shruti1411 opened this issue Jun 4, 2021 · 2 comments

Comments

@shruti1411
Copy link

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
Copy link
Owner

steve-o commented Jun 8, 2021

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
Copy link
Author

shruti1411 commented Jun 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants