Issue 17341 - Can't get crash_report_with_gtk.bin in 1.1rc3 installation sets
Summary: Can't get crash_report_with_gtk.bin in 1.1rc3 installation sets
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-24 05:15 UTC by khirano
Modified: 2004-02-17 09:03 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description khirano 2003-07-24 05:15:58 UTC
Hi,

When I built 1.1rc3, using fresh checkout cws_srx645_ooo11rc3 on 20030723 with
RedHat9, gcc3.3, glibc2.3.2, jdk1.4.1, 
I couldn't compile the crashrep module, 
so I did comment out some lines in /crashrep/source/unx/makefile.mk:
-------------------------------------------------------------------
# Build statically linked version for special builds and non-pros

#.IF "$(ENABLE_CRASHDUMP)" == "STATIC" || "$(PRODUCT)" != "FULL"
#APP2NOSAL=TRUE
#APP2TARGET=$(TARGET2)
#APP2OBJS=$(OBJFILES)

#APP2STDLIBS=$(STATIC) `pkg-config --only-mod-libs --libs gtk+-2.0` -lpng -lzlib
-ljpeg -ltiff $(DYNAMIC) -lXext -lX11 -ldl -lnsl
#.IF "$(OS)" == "SOLARIS"
#APP2STDLIBS+=-lsocket
#.ENDIF

#.ENDIF
# Building crash_report_static

ALL: ALLTAR $(BIN)$/crash_dump.res.01

.ENDIF #  "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" != "FULL"

.ENDIF #  "$(OS)"=="MACOSX"
------------------------------------------------------------------

This made the build completed, and this build's crash_reporter, without
crash_report_with_gtk.bin, works fine.

Thanks
Comment 1 khirano 2003-08-02 11:37:12 UTC
Now building fresh checkout of cws_srx645_ooo11rc3 on 20030802 Japan
time with SuSE8.1, glibc2.2.5 and gcc3.3, and with configure switchs
--enable-crashdump and --enable-symbols=SMALL, met the same problem above.
1) first, --only-mod-libs: unknown option
2) then I erased --only-mod-libs from makefile.mk and I got:
/usr/bin/ld: cannot find -lgtk-x11-2.0
3) then I commented out some lines under
# Build statically linked version for special builds and non-pros
in the makefile.mk
4) naturally I didn't get crash_report_with_gtk.bin in install sets.

Now what is the crash_report_with_gtk.bin?
What is it for?  Is there a way to build it?  Is this due to static
linking to gtk or something like that?
Comment 2 Martin Hollmichel 2003-09-23 12:55:26 UTC
should also be vanished in the meantime.
Comment 3 Martin Hollmichel 2004-02-17 09:01:12 UTC
verified.
Comment 4 Martin Hollmichel 2004-02-17 09:03:30 UTC
close issue.