Changes between Initial Version and Version 1 of Ticket #28063, comment 9
- Timestamp:
- Feb 18, 2013, 10:03:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28063, comment 9
initial v1 1 1 > Also, the gnustep-config binary was installed into ${prefix}/GNUStep/bin on my system, while this is directory is not added to PATH in the port group. Subsequently, the gnustep-base port fails very early in the configure step as it cannot find the required gnustep-config. 2 2 3 This is the same error that I've been running into. Which would be a better solution: adding `${prefix}/GNUStep/bin` to the PATH that MacPorts can see, or symlinking `gnustep-config` into the plain `${prefix}/bin`? 3 This is the same error that I've been running into. Which would be a better solution: adding `${prefix}/GNUStep/bin` to the PATH that MacPorts can see, or symlinking `gnustep-config` into the plain `${prefix}/bin`? 4 5 Edit: I think this is the same issue as #20775