Author Topic: problem with update.sh  (Read 29549 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: problem with update.sh
« Reply #15 on: August 29, 2005, 08:29:24 am »
Odd:

-rw-r--r--   1 mike mike 11523051 Aug 28 19:09 output
'output' is a file, not a directory. That's why it's failing.

Code
rm output
./update

should fix the problem...
Be patient!
This bug will be fixed soon...

stodge

  • Guest
Re: problem with update.sh
« Reply #16 on: August 29, 2005, 01:27:02 pm »
I already tried that but it didn't work. I deleted the build last night and I'll re-build from scratch tonight. If that doesn't work, I'll just stick to a text editor and a console.  :(

Thanks

stodge

  • Guest
Re: problem with update.sh
« Reply #17 on: August 30, 2005, 02:11:30 am »
Ok that works now, but codeblocks just crashes with a segmentation fault. Must re-read documentation and see if I can build with debug.

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: problem with update.sh
« Reply #18 on: August 30, 2005, 02:17:48 am »
If it crashes, maybe it's one of the famous Linux crashes! :D

so that would mean we're doing ok... :P

Try deleting your home .Codeblocks/default.workspace file. Then disable the code completion plugin, it's rather unstable in RC1-1.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: problem with update.sh
« Reply #19 on: August 30, 2005, 09:54:50 am »
Also, notice that it's not yet working with wx2.6 in linux...
Be patient!
This bug will be fixed soon...

yeewang

  • Guest
Re: problem with update.sh
« Reply #20 on: August 30, 2005, 11:42:57 am »
Ok that works now, but codeblocks just crashes with a segmentation fault. Must re-read documentation and see if I can build with debug.

I have the exact same problem after make & update.

It just crashes with a seg fault.

My platform is RH Linux WS3, wxWidgets 2.6.1

Is C:B ready for wx2.6.1 & Linux?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: problem with update.sh
« Reply #21 on: August 30, 2005, 12:30:23 pm »
Is C:B ready for wx2.6.1 & Linux?

Look one post up...
Be patient!
This bug will be fixed soon...

stodge

  • Guest
Re: problem with update.sh
« Reply #22 on: August 30, 2005, 01:43:40 pm »
Also, notice that it's not yet working with wx2.6 in linux...

Aw crap! I didn't notice that! Any more information on the site about this? I took a quick look but didn't see anything obvious.

Thanks

yeewang

  • Guest
Re: problem with update.sh
« Reply #23 on: August 31, 2005, 02:46:48 am »
Is C:B ready for wx2.6.1 & Linux?

Look one post up...

So ..... when ?

I don't mean to push sth., but we're waiting ... ...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: problem with update.sh
« Reply #24 on: August 31, 2005, 03:30:37 am »
Well, in the meantime, you can use the makefile.unix from CVS and replace the wxwidgets 2.4 references for 2.6...

yeewang

  • Guest
Re: problem with update.sh
« Reply #25 on: August 31, 2005, 04:11:39 am »
thx, i'll try.

yeewang

  • Guest
Re: problem with update.sh
« Reply #26 on: August 31, 2005, 04:36:57 am »
yes, it works.

Thx.  you guys did great.