To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572





------- Additional comments from [EMAIL PROTECTED] Wed Mar 21 08:00:51 +0000 
2007 -------
Ooops, ILIB is set wrong. Sorry > @vq

Index: set_soenv.in
===================================================================
RCS file: /cvs/tools/config_office/set_soenv.in,v
retrieving revision 1.110.10.4
diff -u -r1.110.10.4 set_soenv.in
--- set_soenv.in        20 Mar 2007 12:07:03 -0000      1.110.10.4
+++ set_soenv.in        21 Mar 2007 07:57:06 -0000
@@ -1043,7 +1043,11 @@
    {  $ILIB       .=   $ps.$SOLARVER.$ds.$INPATH.$LIB.
                         $ps.$JAVA_HOME.$LIB.
                         $ps.'$PSDK_HOME'.$LIB.
-                        $ps.'$FRAME_HOME'.$LIB;
+                        $ps.'$FRAME_HOME'.$LIB.
+                        $ps.'$COMPATH'.$LIB;
+      if ( '@ENABLE_DIRECTX@' ne "" ) {
+          $ILIB   .= $ps.PosixFormat('@DIRECTXSDK_LIB@');
+      }
    }
    elsif ( $COM eq "GCC" )
    {  $ILIB       .=    $ps.$SOLARVER.$ds.$UPD.$ds.$INPATH.$LIB.
@@ -1354,7 +1358,8 @@
                         $I.'$JAVA_HOME'.$ds."include";
    # Mingw is different
    if ( $COM eq "MSC" )
-   {  $SOLARINC       .= $I.'$COMPATH'.$ds."include";
+   {  $SOLARINC       .= $I.'$PSDK_HOME'.$INCLUDE.
+                         $I.'$COMPATH'.$ds."include";
       if ( '@ENABLE_DIRECTX@' ne "" ) {
           $SOLARINC   .= $I.PosixFormat('@DIRECTXSDK_HOME@').$INCLUDE;
       }


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