Re: Trying To Make a Split Off
Hanspeter Niederstrasser <[email protected]> Sat, 26 Aug 2017 21:08:43 -0500
| Newsgroups | gmane.os.apple.fink.devel |
|---|---|
| Organization | Snaggled Works |
| Message-ID | <[email protected]> |
On 8/26/17 6:11 PM, Charles Lepple wrote: > On Aug 26, 2017, at 7:05 PM, David Lowe <[email protected]> wrote: >> >> That last item on the configure line (/usr/bin/make) doesn’t belong there, and i don’t see where it’s coming from. Where should i be looking? > > You might need an extra line at the end of the ConfigureParams block - seems like the last %type_raw option for the server ends in a backslash. > > Or if that doesn't work, put a backslash on the last %type_raw line, and move one of the unconditional options (like "--with-x") down to the end. You can't end a multi-line ConfigureParams with a conditional line, because if it resolves to empty, the line before it then ends the entire block in '\', and that causes the ./configure command to be extended into `/usr/bin/make', which will fail. As Charles says, make the last line of ConfigureParams be a non-conditional line (simply move all the conditional lines to the beginning of the block). Hanspeter ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Fink-devel mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel