Bug #12167 2007-10-13 02:06
suprano
timestamp function returns "not found"
Every compilation compiles all files of the project new, everytime.
I played a little in codeblocks code and added some MsgBoxes to the functions, and now i can tell you exactly where the bug is (i wasn't able to solve it though)
The buggy function is
[code]
void
timestamp(
char *target,
time_t *time )
[/code]
in file src/plugins/compilergcc/depslib/src/timestamp.c
It returns, that it hasn't found any timestamp at all. For every file, tested in 2 different projects.
i tryed using file_time(path,time); instead, but that resulted in a missing symbol for the compiler plugin :(
I use the XFS filesystem on Linux Debian lenny on amd64, if this is from importance....
rev 4527 but it happend also much earlier (months ago)
i also posted this to the nightly forum: http://forums.codeblocks.org/index.php/topic,7086.new.html#new
--Ano
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2008-01-12 10:00
- Assigned to
History
This should hopefully be fixed in rev. 4585. Give it a try and report back.
Note that you must rebuild depslib and compiler plugin.
No response means bug is fixed.