Author Topic: The 01 May 2007 build is out.  (Read 28949 times)

tufan

  • Guest
Re: The 01 May 2007 build is out.
« Reply #15 on: May 02, 2007, 03:26:34 pm »
how can i make it indent after public,pri also ifs and fors without curly brackets and case: in a switch stament?if you can give the source of the latest release i can have a look at it too.i'm a developer.and this was for windows.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 01 May 2007 build is out.
« Reply #16 on: May 02, 2007, 03:35:48 pm »
Sure, here's the source :wink:.

museeer

  • Guest
Re: The 01 May 2007 build is out.
« Reply #17 on: May 02, 2007, 03:48:59 pm »
where I can find wx2.8.4?
http://biolpc22.york.ac.uk/pub/
thank you, but I have dial-up connection, exists wxmsw28u_gcc_cb_wx284.7z ~2MB?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7581
    • My Best Post
Re: The 01 May 2007 build is out.
« Reply #18 on: May 02, 2007, 08:04:02 pm »
@Killerbot

Can you give me some info on your build environment?

Your DLL is about 2 Megs smaller than mine is.

my wxmsw28u dll size is 10,349,134 bytes
yours wxmsw28u dll size is 8,090,112 bytes

My OS is XP(32 bit) SP2 

wxWidgets Build Command
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1
Code
what                file                line                                value
mingw-runtime       include/_mingw.h    #define __MINGW32_VERSION 3.10      3.10
Windows API         include/w32api.h    #define __W32API_VERSION 3.7        3.7

what                command                                                 value
GCC Version         gcc --version                                           gcc (GCC) 3.4.5 (mingw special)
binutils            ld --version                                            GNU ld version 2.17.50 20070129
« Last Edit: May 02, 2007, 08:44:59 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 01 May 2007 build is out.
« Reply #19 on: May 02, 2007, 08:51:06 pm »
that's because the debug symbols have been stripped from it, due to update.bat

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7581
    • My Best Post
Re: The 01 May 2007 build is out.
« Reply #20 on: May 02, 2007, 09:15:21 pm »
that's because the debug symbols have been stripped from it, due to update.bat

Thanks, that was the issue, note some reason update.bat was NOT stripping it for me.
(I place the DLLs in devel folder and the update.bat should strip it, after copying it to output folder but it was not for me.)
I did it manually and it much smaller.

Edit: Found cause, I reinstalled Cygwin a few weeks ago. I must have forgot to remove the path(s) from PATH Env. Var..
Note, I had to put strip.exe for minGW into a folder in the path for it to work.

Tim S
« Last Edit: May 02, 2007, 11:43:02 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 01 May 2007 build is out.
« Reply #21 on: May 03, 2007, 05:06:27 am »
Is anyone else getting this error? (Ubuntu 7.04, wx2.6.3, gcc 4.1.2)

Code
Manager initialized
Scanning for lexers in /usr/share/codeblocks/lexers/...
Found 27 lexers
Configured 0 tools
Scanning for plugins in /home/kirby/.codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in /usr/share/codeblocks/plugins...
ERROR: Plugin resource not found: libwxsmithlib.zip
Found 24 plugins
Loading: CodeSnippets Debugger ToDoList ScriptedWizard Compiler cbKeyBinder CodeStat HelpPlugin wxSmithContribItems CB_Koders Exporter SymTab AStylePlugin Profiler cbDragScroll CodeCompletion BYOGames lib_finder EnvVars ClassWizard Autosave wxSmith wxSmithMime FilesExtensionHandler RegExTestbed
Running startup script
Script/function 'edit_startup_script.script' registered under menu 'Settings/-Edit startup script'

MichaelW

  • Guest
Re: The 01 May 2007 build is out.
« Reply #22 on: May 03, 2007, 07:08:40 am »
Hi,

I found a bug in the 1st May nightly build,
I use the Ubuntu 6xx package.

If you enter an program argument (with the menu Project -> Set Program' argument) and press run, the shell return :

Code
sh: Syntax error: Unterminated quoted string

Press ENTER to continue.

It is because there is a quote at the end for the xterm command :

Code
Checking for existence: /home/michael/Projects/OpenCvTest/bin/Debug/OpenCvTest
Executing: xterm -T 'OpenCvTest' -e'LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH /usr/bin/cb_console_runner "/home/michael/Projects/OpenCvTest/bin/Debug/OpenCvTest" Capture_00001.jpg' (in /home/michael/Projects/OpenCvTest/.)

I solved it by adding a quote at the end of my argument but it's a bit dirty.

By the way, i'm a big fan of code::blocks, and you do a great job.
Thanks

Michael

nottin

  • Guest
Re: The 01 May 2007 build is out.
« Reply #23 on: May 03, 2007, 08:15:37 am »
Is anyone else getting this error? (Ubuntu 7.04, wx2.6.3, gcc 4.1.2)

Code
Manager initialized
Scanning for lexers in /usr/share/codeblocks/lexers/...
Found 27 lexers
Configured 0 tools
Scanning for plugins in /home/kirby/.codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in /usr/share/codeblocks/plugins...
ERROR: Plugin resource not found: libwxsmithlib.zip
Found 24 plugins
Loading: CodeSnippets Debugger ToDoList ScriptedWizard Compiler cbKeyBinder CodeStat HelpPlugin wxSmithContribItems CB_Koders Exporter SymTab AStylePlugin Profiler cbDragScroll CodeCompletion BYOGames lib_finder EnvVars ClassWizard Autosave wxSmith wxSmithMime FilesExtensionHandler RegExTestbed
Running startup script
Script/function 'edit_startup_script.script' registered under menu 'Settings/-Edit startup script'

I'm seeing the same thing, plus one more error.
Code::Block svn 3917, wx2.8.4-rc1, gcc 4.1.2

Code
Manager initialized
Scanning for lexers in /usr/local/share/codeblocks/lexers/...
Found 27 lexers
Configured 0 tools
Scanning for plugins in /home/bjorn/.codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in /usr/local/share/codeblocks/plugins...
ERROR: Plugin resource not found: libwxsmithlib.zip
ERROR: /usr/local/share/codeblocks/plugins/libwxsmithcontribitems.so: not loaded (missing symbols?)
Found 23 plugins
Loading: RegExTestbed CodeCompletion FilesExtensionHandler HelpPlugin ToDoList CodeStat ScriptedWizard Debugger CodeSnippets wxSmith wxSmithMime Compiler Autosave ClassWizard lib_finder cbDragScroll AStylePlugin SymTab cbKeyBinder BYOGames Profiler EnvVars Exporter CB_Koders
Running startup script
Script/function 'edit_startup_script.script' registered under menu 'Settings/-Edit startup script'