Giuliano Colla wrote:
Al Boldi ha scritto:
I have the sources of FPC/Laz up and running on linux, and now I want to compile them on windows. Do I need to download the sources again, or is there a platform specific tools package that allows me to recompile with the same sources?


There's a slightly different directory layout in windows, because fpc is inside the lazarus tree.

there is no strict need for a fpc in the lazarus tree. the fpc dir may be anywhere on your disk.

personally I've one networkshare with one svn version of lazarus where I do my windows/linux/osx development on.

if you have a common linux/windows share or partition, you can use that as lazarus source. You only have to tell lazarus where your fpc exe&source are located.

Marc


Faced with the same problem, I solved it in this way:
1) download and install a stable win32 release (9.22).
2) copy your updated sources from Linux in the windows lazarus tree (This will leave the fpc untouched)
3) Clean+Build All from the IDE.

Maybe there's a better way, but this worked for me.

Giuliano

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to