Recent

Author Topic: Trunk build - Missing files  (Read 3080 times)

micheus

  • Jr. Member
  • **
  • Posts: 62
Trunk build - Missing files
« on: June 28, 2012, 04:18:43 pm »
I had just compiled the current trunk version of Lazarus and FPC (I used SVN Update) and then I tried to rebuild one of my own component package. I started to get compiler errors because some files weren't copied to the install directory.

Just to exemplify, for that package I had to copy from Lazarus' SVN source these files:
Quote
trunk\lcl\
 customtimer.pas
 menus.pp

trunk\lcl\include
 replacedialog.inc

trunk\lcl\interfaces\win32
 win32wsstdctrls.pp

trunk\components\synedit
 synexporthtml.pas
 synhighlightertex.pas

Is there an easy way to avoid this? Can I just copy all sources to the install directory? (I think this wouldn't be desired)

Thanks
/Micheus

Bart

  • Hero Member
  • *****
  • Posts: 5290
    • Bart en Mariska's Webstek
Re: Trunk build - Missing files
« Reply #1 on: June 28, 2012, 07:35:55 pm »
I would suggest  that the paths settings for your package is wrong.

Bart

micheus

  • Jr. Member
  • **
  • Posts: 62
Re: Trunk build - Missing files
« Reply #2 on: June 28, 2012, 09:12:16 pm »
I would suggest  that the paths settings for your package is wrong.
Thanks for aswer me Bart, but I think that it's not the case.
Take a look at the Package options: http://imageshack.us/photo/my-images/69/lazoptions.png (only default values)

By copying the absent files from source to install directory I was able to build it, but when Lazarus tried to rebuild it self there were two ".lfm" files absent too (in ide folder).

Isn't there a script that copy these source files from source to install folder?
I looked at makefile and makefile.fpc, but I couldn't find anything related to.

 

TinyPortal © 2005-2018