Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Replace Dialog
mitsukai:
seems quite useless to me... i like it how it is now.
the replace dialog is very big, and when replacing its nice to see what u are replacing without the dialog on top of it.
so right now i think its perfect.
kelo81:
--- Quote from: mitsukai on May 11, 2007, 02:27:00 pm ---seems quite useless to me...
--- End quote ---
Not for me!, I really like Wahooney's idea!!
--- Quote from: mitsukai on May 11, 2007, 02:27:00 pm ---so right now i think its perfect.
--- End quote ---
The extensions is really nice as it, but far from perfect for me!, a lot of things may be improved, just by unifiyng the menu options "Search" and "Replace" will be more user-friendly I think.
Wahooney, you have a really nice project in your hands, keep it that way!!
Wahooney:
Ok, this is probably not going to fill you guys with hope, but I've hit a rather major snag...
How the hell do I compile Code::Blocks from the SVN source?
I open the codeblocks.cbp file, it asks for the wx Global Variable, and I point it to my wxWidgets2.6.3 folder. Up until this point it's all good, but when I compile it, it carries on alright until it hits this:
--- Code: ----------------- Build: scintilla in Code::Blocks ---------------
Compiling: sdk\wxscintilla\src\PlatWX.cpp
In file included from C:/wxWidgets-2.8.3/include/wx/defs.h:21,
from C:/wxWidgets-2.8.3/include/wx/wx.h:15,
from E:\Online SC Projects\CodeBlocks\src\sdk\wxscintilla\src\PlatWX.cpp:9:
C:/wxWidgets-2.8.3/include/wx/platform.h:196:22: wx/setup.h: No such file or directory
In file included from C:/wxWidgets-2.8.3/include/wx/platform.h:279,
from C:/wxWidgets-2.8.3/include/wx/defs.h:21,
from C:/wxWidgets-2.8.3/include/wx/wx.h:15,
from E:\Online SC Projects\CodeBlocks\src\sdk\wxscintilla\src\PlatWX.cpp:9:
C:/wxWidgets-2.8.3/include/wx/chkconf.h:98:9: #error "wxUSE_DYNLIB_CLASS must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:106:9: #error "wxUSE_EXCEPTIONS must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:114:9: #error "wxUSE_FILESYSTEM must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:122:9: #error "wxUSE_FS_ARCHIVE must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:135:9: #error "wxUSE_DYNAMIC_LOADER must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:143:9: #error "wxUSE_LOG must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:151:9: #error "wxUSE_LONGLONG must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:159:9: #error "wxUSE_MIMETYPE must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:175:9: #error "wxUSE_PRINTF_POS_PARAMS must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:183:9: #error "wxUSE_PROTOCOL must be defined."
C:/wxWidgets-2.8.3/include/wx/chkconf.h:225:9: #error "wxUSE_REGEX must be defined."
etc... etc...
--- End code ---
The coding part is easy, getting the bloody thing to compile is a different story.
Thanks guys.
TDragon:
Make sure the directory "C:\wxWidgets-2.8.3\lib\gcc_dll\mswu" exists. If it doesn't, you'll have to recompile the correct version of wxWidgets:
--- Code: ---cd \wxWidgets-2.8.3\build\msw
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1
--- End code ---
Wahooney:
It's building! BUILDING! Oh, what a world!
Look out Code::Blocks, here comes the Wahooney :twisted:
Thanks, TDragon!
Navigation
[0] Message Index
[*] Previous page
Go to full version