View Issue Details

IDProjectCategoryView StatusLast Update
0004563JEDI VCL00 JVCL Componentspublic2008-11-03 11:30
ReporterZENsanAssigned ToAHUser 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004563: Daily packages fails to install.
DescriptionJvCoreD11R and JvCmpD11R fails to compile.
TagsNo tags attached.

Activities

ZENsan

2008-11-03 01:26

reporter   ~0014955

Delphi 2007 (without using installer).
Installer can not works in trial versions and DelphiDistiller versions (with remove licence check) - so why I need to use manual build.

obones

2008-11-03 02:11

administrator   ~0014956

What error message?

ZENsan

2008-11-03 02:24

reporter   ~0014957

Verry strange. For example: It says TJclStringStream not found, when JclStreams is in uses list and have declaration of this class. And other errors are with resourcestrings which are declared in JclResources and used in another unit as values for contant records.. Latest JCl compiles normally and 80% of packages also.

ZENsan

2008-11-03 02:37

reporter   ~0014958

I mean 80% of JVCL packages :)

AHUser

2008-11-03 03:57

developer   ~0014959

Could it be that there is an outdated Jcl.dcp file somewhere that Delphi uses as the "requires Jcl" package?

ZENsan

2008-11-03 05:00

reporter   ~0014960

I cleared all BPL/DCP.
[DCC Error] JvJCLUtils.pas(7881): E2003 Undeclared identifier: 'NativeSpace'
(But there is JclStrings in uses and there is Const NativeSpace=Char(' '); I do not know why delphgi do not see it...;

I built july packages (which worked) and the simply replaced sources so that my application compiles.

obones

2008-11-03 05:30

administrator   ~0014961

Because the files might have been moved and that there still are dcu files somewhere. Most likely inside the JCL/JVCL tree

ZENsan

2008-11-03 06:11

reporter   ~0014962

No results. I deleted all .dcu files.. Run Clean.bat for both JCL and JVCL.

AHUser

2008-11-03 10:30

developer   ~0014964

You could use ProcessMonitor (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx) to find out which files the compiler (dcc32.exe) accesses.

ZENsan

2008-11-03 10:51

reporter   ~0014965

Now it worked out :) I found some misplaced JclVcl.dcp in system directory which is accessed by compiler. After deleting that file all are ok.

We can close this issue.

ZENsan

2008-11-03 10:52

reporter   ~0014966

Thanks, AHUser

Issue History

Date Modified Username Field Change
2008-11-03 00:57 ZENsan New Issue
2008-11-03 01:26 ZENsan Note Added: 0014955
2008-11-03 02:11 obones Note Added: 0014956
2008-11-03 02:11 obones Status new => feedback
2008-11-03 02:24 ZENsan Note Added: 0014957
2008-11-03 02:37 ZENsan Note Added: 0014958
2008-11-03 03:57 AHUser Note Added: 0014959
2008-11-03 05:00 ZENsan Note Added: 0014960
2008-11-03 05:30 obones Note Added: 0014961
2008-11-03 06:11 ZENsan Note Added: 0014962
2008-11-03 10:30 AHUser Note Added: 0014964
2008-11-03 10:51 ZENsan Note Added: 0014965
2008-11-03 10:52 ZENsan Note Added: 0014966
2008-11-03 11:30 AHUser Status feedback => resolved
2008-11-03 11:30 AHUser Resolution open => fixed
2008-11-03 11:30 AHUser Assigned To => AHUser