On 2005-11-12, Philip Pemberton <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to get the PalmOS Developer Suite working on my system. I > already had Cygwin installed, so I just installed all the packages listed in > the README. Problem is, if I create a new project, I get this error in the > Problems pane: > Error launching external scanner info generator (gcc -E -... > > Does anyone know what might be causing this? Cygwin is installed in > c:\cygwin, > and all the PRC-Tools dev.tools are accessible from the Cygwin bash-prompt. > > Thanks.
Your bash login script probably sets up your path. PODS starts gcc directly and therefore uses the Windows path. Solution: make sure 'c:\cygwin\bin' is in the Windows path. You can check/change the Windows path by right-clicking 'My Computer' -> Properties -> Advanced tab and selecting the 'Environment Variables' button at the bottom. Have been running with my own Cygwin and prc-tools since the beginning of PODS. Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
