I've since found a solution. This was a problem related to an external
library that I was using. Not an issue with PyInstaller itself as I first
suspected.

Ben
On Mar 26, 2016 10:04, <[email protected]> wrote:

> I've been able to successfully get PyInstaller to create an executable in
> the single directory mode, but when I execute the executable, I get several
> errors including:
>
> error: front end compiler failed build.
> OpenCL Program build log: -DG CN=3 -D NMIXTURES=5 -D INTEL_DEVICE
> :201:11: error: call to 'mad' is ambiguous
> meanVal = mad(c_weight, c_mean, meanVal);
>
> <stdin>:1677:37: note: candidate function
> float __attribute__((overloadable)) mad(float a, float b, float c);
>
> <stdin>:1680:38: note: candidate function
> float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c);
>
> 3 diagnostics generated.
>
> error: front end compiler failed build.
>
>
> Has anyone encountered something like this before? Any tips on where to
> look?
>
> --
> You received this message because you are subscribed to the Google Groups
> "PyInstaller" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/pyinstaller.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to