Author Topic: slickedit 2008 can't build gcc project?  (Read 7255 times)

abcd

  • Guest
slickedit 2008 can't build gcc project?
« on: November 21, 2008, 06:31:57 AM »
I use slickedit2008 + cygWin on WinXP, I create a "hello,world" gcc project using GNU c/c++ wizard. When I compile it or build it, the result is :
D: & cd D:\ttt
D: & cd D:\ttt
(gdb) warning: bad breakpoint number at or near ': & cd D:\ttt'
warning: bad breakpoint number at or near '& cd D:\ttt'
warning: bad breakpoint number at or near 'cd D:\ttt'
warning: bad breakpoint number at or near 'D:\ttt'
echo VSLICKERRORPATH="D:\ttt"
echo VSLICKERRORPATH="D:\ttt"
VSLICKERRORPATH="D:   tt"(gdb) "C:\PROGRA~1\SLICKE~2\win\vsbuild" "D:\ttt\ttt.vpw" "D:\ttt\ttt.vpj" -t build -signal 9009
<2\win\vsbuild" "D:\ttt\ttt.vpw" "D:\ttt\ttt.vpj" -t                         build -signal 9009
(gdb) Undefined command: "".  Try "help".

who can tell me how to resolve it?
Thanks for your help!
« Last Edit: November 21, 2008, 06:51:09 AM by abcd »

abcd

  • Guest
Re: slickedit 2008 can't build gcc project?
« Reply #1 on: November 21, 2008, 07:19:59 AM »
I use slickedit2008 + cygWin on WinXP, I create a "hello,world" gcc project using GNU c/c++ wizard. When I compile it or build it, the result is :
D: & cd D:\ttt
D: & cd D:\ttt
(gdb) warning: bad breakpoint number at or near ': & cd D:\ttt'
warning: bad breakpoint number at or near '& cd D:\ttt'
warning: bad breakpoint number at or near 'cd D:\ttt'
warning: bad breakpoint number at or near 'D:\ttt'
echo VSLICKERRORPATH="D:\ttt"
echo VSLICKERRORPATH="D:\ttt"
VSLICKERRORPATH="D:   tt"(gdb) "C:\PROGRA~1\SLICKE~2\win\vsbuild" "D:\ttt\ttt.vpw" "D:\ttt\ttt.vpj" -t build -signal 9009
<2\win\vsbuild" "D:\ttt\ttt.vpw" "D:\ttt\ttt.vpj" -t                         build -signal 9009
(gdb) Undefined command: "".  Try "help".

who can tell me how to resolve it?
Thanks for your help!


Sorry all, i see what's the reason: it's debugging when i compile it.