JasonAlt / UberFTP

Interactive GridFTP client
Other
17 stars 14 forks source link

Use 32bit include directory as well #6

Open traylenator opened 10 years ago

traylenator commented 10 years ago

Hi, Uberftp fails to build on a 32 bit sytem since globus_config.h is not found. Currently only the 64 bit include path is searched.

This patch works but it's probably smarter to do something with pkg-config.

ellert commented 9 years ago

With GT6 the globus_config.h file is no longer different for different architectures, so it is no longer installed in a separate architecture dependent include directory, but resides in the same directory as the others. In order to work with GT6 as well, the line changed by this pull request should read:

CPPFLAGS="-I$globus_location/lib64/globus/include -I$globus_location/lib
/globus/include -I$globus_location/include/globus"