jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
246 stars 82 forks source link

compile failure on Linux (can't find unit gl2surfaceview) #37

Open WayneSherman opened 6 years ago

WayneSherman commented 6 years ago

Attempt to build LAMW using FPCUpDeluxe on Linux. "Can't find unit gl2surfaceview used by Laz_And_Controls_Events"

Problem introduced in commit: https://github.com/jmpessoa/lazandroidmodulewizard/commit/a634d83f03533c594a84bdee80d3f8c852c176ce

Error Log: ... (1002) Target OS: Linux for x86-64 (3104) Compiling tfpandroidbridge_pack.pas (3104) Compiling tcpsocketclient.pas (3104) Compiling register_extras.pas (3104) Compiling laz_and_controls_events.pas /home/user/fpcupdeluxe/ccr/lamw/android_bridges/laz_and_controls_events.pas(164,33) Fatal: (10022) Can't find unit gl2surfaceview used by Laz_And_Controls_Events Fatal: (1018) Compilation aborted Error: /home/user/fpcupdeluxe/fpc/bin/x86_64-linux/ppcx64 returned an error exitcode Error: (lazarus) Compile package tfpandroidbridge_pack 0.0: stopped with exit code 256 Error: (lazarus) [TLazPackageGraph.CompileRequiredPackages] "Exit code 256"

fpcupdeluxe: ERROR: UniversalInstaller (ConfigModule: lamw): Failure trying to rebuild Lazarus. Details: ERROR: Fpcupdeluxe fatal error !

jmpessoa commented 6 years ago

Add missing "gl2surfaceview.pas" [yet, in development] !!

Thanks!