Forum > Windows (32/64)

Error: ppc386.exe can't be executed

(1/1)

Inno:
I wanted to run cheatengine.lpi on Lazarus but I get the error


--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---Error: ppc386.exe can't be executed, error message: Failed to execute ""ppc386.exe"  -Twin32 -MObjFPC -Scghi -O1 -g -gl -l -vewnhibq -FuC:\lazarus\packager\registration\ -FUC:\lazarus\packager\units\i386-win32\ fcllaz.pas
Can someone please explain this?

cdbc:
Hi
Hmmm... You seem to be missing FPC ie: the compiler, that makes it all work.
Try to look for fpc v. 3.2.2 and install that (with sources) on your system. It's the latest stable version.
Regards Benny

Bart:
It looks like you possibly have a 64-bit fpc installed?
How did you install fpc?
(Given that you have a running Lazarus, you must have fpc installed somewhere...)

Bart

marcov:
As Bart says it could be a 64-bit FPC and or Lazarus but something in the project that selects 32-bit as target.

Navigation

[0] Message Index

Go to full version