Skip to content
Prev 1360 / 21307 Next

[Bioc-devel] CXX on liverpool/lemming

Hi,

I am trying to figure the build report for both windows machines on 
http://bioconductor.org/checkResults/2.2/bioc-LATEST/Rdisop/liverpool-buildsrc.html

which says 

g++ -c Rcpp.cpp -o Rcpp.o -I"e:\biocbld\bbs-2.2-bioc\R/include" -I"e:\biocbld\bbs-2.2-bioc\R/src/include"  -Wall -O2
g++: not found

where the corresponding Makefile says:

$(OBJ): $(SRC)
        $(CXX) -c $(SRC) -o $(OBJ) $(CXXFLAGS)

So the environment variable CXX is set to g++,
which is not in the path. Did I miss something ?

A related question:
Is there a description of the software installation 
for the build machines, like compiler and build environment ?
The description for developers in the wiki are a bit sparse.

Yours,
Steffen