[Orca-dev] Possible fix for winallator problem in dist....

Jon Tankersley jon.tankersley at eds.com
Wed Jul 28 20:04:08 PDT 2004


As currently configured, the install fails with a problem in winallator.

A simple fix is to remove winallator from the TARGETS in Makefile.in.  This
actually makes more sense, since you must patch with the txt file to make it
work in the first place.

Index: orca/data_gatherers/Makefile.in
===================================================================
--- orca/data_gatherers/Makefile.in     (revision 378)
+++ orca/data_gatherers/Makefile.in     (working copy)
@@ -11,8 +11,7 @@
                         $(HPALLATOR_SUBDIR) \
                         $(ORCALLATOR_SUBDIR) \
                         $(ORCA_SERVICES_SUBDIR) \
-                        $(PROCALLATOR_SUBDIR) \
-                        $(WINALLATOR_SUBDIR)
+                        $(PROCALLATOR_SUBDIR)

 all:   Makefile $(TARGETS)
        @for dir in $(SUBDIRS); do \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 1816 bytes
Desc: not available
Url : /pipermail/orca-dev/attachments/20040728/3dff93ed/attachment.bin 


More information about the Orca-dev mailing list