To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113043 Issue #|113043 Summary|Error in configure.pl Component|udk Version|1.0.0 Platform|PC URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|kr Reported by|juanfer
------- Additional comments from [email protected] Fri Jul 9 03:46:58 +0000 2010 ------- I have Debian, I found a problem when I run setsdkenv.sh in the two versions Squeeze and in Sid, the correct variables are not set correctly, but if I change in the file configure.pl the line 38 where say: if ( $main::operatingSystem =~ m/darwin/ ) { # $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../ure-link && pwd`; } else { $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../../ure && pwd`; } by: if ( $main::operatingSystem =~ m/darwin/ ) { # $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../ure-link && pwd`; } else { $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../../../ure && pwd`; } It work work correctly. --------------------------------------------------------------------- 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]
