Author Topic: Slickedit 14.0.0.2 Not compiling in Ubuntu 9.10  (Read 4319 times)

funky12

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Slickedit 14.0.0.2 Not compiling in Ubuntu 9.10
« on: November 23, 2009, 10:23:13 PM »
Hello Community

I am new to slick edit and dowloaded the trial version . It installed fine on ubuntu 9.10 and window is working fine. I tried making a simple project Helloworld.vpj (inbuilt one) . When I build the project I get following message and it doesnt compile

/opt/slickedit/bin/vsbuild -command g++ -c   -g -o "/home/priyank/GPStk/helloworld/HelloWorld.o"  /home/priyank/GPStk/helloworld/HelloWorld.cpp
 --> this is there in build window

Later in the bottom command line I see following message

Command /opt/slickedit/bin/vsbuild -command g++ -c   -g -o "/home/priyank/GPStk/helloworld/HelloWorld.o"  /home/priyank/GPStk/helloworld/HelloWorld.cpp  queued .

I dont know why command is queued and not executed , I tried on university computer withh slickedit 11.02 it works (with Redhat)

Please help , Am I missing some setting ,why its not executing command.
This way its not executing any command

Standalone Helloworld.cpp is compiling using command line g++ , so I feel compiler is correct

Priyank


« Last Edit: November 23, 2009, 10:26:39 PM by funky12 »

lambertia

  • Senior Community Member
  • Posts: 382
  • Hero Points: 14
  • I have nothing sufficiently witty to say.
Re: Slickedit 14.0.0.2 Not compiling in Ubuntu 9.10
« Reply #1 on: November 25, 2009, 06:03:18 AM »
Hi.

The problem here is that the default SE shell is /bin/sh which in Ubuntu is a symlink to /bin/dash. Either change the symlink to point to /bin/bash or set the default shell in SE to /bin/shell. (Macro|Set Macro Variabl|def_process_shell)

Cheers,
--
Greg.

zhangxudong

  • Community Member
  • Posts: 24
  • Hero Points: 0
Slickedit 14.0.0.2 Not compiling in Debina/Sid too
« Reply #2 on: November 27, 2009, 02:32:03 PM »
I using SlickEdit 14.0.2.2 in Debian/Sid. It's not compiling, too. I try your two solutions, but failed. Why?

zhangxudong

  • Community Member
  • Posts: 24
  • Hero Points: 0
Re: Slickedit 14.0.0.2 Not compiling in Ubuntu 9.10
« Reply #3 on: November 30, 2009, 09:25:58 AM »
In Debian/Sid, install tcsh will resolve this problem.