[lazarus] Re: [lazarus] Problem when compiling Lazarus in Windows ¿any idea?

Karl Brandt pascalive at bol.com.br
Thu Jan 16 21:58:31 EST 2003


Eduardo Lopez wrote:

> Hello all:
>
> I have this problem when I try to compile lazarus in Windows.
> I have downloaded the sources with CVS, and do a "make".
> It stop with the following message:
>
>
> C:/PP/BIN/WIN32/MAKE.EXE lazarus.res
> MAKE.EXE[1]: Entering directory `C:/pp/source/lazarus'
> windres -i lazarus.rc -o lazarus.res --preprocessor 
> C:/PP/BIN/WIN32/cpp.exe
> windres: no resources
> MAKE.EXE[1]: *** [lazarus.res] Error 1
> MAKE.EXE[1]: Leaving directory `C:/pp/source/lazarus'
> C:\PP\BIN\WIN32\MAKE.EXE: *** [ide] Error 2
>
> I'have the compiler version 1.0.7

Try to compile the resource file before compiling Lazarus.
I do the following:
make clean
windres -i lazarus.rc -o lazarus.res
make

Karl Brandt






More information about the Lazarus mailing list