12 12 schreef:
I tried to follow Vincent's advise and looked at http://wiki.lazarus.freepascal.org/SMNetGradient.
When recompiled IDE I get following error:

<snip>

Compiling resource lazarus.rc
gcc: installation problem, cannot exec `cpp': No such file or directory
D:\lazarus\fpc\2.2.0\bin\i386-win32\windres.exe: no resources
lazarus.pp(115,1) Error: Error while linking
lazarus.pp(115,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make.exe[2]: *** [lazarus.exe] Error 1
make.exe[2]: Leaving directory `D:/lazarus/ide'
make.exe[1]: *** [ide] Error 2
make.exe[1]: Leaving directory `D:/lazarus/ide'
fpc\2.2.0\bin\i386-win32\make.exe: *** [ide] Error 2

There are four solutions.
1. Use a newer lazarus version (I think i workaround this bug in fpc 2.2.0)
2. Use fpc 2.2.1 or later to compile lazarus
3. Add D:\lazarus\fpc\2.2.0\bin\i386-win32 to the path
or
4. Copy D:\lazarus\fpc\2.2.0\bin\i386-win32\cpp.exe to c:\lazarus\ide

Option 2 and 4 are the only options available if you are using win95, win98 or 
winME.

Vincent

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

Reply via email to