Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d82fd745
Kaydet (Commit)
d82fd745
authored
Ock 30, 2014
tarafından
Herbert Dürr
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i114728# improve configure diagnostics for the OSX SDK check
üst
3fd8702f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configure.in
configure.in
+4
-4
No files found.
configure.in
Dosyayı görüntüle @
d82fd745
...
@@ -3907,7 +3907,7 @@ AC_SUBST(LIBXML_LIBS)
...
@@ -3907,7 +3907,7 @@ AC_SUBST(LIBXML_LIBS)
dnl
===================================================================
dnl
===================================================================
dnl
Checks
for
a
MacOS
platform
SDK
which
supports
a
OSX
10.7
deployment
target
dnl
Checks
for
a
MacOS
platform
SDK
compatible
with
an
OSX
10.7
deployment
target
dnl
===================================================================
dnl
===================================================================
if
test
"$_os"
=
"Darwin"
;
then
if
test
"$_os"
=
"Darwin"
;
then
sdk_target
=
10.7
sdk_target
=
10.7
...
@@ -3918,13 +3918,13 @@ if test "$_os" = "Darwin"; then
...
@@ -3918,13 +3918,13 @@ if test "$_os" = "Darwin"; then
if
test
"$sdk_minor"
-
lt
"7"
;
then
if
test
"$sdk_minor"
-
lt
"7"
;
then
AC_MSG_ERROR
([
SDK
version
<
10.7
is
not
longer
supported
])
AC_MSG_ERROR
([
SDK
version
<
10.7
is
not
longer
supported
])
else
else
AC_MSG_RESULT
([
yes
])
MACOSX_DEPLOYMENT_TARGET
=$
sdk_target
MACOSX_DEPLOYMENT_TARGET
=$
sdk_target
AC_MSG_CHECKING
([
for
SDKs
compatible
with
$
MACOSX_DEPLOYMENT_TARGET
])
sdk_found
=`
xcodebuild
-
showsdks
|
grep
"sdk macosx10.[[789]]"
|
sed
-
e
"s/.*sdk //"
|
head
-
n1
`
sdk_found
=`
xcodebuild
-
showsdks
|
grep
"sdk macosx10.[[789]]"
|
sed
-
e
"s/.*sdk //"
|
head
-
n1
`
if
test
-
z
"$sdk_found"
;
then
if
test
-
z
"$sdk_found"
;
then
AC_MSG_ERROR
([
No
SDK
with
OSX
$
sdk_target
compatibility
found
])
AC_MSG_ERROR
([
No
SDK
with
OSX
$
sdk_target
compatibility
found
])
else
AC_MSG_RESULT
([
yes
,
by
using
SDK
$
sdk_found
])
fi
fi
sdk_path
=`
xcodebuild
-
version
-
sdk
${
sdk_found
}
Path
`
sdk_path
=`
xcodebuild
-
version
-
sdk
${
sdk_found
}
Path
`
...
@@ -3932,7 +3932,7 @@ if test "$_os" = "Darwin"; then
...
@@ -3932,7 +3932,7 @@ if test "$_os" = "Darwin"; then
if
test
-
d
"$sdk_path"
;
then
if
test
-
d
"$sdk_path"
;
then
AC_MSG_RESULT
([
yes
])
AC_MSG_RESULT
([
yes
])
else
else
AC_MSG_ERROR
([
MacOS
SDK
$
sdk_found
is
not
available
at
$
sdk_path
])
AC_MSG_ERROR
([
not
found
!
])
fi
fi
MACOSX_SDK_PATH
=$
sdk_path
MACOSX_SDK_PATH
=$
sdk_path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment