JasonAlt / UberFTP

Interactive GridFTP client
Other
17 stars 14 forks source link

which version of Globus is expected ? #9

Open brucellino opened 8 years ago

brucellino commented 8 years ago

Hello

I'm trying to build the uberftp client on Ubuntu 14.04. I'm getting the error on ./configure :

checking globus_config.h usability... no
checking globus_config.h presence... no
checking for globus_config.h... no
./configure: line 413: test: install: integer expression expected
./configure: line 416: $4: Bad file descriptor
configure: error: globus-core
./configure: line 302: return: install: numeric argument required
./configure: line 312: exit: install: numeric argument required

Globus is definitely installed in /usr : /usr/include/globus/globus_config.h

Can you please confirm what version of globus and which packages are necessary as prerequisites ?

Thanks !

chanwilson commented 7 years ago

This stems from an improper setting of CPPFLAGS. Hack around it by editing configure and changing CPPFLAGS to be like so:

        CPPFLAGS=-I$globus_location/include/globus

this should be right around line 3687.