Re: Minimo WinCE Build ERROR
Stefan Kolb <[email protected]> Mon, 27 Jun 2005 13:19:57 +0200
| Newsgroups | gmane.comp.mozilla.devel.small-devices |
|---|---|
| Message-ID | <[email protected]> |
Hi I have solved the Problem! The Problem was a wrong path in the file ...\mozilla\config\config.mk. I have changed the path from: XPIDL_COMPILE = $(CYGWIN_WRAPPER) $(topsrcdir)/../tools/xpidl.exe XPIDL_LINK = $(CYGWIN_WRAPPER) $(topsrcdir)/../tools/xpt_link.exe to XPIDL_COMPILE = $(CYGWIN_WRAPPER) $(topsrcdir)/tools/xpidl.exe XPIDL_LINK = $(CYGWIN_WRAPPER) $(topsrcdir)/tools/xpt_link.exe