What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -


i have got fresh install of delphi 2010 on windows 8.1.

i create new project, , under packages, select "build runtime packages".

i compile , error "[dcc fatal error] e2202 required package 'indycore' not found"

i have checked: package indycore140.bpl available in $bds\bin directory other indy related packages. indycore.dcp file available in $bds\lib , $bds\lib\debug.

this driving me nuts. hints?

this command line when enable "show command line" option (line breaks added readability):

dcc command line "project2.dpr" c:\delphi\delphi2010\bin\dcc32.exe   --no-config   -lurtl;vcl;vclx;vclimg;vclactnband;dbrtl;vcldb;vcldbx;bdertl;vcltouch;xmlrtl;     dsnap;dsnapcon;teeui;teedb;tee;adortl;vclsmp;vclie;inet;inetdb;webdsnap;     websnap;inetdbbde;inetdbxpress;soaprtl;dbxcommondriver;dbxclientdriver;     dbxinterbasedriver;dbxmysqldriver;dbexpress;dbxcds;tdbf;intrawebdb_100_140;     intraweb_100_140;indycore;indysystem;indyprotocols   -m   -q   -awintypes=windows;winprocs=windows;dbitypes=bde;dbiprocs=bde;dbierrs=bde   -ddebug   -ic:\delphi\delphi2010\lib;"c:\users\public\documents\rad studio\7.0\dcp"   -le"c:\users\public\documents\rad studio\7.0\bpl"   -ln"c:\users\public\documents\rad studio\7.0\dcp"   -nb"c:\users\public\documents\rad studio\7.0\dcp"   -oc:\delphi\delphi2010\lib;"c:\users\public\documents\rad studio\7.0\dcp"   -rc:\delphi\delphi2010\lib;"c:\users\public\documents\rad studio\7.0\dcp"   -uc:\delphi\delphi2010\lib;"c:\users\public\documents\rad studio\7.0\dcp"   -k00400000   -no"c:\users\public\documents\rad studio\7.0\dcp"   project2.dpr 

there nothing suspicious find.

edit: stefan glienke suggested on google+ check path environment variable, because might long. around 1400 characters long. reduced bare minimum, 224 characters, didn't solve problem.

the question answered +daniela osterhagen in this google+ post:

it's indycore.dcp file compiler cannot find. file in library path?

no, it's not! @ command line posted! doesn't contain c:\delphi\delphi2010\lib\indy10 !

i temporarily removed directory library path in delphi 2010 installation , got same error.

as turned out, problem. $(bds)\libs\indy10 missing library path. have no idea how came happen, because said above, fresh install.


Comments

Popular posts from this blog

Change the color of an oval at click in Java AWT -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -