Hi all, I hope this is the right place to ask this. My problem is that when I try to compile with Carbide using either "Phone Debug (GCCE)" or "Phone Release (GCCE)", I get the following error: *** missing separator. Stop.[\EPOC32\BUILD\pjproject-0.9.0\build.symbian\PJLIB\GCCE\PJLIB.GCCE] pjproject-0.9.0 line 93 1217871366874 688 That error happens to occur at this line (I copy from line 89 to line 94 of the PJLIB.GCCE file): 89 # must set both PATH and Path to make it work correctly 90 Path:=Q:\epoc32\gcc\bin;$(Path) 91 PATH:=$(Path) 92 93 INCDIR = $(INCLUDE_OPTION) \pjproject-0.9.0\pjlib\include $(INCLUDE_OPTION) \epoc32\include $(INCLUDE_OPTION) \epoc32\include\libc $(INCLUDE_OPTION) \EPOC32\include\oem $(INCLUDE_OPTION) "operable program or batch file. 94 \include" Searching in internet, this seems to be a somehow common error, but I never managed to fix it. That "operable program or batch file. Seems to be the problem, but I don't know from where it comes. This error has stopped my work for days already. Does anybody know a way to solve this or a possible reason why this might be happening? I'm new with Carbide and I have never compiled before with GCCE, so I might be missing some basic stuff. Thanks in advance! BR Iv?n Arias Rodr?guez