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
Describe the bug
Installed CPLEX and set the path in bashrc, installed sequenza and copynumber. However couldn't install JaBba, shows error meg as follows:
In file included from Rcplex2.c:2:
./Rcplex2.h:4:10: fatal error: 'ilcplex/cplex.h' file not found
#include <ilcplex/cplex.h>
^~~~~~~~~~~~~~~~~
1 error generated.
make: *** [Rcplex2.o] Error 1
ERROR: compilation failed for package ‘JaBbA’
removing ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/JaBbA’
Warning message:
In i.p(...) :
installation of package ‘/var/folders/c2/q4h5h5s940s76rf4dyhchh9dh_wk0p/T//Rtmpmq7z2L/file955f54a45d69/JaBbA_1.1.tar.gz’ had non-zero exit status
any help is appreciated.
The text was updated successfully, but these errors were encountered:
its /Applications/CPLEX_Studio_Community2211/cplex; I have set the path for cplex.h also in bashrc.
export CPLEX_DIR=/Applications/CPLEX_Studio_Community2211/cplex
export CPLEX_INCLUDE_PATH=$CPLEX_DIR/cplex/include
export CPLEX_LIBRARY_PATH=$CPLEX_DIR/cplex/lib
Describe the bug
Installed CPLEX and set the path in bashrc, installed sequenza and copynumber. However couldn't install JaBba, shows error meg as follows:
In file included from Rcplex2.c:2:
./Rcplex2.h:4:10: fatal error: 'ilcplex/cplex.h' file not found
#include <ilcplex/cplex.h>
^~~~~~~~~~~~~~~~~
1 error generated.
make: *** [Rcplex2.o] Error 1
ERROR: compilation failed for package ‘JaBbA’
Warning message:
In i.p(...) :
installation of package ‘/var/folders/c2/q4h5h5s940s76rf4dyhchh9dh_wk0p/T//Rtmpmq7z2L/file955f54a45d69/JaBbA_1.1.tar.gz’ had non-zero exit status
any help is appreciated.
The text was updated successfully, but these errors were encountered: