Issue 65558 - 0: Event not found. in binfilter/bf_sw/util
Summary: 0: Event not found. in binfilter/bf_sw/util
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0.4
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 21:15 UTC by quetschke
Modified: 2006-06-16 13:22 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
my patch suggestion ;) (3.38 KB, patch)
2006-05-19 10:41 UTC, hjs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2006-05-18 21:15:23 UTC
Every W32-tcsh build showed this ominous

0: Event not found.

in binfilter.

The reason is the
        +-@echo clook missed!!!!
without in binfilter/bf_sw/util/makefile.mk

I don't have a clook program here anyway, how about this patch:

+++ binfilter/bf_sw/util/makefile.mk    18 May 2006 20:13:44 -0000
@@ -283,12 +283,3 @@
        @echo   component_getFactory @52                                       
                        >>$@
 
 .ENDIF
-
-$(INC)$/sw.lst:
-.IF "$(GUI)" =="WNT"
-       +-@echo clook missed!!!!
-#clook -o $@ -p 1 -i
..\inc;..\source\ui\inc;..\source\core\inc;..\source\filter\inc;. dummy.cxx
-.ELSE
-       @echo wnt only
-.ENDIF
-

@ause: OK?
Comment 1 hjs 2006-05-19 10:41:14 UTC
Created attachment 36591 [details]
my patch suggestion ;)
Comment 2 quetschke 2006-05-19 15:04:02 UTC
Better :)

I'll commit this to vq32 ...
Comment 3 quetschke 2006-05-19 15:58:35 UTC
Committed to vq32

Urgs, next time you get to add the 6896 files of binfilter to a CWS.

Please verify.
Comment 4 hjs 2006-05-24 11:30:24 UTC
.
Comment 5 hjs 2006-06-16 13:22:46 UTC
.