Author Topic: The 08 february 2007 build is out.  (Read 34130 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 08 february 2007 build is out.
« Reply #15 on: February 09, 2007, 02:54:03 pm »
wx changed files (for windows !!!) can be found in this zip file : http://users.pandora.be/lieven.de.cock/CodeBlocks/Pecan.7z

does this patch apply to "wxWidgets 2.6.3" with already applied "wxWidgets 2.6.3 Patch 2" ???

a readme file with some detailed information should be provided
and a more descriptive filename maybe couldn't harm too !

thx

--tiwag

alanwong

  • Guest
Re: The 08 february 2007 build is out.
« Reply #16 on: February 09, 2007, 03:28:48 pm »
"When I click on a build message it don't jumps to the line."  is a bug.

When can it be fixed? I am troubled with it.

could you provide some more info : OS, CB version (assuming this nightly),  maybe a sample project where it happens (which compiler), project name and path (same for the offending file) ...




Now I understand ,because project's folder name it must with english name, but my project folder name with chinese name.   In fact,This is a small bug too.
with the exception of this, but it have a old issue: 
builder message:
~1\trew\resource.rc:3: wx/msw/wx.rc: No such file or directory
 === Build finished: 1 errors, 0 warnings ===

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 08 february 2007 build is out.
« Reply #17 on: February 09, 2007, 03:34:56 pm »
with the exception of this, but it have a old issue: 
builder message:
~1\trew\resource.rc:3: wx/msw/wx.rc: No such file or directory
 === Build finished: 1 errors, 0 warnings ===

Did you set appropriate wxWidgets path? The error suggests that it can't find <wxWidgets_dir>\include\wx\msw\wx.rc file.

Regards,

Biplab
Be a part of the solution, not a part of the problem.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 08 february 2007 build is out.
« Reply #18 on: February 09, 2007, 04:02:33 pm »
"When I click on a build message it don't jumps to the line."  is a bug.

When can it be fixed? I am troubled with it.

could you provide some more info : OS, CB version (assuming this nightly),  maybe a sample project where it happens (which compiler), project name and path (same for the offending file) ...

Do you have spaces in the path that contains the rc file?
If so, you have to upgrade the binutils-2.17.50-20070129-1 that have the space fix in them.

Tim S
« Last Edit: February 09, 2007, 04:15:06 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 stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 08 february 2007 build is out.
« Reply #19 on: February 09, 2007, 04:04:55 pm »
wx changed files (for windows !!!) can be found in this zip file : http://users.pandora.be/lieven.de.cock/CodeBlocks/Pecan.7z

does this patch apply to "wxWidgets 2.6.3" with already applied "wxWidgets 2.6.3 Patch 2" ???

a readme file with some detailed information should be provided
and a more descriptive filename maybe couldn't harm too !

thx

--tiwag

I am guessing that this file contains my three patches that have NOT been approved by the wxWidgets team but have been applied to code::blocks DLL to fix windows only issues.

I have download it and it contains files the whole files not patches.
src/msw/ownerdrw.cpp
src/msw/tbar95.cpp
src/msw/menu.cpp

Note, I assumed that wxWidgets was at wxWidgets 2.6.3 Patch 2 or at 2.6 branch cvs before my patches were done.
Note, my patches were back ports of fixes done in post 2.8.1 cvs.

Tim S
« Last Edit: February 09, 2007, 04:11:10 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 Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 08 february 2007 build is out.
« Reply #20 on: February 09, 2007, 04:23:34 pm »
wx changed files (for windows !!!) can be found in this zip file : http://users.pandora.be/lieven.de.cock/CodeBlocks/Pecan.7z

does this patch apply to "wxWidgets 2.6.3" with already applied "wxWidgets 2.6.3 Patch 2" ???

a readme file with some detailed information should be provided
and a more descriptive filename maybe couldn't harm too !

thx

--tiwag

I've had these patches installed to the patch2 version of wxWidgets for some time now. They work fine so far.

It would be nice if the download file was on berlios so other devs could access it.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 08 february 2007 build is out.
« Reply #21 on: February 09, 2007, 04:24:23 pm »
ok some more details :
1) it are the adjusted files (not patches) : based upon wx2.6.3pl2
2) we didn't put them in svn, since we don't want to put the hassle on people to build wx (they can just download the patched dll from the nightlies)
3) this patched dll is even more unofficial then the other one in the nightly builds ;-)
4) the name of the zip file was because pecan was the first one to request it ;-)

I will however put a link to the zip file (and put it on berlios) so everyone can download it, but it is totally without support. We are just waiting fo the wx guys to fix their bugs and hopefully one day we can start using that version of wx. Like today discovered again bugs in wx code (visible in the compiler options where the tabs have been replaced with a listbook, even some part of those bugs are also present on linux) ....

well : zip file coming one of these days in the nightlies forum ...

alanwong

  • Guest
Re: The 08 february 2007 build is out.
« Reply #22 on: February 09, 2007, 04:29:16 pm »
with the exception of this, but it have a old issue: 
builder message:
~1\trew\resource.rc:3: wx/msw/wx.rc: No such file or directory
 === Build finished: 1 errors, 0 warnings ===

Did you set appropriate wxWidgets path? The error suggests that it can't find <wxWidgets_dir>\include\wx\msw\wx.rc file.

Regards,

Biplab




my seting:
CB setuppath: C:\Program Files\CodeBlocks
wxWidgets path: C:\Program Files\wxWidgets280\wx_UR_Static
project folder path: C:\myproject
project filename: test
Variable wx path: C:\Program Files\wxWidgets280\wx_UR_Static
wxWidgets's location: C:\Program Files\wxWidgets280\wx_UR_Static


Is it error ?


Regards 
 
alanwong
« Last Edit: February 09, 2007, 04:53:03 pm by alanwong »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 08 february 2007 build is out.
« Reply #23 on: February 09, 2007, 05:10:31 pm »
with the exception of this, but it have a old issue: 
builder message:
~1\trew\resource.rc:3: wx/msw/wx.rc: No such file or directory
 === Build finished: 1 errors, 0 warnings ===

Did you set appropriate wxWidgets path? The error suggests that it can't find <wxWidgets_dir>\include\wx\msw\wx.rc file.

Regards,

Biplab




my seting:
CB setuppath: C:\Program Files\CodeBlocks
wxWidgets path: C:\Program Files\wxWidgets280\wx_UR_Static
project folder path: C:\myproject
project filename: test
Variable wx path: C:\Program Files\wxWidgets280\wx_UR_Static
wxWidgets's location: C:\Program Files\wxWidgets280\wx_UR_Static


Is it error ?


Regards 
 
alanwong

Yes, it is error.
windres does NOT like spaces!
windres compiles .rc files into .res files.
Tim S
« Last Edit: February 09, 2007, 05:12:11 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 xee

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 08 february 2007 build is out.
« Reply #24 on: February 09, 2007, 05:17:00 pm »
There errors happen with the previous nightly, and I assume they're still there as nothing was metioned about them in the changes

  • I keep getting the following error, after leaving C::B for a while(so probably it happens while auto-saving)



  • The logic of the newly added dialog to the new console application wizard is reversed, when I select yes I get /ML[d] and otherwise I get /MD[d]


alanwong

  • Guest
Re: The 08 february 2007 build is out.
« Reply #25 on: February 09, 2007, 05:33:38 pm »
with the exception of this, but it have a old issue: 
builder message:
~1\trew\resource.rc:3: wx/msw/wx.rc: No such file or directory
 === Build finished: 1 errors, 0 warnings ===

Did you set appropriate wxWidgets path? The error suggests that it can't find <wxWidgets_dir>\include\wx\msw\wx.rc file.

Regards,

Biplab




my seting:
CB setuppath: C:\Program Files\CodeBlocks
wxWidgets path: C:\Program Files\wxWidgets280\wx_UR_Static
project folder path: C:\myproject
project filename: test
Variable wx path: C:\Program Files\wxWidgets280\wx_UR_Static
wxWidgets's location: C:\Program Files\wxWidgets280\wx_UR_Static


Is it error ?


Regards 
 
alanwong

Yes, it is error.
windres does NOT like spaces!
windres compiles .rc files into .res files.
Tim S


Now i have upgraded  to the binutils-2.17.50-20070129-1,and path:
CB setuppath: C:\Program Files\CodeBlocks
wxWidgets path: C:\Program Files\wxWidgets280\wxURStatic
project folder path: C:\myprojec
project filename: test
Variable wx path: C:\Program Files\wxWidgets280\wxURStatic
wxWidgets's location: C:\Program Files\wxWidgets280\wxURStatic

but compile error is as of old.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 08 february 2007 build is out.
« Reply #26 on: February 09, 2007, 05:38:09 pm »
alanwong:

Turn on full command line logging and post it for compiling the rc.

"Settings" -> "Compiler and Debugger"
"Global Compiler Setting"
"Other Settings"
"compiler logging:" set to "Full Command Line"

Tim S
« Last Edit: February 09, 2007, 05:41:05 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 stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 08 february 2007 build is out.
« Reply #27 on: February 09, 2007, 05:55:38 pm »
with the exception of this, but it have a old issue: 
builder message:
~1\trew\resource.rc:3: wx/msw/wx.rc: No such file or directory
 === Build finished: 1 errors, 0 warnings ===

Did you set appropriate wxWidgets path? The error suggests that it can't find <wxWidgets_dir>\include\wx\msw\wx.rc file.

Regards,

Biplab

To follow up this suggestion, have you verified that you have the correct path in "Project" -> "Build Options"?
"Search Directories"
"Resource Compiler"

Tim S
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 Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 08 february 2007 build is out.
« Reply #28 on: February 09, 2007, 06:32:14 pm »
To follow up this suggestion, have you verified that you have the correct path in "Project" -> "Build Options"?
"Search Directories"
"Resource Compiler"

Add C:\Program Files\wxWidgets280\wxURStatic\include to "Resource compiler Tab" under Search Directories. :)
Be a part of the solution, not a part of the problem.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 08 february 2007 build is out.
« Reply #29 on: February 09, 2007, 06:50:56 pm »
The logic of the newly added dialog to the new console application wizard is reversed, when I select yes I get /ML[d] and otherwise I get /MD[d]

Thanks for the post. It's fixed now. At revision 3591. :D
Be a part of the solution, not a part of the problem.