To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69598
                 Issue #|69598
                 Summary|obo05: VSE build breaks in cli_ure - part2
               Component|tools
                 Version|current
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|obo
             Reported by|vq





------- Additional comments from [EMAIL PROTECTED] Sat Sep 16 17:17:29 -0700 
2006 -------
The second problem in cli_took a while to identify, I always got:

guw.pl ../wntmsci11.pro/bin/climaker.exe  \
                --out ../wntmsci11.pro/bin/cli_types.dll \
                --keyfile ../wntmsci11.pro/bin/cliuno.snk \
                --assembly-version 1.1.6.0 \
                --assembly-description "This assembly contains metadata for the
StarOffice/OpenOffice.org API." \
                --assembly-company "OpenOffice.org" \
                
/cygdrive/d/w1/tin_obo05/solver/680/wntmsci11.pro/bin/types_doc.rdb
Can't exec "../wntmsci11.pro/bin/climaker.exe": Permission denied at
/cygdrive/d/w1/tin_obo05/solenv/bin/guw.pl line 328.

Error: guw.pl: executing ../wntmsci11.pro/bin/climaker.exe failed!
dmake:  Error code 13, while making '../wntmsci11.pro/bin/cli_types.dll'
---* tg_merge.mk *---

but the file permissions of climaker.exe were OK.

This fixes it - sick!

+++ cli_ure/source/climaker/makefile.mk 16 Sep 2006 23:59:30 -0000
@@ -124,6 +124,9 @@
 
 $(BIN)$/climaker.exe.config : climaker.exe.config
        $(GNUCOPY) -f $? $@
+.IF "$(USE_SHELL)"!="4nt"
+       +chmod +x $@
+.ENDIF
 
 .ENDIF

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to