News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

problem with update.sh

Started by evster, August 05, 2005, 02:18:27 PM

Previous topic - Next topic

mandrav

Quote from: stodge on August 29, 2005, 01:10:04 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.


rm output
./update


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

stodge

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

Ok that works now, but codeblocks just crashes with a segmentation fault. Must re-read documentation and see if I can build with debug.

rickg22

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.

mandrav

Also, notice that it's not yet working with wx2.6 in linux...
Be patient!
This bug will be fixed soon...

yeewang

Quote from: stodge 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.

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?

mandrav

Be patient!
This bug will be fixed soon...

stodge

Quote from: mandrav on August 30, 2005, 09:54:50 AM
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

Quote from: mandrav on August 30, 2005, 12:30:23 PM
Quote from: yeewang on August 30, 2005, 11:42:57 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 ... ...

rickg22

Well, in the meantime, you can use the makefile.unix from CVS and replace the wxwidgets 2.4 references for 2.6...

yeewang


yeewang

yes, it works.

Thx.  you guys did great.