--- src/plugins/contrib/profiler/resources/Makefile.am.orig 2006-10-17 21:38:53.000000000 +0200
+++ src/plugins/contrib/profiler/resources/Makefile.am 2006-10-17 21:40:34.000000000 +0200
@@ -1,7 +1,7 @@
EXTRA_DIST = configuration.xrc main_dialog.xrc manifest.xml
-pkgdata_DATA = CBProfiler.zip
+pkgdata_DATA = profiler.zip
CLEANFILES = $(pkgdata_DATA)
-CBProfiler.zip:
- PWD=`pwd` cd $(srcdir) && zip $(PWD)/CBProfiler.zip manifest.xml *.xrc > /dev/null
+profiler.zip:
+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/profiler.zip manifest.xml *.xrc > /dev/null
--- /tmp/codeblocks/configure.in 2006-10-10 14:13:47.000000000 +0200
+++ configure.in 2006-10-15 14:02:01.000000000 +0200
@@ -195,6 +195,7 @@
src/plugins/contrib/help_plugin/Makefile
src/plugins/contrib/keybinder/Makefile
src/plugins/contrib/lib_finder/Makefile
+ src/plugins/contrib/lib_finder/lib_finder/Makefile
src/plugins/contrib/profiler/Makefile
src/plugins/contrib/profiler/resources/Makefile
src/plugins/contrib/source_exporter/Makefile
--- /tmp/codeblocks/src/plugins/contrib/lib_finder/lib_finder/Makefile.am 1970-01-01 01:00:00.000000000 +0100
+++ src/plugins/contrib/lib_finder/lib_finder/Makefile.am 2006-10-15 13:59:28.000000000 +0200
@@ -0,0 +1,3 @@
+pkgdatadir = $(datadir)/@PACKAGE@/lib_finder
+
+dist_pkgdata_DATA = $(srcdir)/*.xml
--- /tmp/codeblocks/src/plugins/contrib/lib_finder/Makefile.am 2006-10-07 17:39:42.000000000 +0200
+++ src/plugins/contrib/lib_finder/Makefile.am 2006-10-15 14:33:41.000000000 +0200
@@ -1,3 +1,5 @@
+SUBDIRS = lib_finder
+
if PRECOMPILE_HEADERS
BUILT_SOURCES = $(srcdir)/pch.h.gch
else
@@ -38,8 +40,11 @@
license.txt \
manifest.xml
+pkgdata_DATA = lib_finder.zip
+CLEANFILES = $(pkgdata_DATA)
+
lib_finder.zip:
- PWD=`pwd` cd $(srcdir) && zip $(PWD)/lib_finder.zip manifest.xml *.xrc > /dev/null
+ PWD=`pwd` cd $(srcdir) && zip $(PWD)/lib_finder.zip manifest.xml > /dev/null
$(srcdir)/pch.h.gch: $(srcdir)/pch.h $(srcdir)/../../../sdk/sdk.h.gch
-rm -rf $(srcdir)/pch.h.gch
Making all in wxFlatNotebook
make[4]: Entering directory `/root/tmp_compilations/codeblocks/src/sdk/wxFlatNotebook'
make[4]: *** No rule to make target `wxFlatNotebook.cpp', needed by `wxFlatNotebook.lo'. Stop.
- If errors or warnings are logged during startup, an InfoWindow pops up informing the user about the fact
I got several error by checking the log during startup.
[07:17:26.525]: ERROR: Plugin resource not found: compilergcc.zip
[07:17:26.735]: ERROR: Plugin resource not found: debuggergdb.zip
[07:17:27.065]: ERROR: Plugin resource not found: pluginwizard.zip
Could you please tell me where could I get those? Thank you very much!
I got several error by checking the log during startup.
[07:17:26.525]: ERROR: Plugin resource not found: compilergcc.zip
[07:17:26.735]: ERROR: Plugin resource not found: debuggergdb.zip
[07:17:27.065]: ERROR: Plugin resource not found: pluginwizard.zip
Could you please tell me where could I get those? Thank you very much!
... When I lock a file codeblocks does not notice that the readonly flag is removed. I must close the file and reopen it. I believe this was different before as codeblocks detected readonly flag changes automatically...
I very much would like u'il there is the possibility of edit the macro s abbreviationwhat do you mean ???
CodeMaking all in wxFlatNotebook
make[4]: Entering directory `/root/tmp_compilations/codeblocks/src/sdk/wxFlatNotebook'
make[4]: *** No rule to make target `wxFlatNotebook.cpp', needed by `wxFlatNotebook.lo'. Stop.
- Warning and error log messages are now printed in both the main app log and the debug log (if enabled), using blue and red colour respectively
- If errors or warnings are logged during startup, an InfoWindow pops up informing the user about the fact
try to do a make distclean, and then make ...Thank you. I was having the same problem on my Mandriva 2006 machine, and make distclean worked.
No filename logging in Code::Blocks.
The logs are tabs in the "Messages" pane:
Main app log = "Code::Blocks" tab
Debug log = "Code::Blocks debug" tab (if enabled)
Going to download the last night build and see if I get same error.
QuoteGoing to download the last night build and see if I get same error.
Tim S,
in this very same topic, just a few answers above, I have already given the answer (http://forums.codeblocks.org/index.php?topic=4233.msg33461#msg33461) to this. If you just read it...
QuoteI got several error by checking the log during startup.
[07:17:26.525]: ERROR: Plugin resource not found: compilergcc.zip
[07:17:26.735]: ERROR: Plugin resource not found: debuggergdb.zip
[07:17:27.065]: ERROR: Plugin resource not found: pluginwizard.zip
Could you please tell me where could I get those? Thank you very much!
Try a fresh nightly install. These are probably left-overs from upgrading nightlies. We have changed some filenames over time and older files are probably left in your directories.
ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
QuoteI got several error by checking the log during startup.
[07:17:26.525]: ERROR: Plugin resource not found: compilergcc.zip
[07:17:26.735]: ERROR: Plugin resource not found: debuggergdb.zip
[07:17:27.065]: ERROR: Plugin resource not found: pluginwizard.zip
Could you please tell me where could I get those? Thank you very much!
Try a fresh nightly install. These are probably left-overs from upgrading nightlies. We have changed some filenames over time and older files are probably left in your directories.CodeERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
I get the messages on SVN 3103, they do not exists on my system,
and codeblocks.cbp isn't creating them for me.
How did I miss getting 'em
Ok, now I get it. It's caused by old .dll plugins looking for old .zip files.
Delete the old compilergcc.dll and debuggergdb.dll and the msgs go away.
Version 1.0 revision 3103 (2006-10-18 07:54:00) gcc 3.4.4 Windows/unicode
Infinite loop.
When a project is loaded, and a file is open in the editor, an infinite loop results trying to change syntax hilighting.
EDIT:
Woops, I just got it at the html page after closing codeblocks.cbp then attempting to change the active line highlite.
It happens at the OK press to dismiss the config dialog.
It does not happen when a project is *never* loaded.
SVN 3094 is ok. (My last backup)
Damn, caused by codecompletion plugin. Remove plugins one by one, then restored one by one.
Also, disabling code completion via the plugin manager solve the problem.
I think I know, why this happens: The ZIP files are being created by the update batch file, not within the project (as post-compilation steps). I think this should be changed for the plugins in CodeBlock's main project file and removed from update.bat. Also the option "always execute even if target is up-to-date" should be enabled then... Any objections?CodeERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
When a project is loaded, and a file is open in the editor, an infinite loop results trying to change syntax hilighting.Cannot reproduce?! You just change the syntax hightlight? To what? (I tried several but they all wored ok.) What's the base language of the syntax highlight of your file before the change?
I think I know, why this happens: The ZIP files are being created by the update batch file, not within the project (as post-compilation steps). I think this should be changed for the plugins in CodeBlock's main project file and removed from update.bat. Also the option "always execute even if target is up-to-date" should be enabled then... Any objections?CodeERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
With regards, Morten.
Version 1.0 revision 3103 (2006-10-18 07:54:00) gcc 3.4.4 Windows/unicode
Infinite loop.
When a project is loaded, and a file is open in the editor, an infinite loop results trying to change syntax hilighting.
EDIT:
Woops, I just got it at the html page after closing codeblocks.cbp then attempting to change the active line highlite.
It happens at the OK press to dismiss the config dialog.
It does not happen when a project is *never* loaded.
SVN 3094 is ok. (My last backup)
Damn, caused by codecompletion plugin. Remove plugins one by one, then restored one by one.
Also, disabling code completion via the plugin manager solve the problem.
Could you do some further tests to narrow it down ??
Possible candidates could be :
rev 3098 : dragscroll update ( I don't think this has something to do with it, but today after this update it turned on the auto focus while I didn't hav that in the past)
rev 3099 : contains a changed for the native parser (but ifdef-ed and just fo logging purposes)
rev 3100 : specific change for codecompletion !!!!!!!
I think rev 3100 is the most likely one ?
I also had some crashes today, but hard to reproduce.
Program received signal SIGSEGV, Segmentation fault.
0x6068bbde in cbThreadedTask::Abort (this=0xfeeefeee)
at sdk//cbthreadedtask.h:62
62 m_abort = true;
Current language: auto; currently c++
(gdb) bt
#0 0x6068bbde in cbThreadedTask::Abort (this=0xfeeefeee)
at sdk//cbthreadedtask.h:62
#1 0x604e824e in cbThreadPool::cbWorkerThread::AbortTask (this=0x4061970)
at sdk/cbthreadpool.cpp:257
#2 0x604e820e in cbThreadPool::cbWorkerThread::Abort (this=0x4061970)
at sdk/cbthreadpool.cpp:243
#3 0x606dfe1d in std::mem_fun_t<void, cbThreadPool::cbWorkerThread>::operator()
(this=0x22e758, __p=0x4061970)
at c:/usr/codeblocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.
4.4/bits/stl_function.h:728
#4 0x6070edbc in std::for_each<__gnu_cxx::__normal_iterator<cbThreadPool::cbWor
kerThread**, std::vector<cbThreadPool::cbWorkerThread*, std::allocator<cbThreadP
ool::cbWorkerThread*> > >, std::mem_fun_t<void, cbThreadPool::cbWorkerThread> >
(__first={_M_current = 0x55127b8}, __last={_M_current = 0x55127bc}, __f=
{<unary_function<cbThreadPool::cbWorkerThread*,void>> = {<No data fields
>}, _M_f = {__pfn = &cbThreadPool::cbWorkerThread::Abort(), __delta = 0}})
at c:/usr/codeblocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.
4.4/bits/stl_algo.h:158
#5 0x604e6f45 in cbThreadPool::~cbThreadPool (this=0x22e9bc)
at sdk/cbthreadpool.cpp:18
#6 0x64bb8272 in Parser::~Parser (this=0x22e930)
at plugins/codecompletion/parser/parser.cpp:167
#7 0x64ba3e00 in CodeCompletion::ParseFunctionsAndFillToolbar (this=0x1ec79f0)
---Type <return> to continue, or q <return> to quit---
at plugins/codecompletion/codecompletion.cpp:1117
#8 0x64ba32ed in CodeCompletion::OnReparseActiveEditor (this=0x1ec79f0,
event=@0x22ece0) at plugins/codecompletion/codecompletion.cpp:982
#9 0x100aa808 in wxEvtHandler::ProcessEventIfMatches ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#10 0x100aabcc in wxEventHashTable::HandleEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#11 0x100abba9 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#12 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#13 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#14 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#15 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#16 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#17 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#18 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
(gdb) bt full
#0 0x6068bbde in cbThreadedTask::Abort (this=0xfeeefeee)
at sdk//cbthreadedtask.h:62
No locals.
#1 0x604e824e in cbThreadPool::cbWorkerThread::AbortTask (this=0x4061970)
at sdk/cbthreadpool.cpp:257
lock = {m_isOk = true, m_mutex = @0x40619a4}
#2 0x604e820e in cbThreadPool::cbWorkerThread::Abort (this=0x4061970)
at sdk/cbthreadpool.cpp:243
No locals.
#3 0x606dfe1d in std::mem_fun_t<void, cbThreadPool::cbWorkerThread>::operator()
(this=0x22e758, __p=0x4061970)
at c:/usr/codeblocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.
4.4/bits/stl_function.h:728
No locals.
#4 0x6070edbc in std::for_each<__gnu_cxx::__normal_iterator<cbThreadPool::cbWor
kerThread**, std::vector<cbThreadPool::cbWorkerThread*, std::allocator<cbThreadP
ool::cbWorkerThread*> > >, std::mem_fun_t<void, cbThreadPool::cbWorkerThread> >
(__first={_M_current = 0x55127b8}, __last={_M_current = 0x55127bc}, __f=
{<unary_function<cbThreadPool::cbWorkerThread*,void>> = {<No data fields
>}, _M_f = {__pfn = &cbThreadPool::cbWorkerThread::Abort(), __delta = 0}})
at c:/usr/codeblocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.
4.4/bits/stl_algo.h:158
No locals.
---Type <return> to continue, or q <return> to quit---
#5 0x604e6f45 in cbThreadPool::~cbThreadPool (this=0x22e9bc)
at sdk/cbthreadpool.cpp:18
lock = {m_isOk = true, m_mutex = @0x22e9e8}
#6 0x64bb8272 in Parser::~Parser (this=0x22e930)
at plugins/codecompletion/parser/parser.cpp:167
No locals.
#7 0x64ba3e00 in CodeCompletion::ParseFunctionsAndFillToolbar (this=0x1ec79f0)
at plugins/codecompletion/codecompletion.cpp:1117
edMan = (class EditorManager *) 0x1da10b8
ed = (class cbEditor *) 0x3bf42a8
parser = {<> = {<No data fields>}, m_Options = {
followLocalIncludes = true, followGlobalIncludes = false,
caseSensitive = false, wantPreprocessor = false, useSmartSense = true},
m_BrowserOptions = {showInheritance = false, displayFilter = bdfWorkspace},
m_GlobalIncludes = {<BasicSearchTree> = {_vptr$BasicSearchTree = 0x64c456c4,
m_Labels = {<_Vector_base<wxString,std::allocator<wxString> >> = {
_M_impl = {<allocator<wxString>> = {<new_allocator<wxString>> = {<No d
ata fields>}, <No data fields>}, _M_start = 0x0, _M_finish = 0x0,
_M_end_of_storage = 0x0}}, <No data fields>},
m_pNodes = {<_Vector_base<SearchTreeNode*,std::allocator<SearchTreeNode*>
>> = {
_M_impl = {<allocator<SearchTreeNode*>> = {<new_allocator<SearchTreeNo
de*>> = {<No data fields>}, <No data fields>}, _M_start = 0x5510a58,
---Type <return> to continue, or q <return> to quit---
_M_finish = 0x5510a5c,
_M_end_of_storage = 0x5510a5c}}, <No data fields>},
m_Points = {<_Vector_base<SearchTreePoint,std::allocator<SearchTreePoint>
>> = {
_M_impl = {<allocator<SearchTreePoint>> = {<new_allocator<SearchTreePo
int>> = {<No data fields>}, <No data fields>}, _M_start = 0x40b9ab0,
_M_finish = 0x40b9ab8,
_M_end_of_storage = 0x40b9ab8}}, <No data fields>}},
m_Items = {<_Vector_base<wxString,std::allocator<wxString> >> = {
_M_impl = {<allocator<wxString>> = {<new_allocator<wxString>> = {<No dat
a fields>}, <No data fields>}, _M_start = 0x3d1a5b0, _M_finish = 0x3d1a5b4,
_M_end_of_storage = 0x3d1a5b4}}, <No data fields>}},
m_IncludeDirs = {m_nSize = 0, m_nCount = 0, m_pItems = 0x0,
m_autoSort = false}, m_pParent = 0x1ec79f0, m_RootNode = {m_pItem = 0x0},
m_pImageList = 0x0, m_UsingCache = false, m_Pool = {m_pOwner = 0x22e930,
m_ID = 900, m_batching = false, m_concurrentThreads = 1,
m_concurrentThreadsSchedule = 0,
m_threads = {<_Vector_base<cbThreadPool::cbWorkerThread*,std::allocator<cbTh
readPool::cbWorkerThread*> >> = {
_M_impl = {<allocator<cbThreadPool::cbWorkerThread*>> = {<new_allocator<
cbThreadPool::cbWorkerThread*>> = {<No data fields>}, <No data fields>},
_M_start = 0x55127b8, _M_finish = 0x55127bc,
_M_end_of_storage = 0x55127bc}}, <No data fields>},
---Type <return> to continue, or q <return> to quit---
m_tasksQueue = {<_List_base<cbThreadPool::cbThreadedTaskElement,std::allocat
or<cbThreadPool::cbThreadedTaskElement> >> = {
_M_impl = {<allocator<std::_List_node<cbThreadPool::cbThreadedTaskElemen
t> >> = {<new_allocator<std::_List_node<cbThreadPool::cbThreadedTaskElement> >>
= {<No data fields>}, <No data fields>}, _M_node = {_M_next = 0x22e9dc,
_M_prev = 0x22e9dc}}}, <No data fields>}, m_workingThreads = 0,
m_Mutex = {m_internal = 0x54d4360}, m_semaphore = {ptr = 0x5511a88,
count = 0x5512980}}, m_pTokens = 0x0, m_pTempTokens = 0x0,
m_LocalFiles = {_M_t = {
_M_impl = {<allocator<std::_Rb_tree_node<wxString> >> = {<new_allocator<st
d::_Rb_tree_node<wxString> >> = {<No data fields>}, <No data fields>},
_M_key_compare = {<binary_function<wxString,wxString,bool>> = {<No data
fields>}, <No data fields>}, _M_header = {_M_color = _S_red, _M_parent = 0x0,
_M_left = 0x22ea00, _M_right = 0x22ea00}, _M_node_count = 0}}},
m_NeedsReparse = false, m_IsBatch = false, m_pClassBrowser = 0x0,
m_TreeBuildingStatus = 0, m_TreeBuildingTokenIdx = 0,
m_timer = <incomplete type>, m_batchtimer = <incomplete type>,
m_StopWatch = {m_t0 = {m_ll = 1161194714453}, m_pause = 0,
m_pauseCount = 0}, m_StopWatchRunning = false, m_LastStopWatchTime = 0,
m_IgnoreThreadEvents = true, m_ShuttingDown = true,
m_pClassBrowserBuilderThread = 0x0, static sm_eventTableEntries = {
{<wxEventTableEntryBase> = {m_id = 0, m_lastId = 0, m_fn = {__pfn = invalid
pointer to member function
(gdb)
rev 3098 : dragscroll update ( I don't think this has something to do with it, but today after this update it turned on the auto focus while I didn't hav that in the past)