Issue 16266 - crashrep doesn't build for FreeBSD (needs _version.h)
Summary: crashrep doesn't build for FreeBSD (needs _version.h)
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: Other FreeBSD
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-01 00:59 UTC by maho.nakata
Modified: 2003-11-05 08:24 UTC (History)
1 user (show)

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


Attachments
patch for crashrep/source/unx/main.cxx (468 bytes, patch)
2003-07-01 01:01 UTC, maho.nakata
no flags Details | Diff
patch for crashrep/source/unx/makefile.mk (580 bytes, patch)
2003-07-01 01:01 UTC, maho.nakata
no flags Details | Diff
crashrep depends on the project vcl. (372 bytes, patch)
2003-07-15 09:40 UTC, maho.nakata
no flags Details | Diff
for main.cxx, netinet/in.h sholud be included as same as Linux (270 bytes, patch)
2003-07-15 09:41 UTC, maho.nakata
no flags Details | Diff
FreeBSD doen't need -ld -lnsl (648 bytes, patch)
2003-07-15 09:52 UTC, maho.nakata
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description maho.nakata 2003-07-01 00:59:38 UTC
crashrep doesn't build for FreeBSD 
1. needs _version.h
patch might be needed at solenv/inc/_tg_shl.mk
location of _version.h might be crashrep/unxfbsd.pro/inc/ as usual.
2. FREEBSD definition should be added.
3. makefile.mk should be changed...
Comment 1 maho.nakata 2003-07-01 01:01:07 UTC
Created attachment 7286 [details]
patch for crashrep/source/unx/main.cxx
Comment 2 maho.nakata 2003-07-01 01:01:47 UTC
Created attachment 7287 [details]
patch for crashrep/source/unx/makefile.mk
Comment 3 con.hennessy 2003-07-07 22:29:51 UTC
Changed to PATCH as you have a patch attached. 
Comment 4 maho.nakata 2003-07-15 09:39:25 UTC
I remake patches to meet OOo 1.1RC's requirement.
I laso changed Version and Target Milestone as Martin
noticed.
Comment 5 maho.nakata 2003-07-15 09:40:41 UTC
Created attachment 7697 [details]
crashrep depends on the project vcl.
Comment 6 maho.nakata 2003-07-15 09:41:56 UTC
Created attachment 7698 [details]
for main.cxx, netinet/in.h sholud be included as same as Linux
Comment 7 maho.nakata 2003-07-15 09:52:05 UTC
Created attachment 7699 [details]
FreeBSD doen't need -ld -lnsl
Comment 8 Martin Hollmichel 2003-07-15 10:14:31 UTC
committed to ooo11rc2
Comment 9 maho.nakata 2003-11-05 08:24:12 UTC
closing