Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error on installing JVCL

I have installing JCL via Install.bat and its successfully installed. However, when I try to install JVCL via install.bat, I got an error message like this:

[Compiling installer...]
Using Embarcadero RAD Studio XE

Embarcadero Delphi for Win32 compiler version 22.0
Copyright (c) 1983,2010 Embarcadero Technologies, Inc.
C:\Program Files (x86)\Embarcadero\Components\JVCL347CompleteJCL241-Build4571\jv
cl\devtools\PackagesGenerator\GenerateDefines.pFatal: F1026 File not found: 'Sys
tem.Types.dcu'

Failed to compile JVCL installer

Press any key to continue . . .

Anyone know what's wrong here?

Thanks in advance.

like image 420
Andromeda Avatar asked Feb 28 '13 07:02

Andromeda


1 Answers

Apparantly this is a known (resolved?) issue.

The solution is to remove the "System." to compile the JVCL version you have

like image 102
Lieven Keersmaekers Avatar answered Sep 17 '22 23:09

Lieven Keersmaekers