Build server

Hi,

using c++ builder XE10 professional.
I have a vcl app, building fine in IDE.
Problem: Command-line build doesn't work.
call C:\Program Files (x86)\Embarcadero\Studio\17.0\bin\rsvars.bat
msbuild penurie.cbproj /t:Build /p:config=Release
=>
"N:\cec\gestioninterne\pgm2010\Penurie\penurie.cbproj" (Build target) (1) ->(_PerformBCCILink target) -> C:\Program Files (x86)\Embarcadero\Studio\17.0\Bin\CodeGear.Cpp.Targets(3313,5): error : Fatal: Unable to open file 'FRXCLASS.OBJ'

There is no frxClass.obj, there is a .dcu in C:\Program Files (x86)\FastReport 5 VCL Standard\LibD23.
.cbproj holds
<PropertyGroup Condition="'$(Base_Win32)'!=''">
        <ILINK_LibraryPath>C:\Program Files (x86)\FastReport 5 VCL Standard\LibD23\;$(ILINK_LibraryPath)</ILINK_LibraryPath>

Any hint? Do I have to add some stuff to msvars.bat for fast reports?

Comments

  • gpigpi
    edited 9:07PM
    Try to set full permissions for C:\Program Files (x86)\FastReport 5 VCL Standard\LibD23 folder
  • edited 9:07PM
    no change.
    User already had rights on this folder. Remember, it builds fine in IDE.
  • gpigpi
    edited 9:07PM
    Do you run command line with "Run as administrator" option?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.