users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gplc on OSX Mavericks, the plot thickens...


From: Michał Bieliński
Subject: Re: gplc on OSX Mavericks, the plot thickens...
Date: Thu, 7 Nov 2013 13:40:55 +0100
User-agent: SquirrelMail/1.4.21

Dnia 6 Listopada 2013, 23:58, Śr, Sean Charles napisał:
> OK… that last email… those string of hex characters….. it’s a
comment!
>
> 0x25 is %, 0x3A is :
>
> That’s in my source file…I use comment blocks that are bounded like
> this...
>
> %%::::::::::::::::::::::::::::::::::::::::
>
> doesn’t explain why the source won’t build again though!

Actually, it gives a fairly explicit hint.  Program gplc assumed the file
to be already in binary format already in tried to link it without
compiling.  Try to use standardized file extensions like .pl or .pro
instead of .prolog.  Then gplc is not going to be as confused.

There is an option for gcc to treat files with weird extensions as
specific program type (e.g. -x c++ IIRC) but gplc has little need for it.

-- 
Michał Bieliński




reply via email to

[Prev in Thread] Current Thread [Next in Thread]