Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Use 32bit include directory as well #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

traylenator
Copy link

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
Copy link

ellert commented Sep 29, 2014

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants