News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

BOUNTY: Notebook class with "close" button at the right

Started by rickg22, August 02, 2005, 04:09:03 AM

Previous topic - Next topic

tiwag

Quote from: killerbot on January 04, 2006, 09:22:57 PM
revision 1654 : does not build :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory

i've just built without problems



small bug - the open files window is now named "disassembly" - however , tab drag'n drop is a nice feature !

killerbot

the error message is like this :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory
gcc: Files\CodeBlocks\include: No such file or directory

hmm, notice how Program from files seems to be missing in the error message.

Ceniza

#107
Add double quotes to that path.

[edit]
tiwag: I was just going to ask you if you also got Disassembly as the title for the Opened files list, but I already see it in your screenshot :P
[/edit]

Ceniza

There's something evil with the behaviour when you open a file when there's one opened already: the new tab will be added last but showed first, hiding all others.

tiwag

Quote from: Ceniza on January 04, 2006, 09:40:01 PM
Add double quotes to that path.

[edit]
tiwag: I was just going to ask you if you also got Disassembly as the title for the Opened files list, but I already see it in your screenshot :P
[/edit]

yeah - didn't notice it at the first glance , it took a while - just when i saw my posting already in the browser  :)

but it's really nice ,  isn't it ?

eranif

I alreay got a report for this bug    :twisted:

Will try to fix it asap ...
Eran

killerbot


Ceniza

#112
MS-DOS path?

C:\PROGRA~1\CODEBL~1\INCLUDE

Awful, untested, but could work.

[edit]
If in doubt use dir /X to check the right name.
[/edit]

mandrav

Quote from: Ceniza on January 04, 2006, 09:40:01 PM
tiwag: I was just going to ask you if you also got Disassembly as the title for the Opened files list, but I already see it in your screenshot :P

This has to do with the layout having been saved with a previous version which didn't have the "open files list" as a docking window.
Just use the new "View->Layouts->Delete current" ;) (which I forgot to mention in the log message).
Be patient!
This bug will be fixed soon...

Ceniza

Ok, I got it to show correctly, but now my old Layout isn't deleted (if I restart Code::Blocks it's there again).

killerbot

forget about dos path, installed MingW manually in c:\MingW ;-)

BUT still problem :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory

:( :( :( :( :( :( :(

and look at this, build does not even stop !!
QuoteCompiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory
Compiling: src\startherepage.cpp
Linking executable: devel\codeblocks.exe


mandrav

Quote from: Ceniza on January 04, 2006, 10:33:11 PM
Ok, I got it to show correctly, but now my old Layout isn't deleted (if I restart Code::Blocks it's there again).

Create a new one, switch to it, delete the default and rename the new one as "Code::Blocks default".
Sorry but the default layout isn't easy to change because it's kept in memory...
Be patient!
This bug will be fixed soon...

mandrav

Quote from: killerbot on January 04, 2006, 10:37:16 PM
BUT still problem :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory

Try adding $(#WX.INCLUDE) in src target resource dirs.

Quote from: killerbot on January 04, 2006, 10:37:16 PM
and look at this, build does not even stop !!

If windres.exe returns 0 as exit code, of course it won't stop...
Be patient!
This bug will be fixed soon...

killerbot

#118
it seems you can no longer drag and drop on the level of the editor tabs

killerbot

#119
Quote from: mandrav on January 04, 2006, 10:46:57 PM
Quote from: killerbot on January 04, 2006, 10:37:16 PM
BUT still problem :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory

Try adding $(#WX.INCLUDE) in src target resource dirs.

I saw this is already specified on the global level of the cbp file, nevertheless trying it out

[EDIT] : no luck  :( :(
Why why why ??  Heeeeeeeeeeeeeeeeeeelp

this was on my laptop, on my pc it builds (so a nightly build will come up)