Changes between Initial Version and Version 2 of Ticket #31536


Ignore:
Timestamp:
Aug 1, 2012, 5:39:06 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Having spaces in the path to your compiler, or in the path to MacPorts, is not a good idea; a lot of software projects have not been tested in that configuration and will probably fail. So you will have a better experience if you rename your paths (in this case your "750gb HDD" volume) so that they do not contain spaces.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31536

    • Property Owner changed from macports-tickets@… to landonf@…
  • Ticket #31536 – Description

    initial v2  
    33When compiling openldap (gnupg requires this) it fails due to a:
    44
     5{{{
    56:info:build Makefile:402: *** multiple target patterns.  Stop.
     7}}}
    68
    79error. This appears to be due to a path problem in the library makefiles. Example excerpt from the Makefile:
     10
     11{{{
    812assert.lo: ../../include/portable.h
    913assert.lo: assert.c
     
    1115assert.lo: ../../include/ac/fdset.h
    1216assert.lo: ../../include/ac/assert.h
     17}}}
    1318
    1419When you combine the lines:
     20{{{
    1521assert.lo: /Volumes/750gb\HDD/Developer/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin10/4.2.1/include/stddef.h
     22}}}
    1623
    1724It compiles normally.