Issue 17594 - IRIX: MipsPro requires alloca.h to be included.
Summary: IRIX: MipsPro requires alloca.h to be included.
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 809
  Show dependency tree
 
Reported: 2003-07-30 01:55 UTC by nickb
Modified: 2004-02-05 12:39 UTC (History)
1 user (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 nickb 2003-07-30 01:55:12 UTC
cppu/source/typelib/typelib.cxx - add IRIX to alloca ifdef
Comment 1 nickb 2003-07-30 01:55:46 UTC
--- source/typelib/typelib.cxx  12 Jun 2003 10:33:51 -0000      1.18
+++ source/typelib/typelib.cxx  30 Jul 2003 00:58:58 -0000
@@ -71,7 +71,7 @@
 #else
 #include <malloc.h>
 #endif
-#ifdef SOLARIS
+#if defined SOLARIS || defined IRIX
 #include <alloca.h>
 #endif
 #include <new>
Comment 2 nickb 2003-07-30 08:48:33 UTC
vcl/source/gdi/outdev3.cxx has the same problem.
Comment 3 nickb 2003-07-30 08:53:18 UTC
vcl/source/gdi/sallayout.cxx too
.. I take it sal_alloca.h never really happened? :-(
Comment 4 nickb 2003-07-30 09:06:37 UTC
vcl/unx/source/app/i18n_cb.cxx aswell, grr... 
Comment 5 nickb 2003-07-30 09:14:18 UTC
vcl/unx/source/app/saldisp.cxx
Comment 6 nickb 2003-07-30 09:18:21 UTC
vcl/unx/source/app/wmadaptor.cxx
Comment 7 jens-heiner.rechtien 2003-07-30 15:18:32 UTC
Fixed all mentioned occurences on ooo11rc3. The badly needed cleanup
will happen on the way to OOo 2.0 ... (sal_alloca.h)

If you find more, please reopen
Comment 8 nickb 2003-07-31 00:29:02 UTC
psprint/source/helper/strhelper.cxx 
psprint/source/fontmanager/fontmanager.cxx 

likely to be more coming too.
Comment 9 nickb 2003-08-01 04:47:31 UTC
psprint/source/printer/jobdata.cxx
psprint/source/printergfx/glyphset.cxx
Comment 10 nickb 2003-08-01 04:53:11 UTC
psprint/source/printergfx/text_gfx.cxx
Comment 11 Martin Hollmichel 2003-08-07 15:56:15 UTC
set target milestone to 1.1.1
Comment 12 sander_traveling 2003-10-16 18:55:41 UTC
New set of patches commited in ooo111fix1 branch.

Please reopen if even more cases show up.
Comment 13 Martin Hollmichel 2004-02-05 12:28:52 UTC
mark as verified.
Comment 14 Martin Hollmichel 2004-02-05 12:39:58 UTC
closing issue, feel free to reopen in case a problem is left.