To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43297
                  Issue #:|43297
                  Summary:|chart2's images
                Component:|tools
                  Version:|680m80
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P1
             Subcomponent:|code
              Assigned to:|rt
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Mon Feb 21 21:00:34 -0800 
2005 -------
Hi,

chart2 build in m80 ends with:

aking: ../../unxlngi6.pro/bin/chartcontroller680sk.res
Making: ../../unxlngi6.pro/bin/chartcontroller680sl.res
using rsc multi-res feature
rsc -presponse @/tmp/mkyZaKw4 > /dev/null
f268: Error: The image(s) <lines2d lines2d1 lines2d2 lines2d3 areas2d areas2d1
Terminating compiler
dmake:  Error code 1, while making '../../unxlngi6.pro/misc/rsc_chartcontroller
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /home/oo/BuildDir/ooo_SRC680_m80_src/c
dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'

This is because lines2d, ... are in 

/home/pavel/.ooo/ooo_SRC680_m80_src/default_images/chart2/lines2d.png

and not in

/home/pavel/.ooo/ooo_SRC680_m80_src/default_images/chart2/res/lines2d.png

as makefile.mk expects.

This is the fix for this:

[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m80_src> diff -u
chart2/source/controller/makefile.mk{~,}
--- chart2/source/controller/makefile.mk~       2005-02-22 06:12:55.000000000 
+0100
+++ chart2/source/controller/makefile.mk        2005-02-22 06:12:55.000000000 
+0100
@@ -143,7 +143,7 @@
        $(SRS)$/chcdialogs.srs
 
 RESLIB1NAME=   $(TARGET)
-RESLIB1IMAGES=$(PRJ)$/res
+RESLIB1IMAGES=$(PRJ)$
 RESLIB1SRSFILES=$(RESLIB1LIST)
 RESLIB1DEPN=$(RESLIB1LIST)

---------------------------------------------------------------------
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