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
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?
The text was updated successfully, but these errors were encountered:
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
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 ../..
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?
The text was updated successfully, but these errors were encountered: