Received: (at submit) by bugs.x2go.org; 21 Dec 2015 15:17:40 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE,
	URIBL_BLOCKED autolearn=ham version=3.3.2
X-Greylist: delayed 45275 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Mon, 21 Dec 2015 16:17:36 CET
Received: from smtpb.spamarrest.com (smtpb.spamarrest.com [74.86.119.220])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 915EB5DA52
	for <submit@bugs.x2go.org>; Mon, 21 Dec 2015 16:17:36 +0100 (CET)
Received: from [192.168.1.3] (71-95-132-120.dhcp.snlo.ca.charter.com [71.95.132.120])
	(Authenticated sender: davidl8)
	by smtpb.spamarrest.com (Postfix) with ESMTPA id A5A84FBC15A
	for <submit@bugs.x2go.org>; Mon, 21 Dec 2015 09:17:31 -0600 (CST)
From: David Laxer <davidl@softintel.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_DD2D0011-E512-4415-9504-22A1C65729F9"
Subject: X2Go Client Build Issue(s) on Mac
Message-Id: <984A01A1-369C-466F-86EB-E486FB9D8D9E@softintel.com>
Date: Mon, 21 Dec 2015 07:17:20 -0800
To: submit@bugs.x2go.org
Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\))
X-Mailer: Apple Mail (2.3112)


--Apple-Mail=_DD2D0011-E512-4415-9504-22A1C65729F9
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Package: X2Go Client
Version:  4.0.5.0

I=E2=80=99m trying to build X2GoClient from source and the ./macbuild.sh ha=
s build errors:

g++: error: unrecognized command line option '--stdlib=3Dlibstdc++'
g++: error: unrecognized command line option '-Xarch_x86_64'
g++: error: unrecognized command line option '--stdlib=3Dlibstdc++'
g++: error: unrecognized command line option '-Xarch_x86_64'


E.g. - macbuild.sh  (w/ set +x)

./macbuild.sh=20
+ MATCH_HELP=3D'(^((-h)|(--help))([ 	]|$))|([ 	]+((-h)|(--help))([ 	]|$))'
+ '[' -n '' ']'
+ NAME=3Dx2goclient
++ dirname ./macbuild.sh
+ TOP_DIR=3D.
+ [[ . =3D=3D /* ]]
+ TOP_DIR=3D/Users/davidlaxer/x2goclient/.
+ BUILD_DIR=3D/Users/davidlaxer/x2goclient/./client_build
+ APPBUNDLE=3D/Users/davidlaxer/x2goclient/./client_build/x2goclient.app
+ DMGFILE=3D/Users/davidlaxer/x2goclient/./client_build/x2goclient.dmg
+ PROJECT=3D/Users/davidlaxer/x2goclient/./x2goclient.pro
+ PKG_DMG=3D/Users/davidlaxer/x2goclient/./pkg-dmg
++ which nxproxy
+ NXPROXY=3D/opt/local/bin/nxproxy
+ : /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/De=
veloper/SDKs/MacOSX10.7.sdk
+ : 10.7
+ : 0
+ : 1
+ : 1
++ make_boolean 0
++ OPTION=3D0
++ case "${OPTION}" in
++ OPTION=3D0
++ printf 0
+ DEBUG=3D0
++ make_boolean 1
++ OPTION=3D1
++ case "${OPTION}" in
++ OPTION=3D1
++ printf 1
+ BUNDLE=3D1
++ make_boolean 1
++ OPTION=3D1
++ case "${OPTION}" in
++ OPTION=3D1
++ printf 1
+ UNIVERSAL=3D1
+ '[' 0 -eq 0 ']'
+ BUILD_MODE=3Drelease
+ BUILD_ARCH=3Dx86_64
+ '[' 1 -eq 1 ']'
+ BUILD_ARCH=3D'x86_64 x86'
++ /usr/bin/perl -pe 's#.*?10\.(\d+).*?\.sdk$#\1#'
+ SDK_MINOR_VERSION=3D7
+ MATCH_NUMBERS=3D'^[0-9]+$'
+ [[ 7 =3D~ ^[0-9]+$ ]]
+ '[' 7 -gt 6 ']'
+ STDLIB=3Dlibstdc++
+ '[' 7 -gt 8 ']'
+ set -e
+ phase Cleaning
+ echo

+ echo '***'
***
+ echo '*** Cleaning...'
*** Cleaning...
+ echo '***'
***
+ echo

+ make clean
rm -fr /Users/davidlaxer/x2goclient/client_build
rm -fr /Users/davidlaxer/x2goclient/plugin_build
make -f Makefile.man2html clean
rm -Rf .build_man2html
find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -type f
find . -maxdepth 3 -name 'moc_*.cpp' -exec rm -vf {} + -type f
find . -maxdepth 3 -name 'ui_*.h' -exec rm -vf {} + -type f
find . -maxdepth 3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f
rm -f x2goclient
rm -f x2goclient.tag
rm -f res/txt/changelog
rm -f res/txt/git-info
+ git --no-pager log --since '2 years ago' '--format=3D%ai %aN (%h) %n%n%x0=
9*%w(68,0,10) %s%d%n'
+ mv ChangeLog.gitlog res/txt/git-info
+ cp -a debian/changelog res/txt/
+ '[' -e /Users/davidlaxer/x2goclient/./client_build ']'
+ mkdir /Users/davidlaxer/x2goclient/./client_build
+ pushd /Users/davidlaxer/x2goclient/./client_build
~/x2goclient/client_build ~/x2goclient
+ phase 'Running lrelease'
+ echo

+ echo '***'
***
+ echo '*** Running lrelease...'
*** Running lrelease...
+ echo '***'
***
+ echo

+ lrelease /Users/davidlaxer/x2goclient/./x2goclient.pro
Project MESSAGE: if you want to build x2goplugin you should export X2GO_CLI=
ENT_TARGET=3DpluginProject MESSAGE: Configuring with --git-infoProject MESS=
AGE: Configuring with --changelogProject MESSAGE: building x2goclient x2gop=
lugin with ldap and cupsUpdating '/Users/davidlaxer/x2goclient/res/i18n/x2g=
oclient_de.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_da.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_es.qm'...
    Generated 564 translation(s) (564 finished and 0 unfinished)
    Ignored 4 untranslated source text(s)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_et.qm'...
    Generated 564 translation(s) (564 finished and 0 unfinished)
    Ignored 4 untranslated source text(s)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_fi.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_fr.qm'...
    Generated 252 translation(s) (199 finished and 53 unfinished)
    Ignored 316 untranslated source text(s)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_nb_no.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_nl.qm'...
    Generated 568 translation(s) (566 finished and 2 unfinished)
Warning: dropping duplicate messages in '/Users/davidlaxer/x2goclient/res/i=
18n/x2goclient_pt.qm':

* Context: EditConnectionDialog
* Source: &Session

Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_pt.qm'...
    Generated 0 translation(s) (0 finished and 0 unfinished)
    Ignored 568 untranslated source text(s)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_ru.qm'...
    Generated 554 translation(s) (545 finished and 9 unfinished)
    Ignored 14 untranslated source text(s)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_sv.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_tr.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_zh_tw.qm'...
    Generated 395 translation(s) (370 finished and 25 unfinished)
    Ignored 173 untranslated source text(s)
+ MACPORTS_PREFIX=3D/opt/local
+ phase 'Running qmake'
+ echo

+ echo '***'
***
+ echo '*** Running qmake...'
*** Running qmake...
+ echo '***'
***
+ echo

+ qmake -config release -spec macx-g++ /Users/davidlaxer/x2goclient/./x2goc=
lient.pro 'CONFIG+=3Dx86_64 x86' QMAKE_MAC_SDK=3D/Applications/Xcode.app/Co=
ntents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk QM=
AKE_MACOSX_DEPLOYMENT_TARGET=3D10.7 OSX_STDLIB=3Dlibstdc++ MACPORTS_INCLUDE=
_PATH=3D/opt/local/include MACPORTS_LIBRARY_PATH=3D/opt/local/lib
Project MESSAGE: if you want to build x2goplugin you should export X2GO_CLI=
ENT_TARGET=3Dplugin
Project MESSAGE: Configuring with --git-info
Project MESSAGE: Configuring with --changelog
Project MESSAGE: building x2goclient with ldap and cups
+ phase 'Running make'
+ echo

+ echo '***'
***
+ echo '*** Running make...'
*** Running make...
+ echo '***'
***
+ echo

+ make -j2
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_de.ts
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_da.ts
Updating '../res/i18n/x2goclient_de.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_es.ts
Updating '../res/i18n/x2goclient_da.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_et.ts
Updating '../res/i18n/x2goclient_es.qm'...
    Generated 564 translation(s) (564 finished and 0 unfinished)
    Ignored 4 untranslated source text(s)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_fi.ts
Updating '../res/i18n/x2goclient_et.qm'...
    Generated 564 translation(s) (564 finished and 0 unfinished)
    Ignored 4 untranslated source text(s)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_fr.ts
Updating '../res/i18n/x2goclient_fi.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_nb_no.ts
Updating '../res/i18n/x2goclient_fr.qm'...
    Generated 252 translation(s) (199 finished and 53 unfinished)
    Ignored 316 untranslated source text(s)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_nl.ts
Updating '../res/i18n/x2goclient_nb_no.qm'...
    Generated 568 translation(s) (568 finished and 0 unfinished)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_pt.ts
Updating '../res/i18n/x2goclient_nl.qm'...
    Generated 568 translation(s) (566 finished and 2 unfinished)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_ru.ts
Warning: dropping duplicate messages in '../res/i18n/x2goclient_pt.qm':

* Context: EditConnectionDialog
* Source: &Session

Updating '../res/i18n/x2goclient_pt.qm'...
    Generated 0 translation(s) (0 finished and 0 unfinished)
    Ignored 568 untranslated source text(s)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_sv.ts
Updating '../res/i18n/x2goclient_ru.qm'...
Updating '../res/i18n/x2goclient_sv.qm'...
    Generated 554 translation(s) (545 finished and 9 unfinished)
    Ignored 14 untranslated source text(s)
    Generated 568 translation(s) (568 finished and 0 unfinished)
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_tr.ts
/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_zh_tw.ts
Updating '../res/i18n/x2goclient_tr.qm'...
    Generated 566 translation(s) (566 finished and 0 unfinished)
Updating '../res/i18n/x2goclient_zh_tw.qm'...
    Generated 395 translation(s) (370 finished and 25 unfinished)
    Ignored 173 untranslated source text(s)
/Users/davidlaxer/anaconda/bin/uic ../src/ui/cupsprintsettingsdialog.ui -o =
ui_cupsprintsettingsdialog.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/cupsprintwidget.ui -o ui_cupsp=
rintwidget.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/printdialog.ui -o ui_printdial=
og.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/printercmddialog.ui -o ui_prin=
tercmddialog.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/printwidget.ui -o ui_printwidg=
et.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/xsettingsui.ui -o ui_xsettings=
ui.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/brokerpassdialog.ui -o ui_brok=
erpassdialog.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/contest.ui -o ui_contest.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/appdialog.ui -o ui_appdialog.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/helpdialog.ui -o ui_helpdialog=
.h
/Users/davidlaxer/anaconda/bin/uic ../src/ui/folderexplorer.ui -o ui_folder=
explorer.h
g++ -c -pipe --stdlib=3Dlibstdc++ -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-v=
ersion-min=3D10.5 -arch i386 -Wall -W -isysroot /Applications/Xcode.app/Con=
tents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -DC=
FGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE=
_LIB -DQT_SHARED -I../../anaconda/mkspecs/macx-g++ -I../../x2goclient -I../=
../anaconda/include/QtCore -I../../anaconda/include/QtNetwork -I../../anaco=
nda/include/QtGui -I../../anaconda/include/QtSvg -I../../anaconda/include -=
I../src -I/opt/local/include -I. -I. -I../../x2goclient -I. -o sharewidget.=
o ../src/sharewidget.cpp
g++ -c -pipe --stdlib=3Dlibstdc++ -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-v=
ersion-min=3D10.5 -arch i386 -Wall -W -isysroot /Applications/Xcode.app/Con=
tents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -DC=
FGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE=
_LIB -DQT_SHARED -I../../anaconda/mkspecs/macx-g++ -I../../x2goclient -I../=
../anaconda/include/QtCore -I../../anaconda/include/QtNetwork -I../../anaco=
nda/include/QtGui -I../../anaconda/include/QtSvg -I../../anaconda/include -=
I../src -I/opt/local/include -I. -I. -I../../x2goclient -I. -o settingswidg=
et.o ../src/settingswidget.cpp
g++: error: unrecognized command line option '--stdlib=3Dlibstdc++'
g++: error: unrecognized command line option '-Xarch_x86_64'
g++: error: unrecognized command line option '--stdlib=3Dlibstdc++'
g++: error: unrecognized command line option '-Xarch_x86_64'
make: *** [settingswidget.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [sharewidget.o] Error 1
David-Laxers-MacBook-Pro:x2goclient davidlaxer$ ./macbuild.sh=20=

--Apple-Mail=_DD2D0011-E512-4415-9504-22A1C65729F9
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html charset=
=3Dutf-8"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: s=
pace; -webkit-line-break: after-white-space;" class=3D""><div class=3D""><p=
re class=3D"" style=3D"background-color: rgb(255, 255, 255);">Package: X2Go=
 Client</pre><pre class=3D"" style=3D"background-color: rgb(255, 255, 255);=
">Version: <span class=3D"" style=3D"font-weight: 600;">&nbsp;</span><span =
class=3D"" style=3D"font-weight: 600;">4.0.5.0</span></pre><div class=3D"">=
<br class=3D""></div></div><div class=3D"">I=E2=80=99m trying to build X2Go=
Client from source and the&nbsp;<span class=3D"" style=3D"font-family: Menl=
o; font-size: 11px;">./macbuild.sh</span><span class=3D"" style=3D"font-fam=
ily: Menlo; font-size: 11px;">&nbsp;has build errors:</span></div><div clas=
s=3D""><span class=3D"" style=3D"font-family: Menlo; font-size: 11px;"><br =
class=3D""></span></div><div class=3D""><div class=3D"" style=3D"margin: 0p=
x; font-size: 11px; line-height: normal; font-family: Menlo;">g++: error: u=
nrecognized command line option '--stdlib=3Dlibstdc++'</div><div class=3D""=
 style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: M=
enlo;">g++: error: unrecognized command line option '-Xarch_x86_64'</div><d=
iv class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; f=
ont-family: Menlo;">g++: error: unrecognized command line option '--stdlib=
=3Dlibstdc++'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; l=
ine-height: normal; font-family: Menlo;">g++: error: unrecognized command l=
ine option '-Xarch_x86_64'</div></div><div class=3D""><br class=3D""></div>=
<div class=3D""><br class=3D""></div><div class=3D"">E.g. - macbuild.sh&nbs=
p;<span class=3D"" style=3D"font-family: Menlo; font-size: 11px;">&nbsp;</s=
pan><span class=3D"" style=3D"font-family: Menlo; font-size: 11px;">(w/ set=
 +x)</span></div><div class=3D""><span class=3D"" style=3D"font-family: Men=
lo; font-size: 11px;"><br class=3D""></span></div><div class=3D""><div clas=
s=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fam=
ily: Menlo;">./macbuild.sh&nbsp;</div><div class=3D"" style=3D"margin: 0px;=
 font-size: 11px; line-height: normal; font-family: Menlo;">+ MATCH_HELP=3D=
'(^((-h)|(--help))([&nbsp;<span class=3D"Apple-tab-span" style=3D"white-spa=
ce: pre;">	</span>]|$))|([&nbsp;<span class=3D"Apple-tab-span" style=3D"whi=
te-space: pre;">	</span>]+((-h)|(--help))([&nbsp;<span class=3D"Apple-tab-s=
pan" style=3D"white-space: pre;">	</span>]|$))'</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>+ '[' -n '' ']'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px=
; line-height: normal; font-family: Menlo;">+ NAME=3Dx2goclient</div><div c=
lass=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-=
family: Menlo;">++ dirname ./macbuild.sh</div><div class=3D"" style=3D"marg=
in: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ TOP_D=
IR=3D.</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-hei=
ght: normal; font-family: Menlo;">+ [[ . =3D=3D /* ]]</div><div class=3D"" =
style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Me=
nlo;">+ TOP_DIR=3D/Users/davidlaxer/x2goclient/.</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>+ BUILD_DIR=3D/Users/davidlaxer/x2goclient/./client_build</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">+ APPBUNDLE=3D/Users/davidlaxer/x2goclient/./client_build/x2goc=
lient.app</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-=
height: normal; font-family: Menlo;">+ DMGFILE=3D/Users/davidlaxer/x2goclie=
nt/./client_build/x2goclient.dmg</div><div class=3D"" style=3D"margin: 0px;=
 font-size: 11px; line-height: normal; font-family: Menlo;">+ PROJECT=3D/Us=
ers/davidlaxer/x2goclient/./x2goclient.pro</div><div class=3D"" style=3D"ma=
rgin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ PKG=
_DMG=3D/Users/davidlaxer/x2goclient/./pkg-dmg</div><div class=3D"" style=3D=
"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">++=
 which nxproxy</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; =
line-height: normal; font-family: Menlo;">+ NXPROXY=3D/opt/local/bin/nxprox=
y</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: =
normal; font-family: Menlo;">+ : /Applications/Xcode.app/Contents/Developer=
/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk</div><div class=3D=
"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family:=
 Menlo;">+ : 10.7</div><div class=3D"" style=3D"margin: 0px; font-size: 11p=
x; line-height: normal; font-family: Menlo;">+ : 0</div><div class=3D"" sty=
le=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo=
;">+ : 1</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-h=
eight: normal; font-family: Menlo;">+ : 1</div><div class=3D"" style=3D"mar=
gin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">++ mak=
e_boolean 0</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; lin=
e-height: normal; font-family: Menlo;">++ OPTION=3D0</div><div class=3D"" s=
tyle=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Men=
lo;">++ case "${OPTION}" in</div><div class=3D"" style=3D"margin: 0px; font=
-size: 11px; line-height: normal; font-family: Menlo;">++ OPTION=3D0</div><=
div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; =
font-family: Menlo;">++ printf 0</div><div class=3D"" style=3D"margin: 0px;=
 font-size: 11px; line-height: normal; font-family: Menlo;">+ DEBUG=3D0</di=
v><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: norma=
l; font-family: Menlo;">++ make_boolean 1</div><div class=3D"" style=3D"mar=
gin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">++ OPT=
ION=3D1</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-he=
ight: normal; font-family: Menlo;">++ case "${OPTION}" in</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">++ OPTION=3D1</div><div class=3D"" style=3D"margin: 0px; font-s=
ize: 11px; line-height: normal; font-family: Menlo;">++ printf 1</div><div =
class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font=
-family: Menlo;">+ BUNDLE=3D1</div><div class=3D"" style=3D"margin: 0px; fo=
nt-size: 11px; line-height: normal; font-family: Menlo;">++ make_boolean 1<=
/div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: no=
rmal; font-family: Menlo;">++ OPTION=3D1</div><div class=3D"" style=3D"marg=
in: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">++ case=
 "${OPTION}" in</div><div class=3D"" style=3D"margin: 0px; font-size: 11px;=
 line-height: normal; font-family: Menlo;">++ OPTION=3D1</div><div class=3D=
"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family:=
 Menlo;">++ printf 1</div><div class=3D"" style=3D"margin: 0px; font-size: =
11px; line-height: normal; font-family: Menlo;">+ UNIVERSAL=3D1</div><div c=
lass=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-=
family: Menlo;">+ '[' 0 -eq 0 ']'</div><div class=3D"" style=3D"margin: 0px=
; font-size: 11px; line-height: normal; font-family: Menlo;">+ BUILD_MODE=
=3Drelease</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line=
-height: normal; font-family: Menlo;">+ BUILD_ARCH=3Dx86_64</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">+ '[' 1 -eq 1 ']'</div><div class=3D"" style=3D"margin: 0px; fo=
nt-size: 11px; line-height: normal; font-family: Menlo;">+ BUILD_ARCH=3D'x8=
6_64 x86'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-=
height: normal; font-family: Menlo;">++ /usr/bin/perl -pe 's#.*?10\.(\d+).*=
?\.sdk$#\1#'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; li=
ne-height: normal; font-family: Menlo;">+ SDK_MINOR_VERSION=3D7</div><div c=
lass=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-=
family: Menlo;">+ MATCH_NUMBERS=3D'^[0-9]+$'</div><div class=3D"" style=3D"=
margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ [=
[ 7 =3D~ ^[0-9]+$ ]]</div><div class=3D"" style=3D"margin: 0px; font-size: =
11px; line-height: normal; font-family: Menlo;">+ '[' 7 -gt 6 ']'</div><div=
 class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; fon=
t-family: Menlo;">+ STDLIB=3Dlibstdc++</div><div class=3D"" style=3D"margin=
: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ '[' 7 -=
gt 8 ']'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-h=
eight: normal; font-family: Menlo;">+ set -e</div><div class=3D"" style=3D"=
margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ p=
hase Cleaning</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; l=
ine-height: normal; font-family: Menlo;">+ echo</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; =
min-height: 13px;"><br class=3D""></div><div class=3D"" style=3D"margin: 0p=
x; font-size: 11px; line-height: normal; font-family: Menlo;">+ echo '***'<=
/div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: no=
rmal; font-family: Menlo;">***</div><div class=3D"" style=3D"margin: 0px; f=
ont-size: 11px; line-height: normal; font-family: Menlo;">+ echo '*** Clean=
ing...'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-he=
ight: normal; font-family: Menlo;">*** Cleaning...</div><div class=3D"" sty=
le=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo=
;">+ echo '***'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px;=
 line-height: normal; font-family: Menlo;">***</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>+ echo</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-he=
ight: normal; font-family: Menlo; min-height: 13px;"><br class=3D""></div><=
div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; =
font-family: Menlo;">+ make clean</div><div class=3D"" style=3D"margin: 0px=
; font-size: 11px; line-height: normal; font-family: Menlo;">rm -fr /Users/=
davidlaxer/x2goclient/client_build</div><div class=3D"" style=3D"margin: 0p=
x; font-size: 11px; line-height: normal; font-family: Menlo;">rm -fr /Users=
/davidlaxer/x2goclient/plugin_build</div><div class=3D"" style=3D"margin: 0=
px; font-size: 11px; line-height: normal; font-family: Menlo;">make -f Make=
file.man2html clean</div><div class=3D"" style=3D"margin: 0px; font-size: 1=
1px; line-height: normal; font-family: Menlo;">rm -Rf .build_man2html</div>=
<div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal;=
 font-family: Menlo;">find . -maxdepth 3 -name '*.o' -exec rm -vf {} + -typ=
e f</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height=
: normal; font-family: Menlo;">find . -maxdepth 3 -name 'moc_*.cpp' -exec r=
m -vf {} + -type f</div><div class=3D"" style=3D"margin: 0px; font-size: 11=
px; line-height: normal; font-family: Menlo;">find . -maxdepth 3 -name 'ui_=
*.h' -exec rm -vf {} + -type f</div><div class=3D"" style=3D"margin: 0px; f=
ont-size: 11px; line-height: normal; font-family: Menlo;">find . -maxdepth =
3 -name 'qrc_*.cpp' -exec rm -vf {} + -type f</div><div class=3D"" style=3D=
"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">rm=
 -f x2goclient</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; =
line-height: normal; font-family: Menlo;">rm -f x2goclient.tag</div><div cl=
ass=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-f=
amily: Menlo;">rm -f res/txt/changelog</div><div class=3D"" style=3D"margin=
: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">rm -f res=
/txt/git-info</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; l=
ine-height: normal; font-family: Menlo;">+ git --no-pager log --since '2 ye=
ars ago' '--format=3D%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n'</div><div cl=
ass=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-f=
amily: Menlo;">+ mv ChangeLog.gitlog res/txt/git-info</div><div class=3D"" =
style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Me=
nlo;">+ cp -a debian/changelog res/txt/</div><div class=3D"" style=3D"margi=
n: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ '[' -e=
 /Users/davidlaxer/x2goclient/./client_build ']'</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>+ mkdir /Users/davidlaxer/x2goclient/./client_build</div><div class=3D"" s=
tyle=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Men=
lo;">+ pushd /Users/davidlaxer/x2goclient/./client_build</div><div class=3D=
"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family:=
 Menlo;">~/x2goclient/client_build ~/x2goclient</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>+ phase 'Running lrelease'</div><div class=3D"" style=3D"margin: 0px; font=
-size: 11px; line-height: normal; font-family: Menlo;">+ echo</div><div cla=
ss=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fa=
mily: Menlo; min-height: 13px;"><br class=3D""></div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>+ echo '***'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; l=
ine-height: normal; font-family: Menlo;">***</div><div class=3D"" style=3D"=
margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ e=
cho '*** Running lrelease...'</div><div class=3D"" style=3D"margin: 0px; fo=
nt-size: 11px; line-height: normal; font-family: Menlo;">*** Running lrelea=
se...</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-heig=
ht: normal; font-family: Menlo;">+ echo '***'</div><div class=3D"" style=3D=
"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">**=
*</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: =
normal; font-family: Menlo;">+ echo</div><div class=3D"" style=3D"margin: 0=
px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 1=
3px;"><br class=3D""></div><div class=3D"" style=3D"margin: 0px; font-size:=
 11px; line-height: normal; font-family: Menlo;">+ lrelease /Users/davidlax=
er/x2goclient/./x2goclient.pro</div><div class=3D"" style=3D"margin: 0px; f=
ont-size: 11px; line-height: normal; font-family: Menlo;">Project MESSAGE: =
if you want to build x2goplugin you should export X2GO_CLIENT_TARGET=3Dplug=
inProject MESSAGE: Configuring with --git-infoProject MESSAGE: Configuring =
with --changelogProject MESSAGE: building x2goclient x2goplugin with ldap a=
nd cupsUpdating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_de.qm'...=
</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: n=
ormal; font-family: Menlo;">&nbsp; &nbsp; Generated 568 translation(s) (568=
 finished and 0 unfinished)</div><div class=3D"" style=3D"margin: 0px; font=
-size: 11px; line-height: normal; font-family: Menlo;">Updating '/Users/dav=
idlaxer/x2goclient/res/i18n/x2goclient_da.qm'...</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>&nbsp; &nbsp; Generated 568 translation(s) (568 finished and 0 unfinished)=
</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: n=
ormal; font-family: Menlo;">Updating '/Users/davidlaxer/x2goclient/res/i18n=
/x2goclient_es.qm'...</div><div class=3D"" style=3D"margin: 0px; font-size:=
 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Generated 56=
4 translation(s) (564 finished and 0 unfinished)</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>&nbsp; &nbsp; Ignored 4 untranslated source text(s)</div><div class=3D"" s=
tyle=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Men=
lo;">Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_et.qm'...</=
div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: nor=
mal; font-family: Menlo;">&nbsp; &nbsp; Generated 564 translation(s) (564 f=
inished and 0 unfinished)</div><div class=3D"" style=3D"margin: 0px; font-s=
ize: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Ignored =
4 untranslated source text(s)</div><div class=3D"" style=3D"margin: 0px; fo=
nt-size: 11px; line-height: normal; font-family: Menlo;">Updating '/Users/d=
avidlaxer/x2goclient/res/i18n/x2goclient_fi.qm'...</div><div class=3D"" sty=
le=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo=
;">&nbsp; &nbsp; Generated 568 translation(s) (568 finished and 0 unfinishe=
d)</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height:=
 normal; font-family: Menlo;">Updating '/Users/davidlaxer/x2goclient/res/i1=
8n/x2goclient_fr.qm'...</div><div class=3D"" style=3D"margin: 0px; font-siz=
e: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Generated =
252 translation(s) (199 finished and 53 unfinished)</div><div class=3D"" st=
yle=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menl=
o;">&nbsp; &nbsp; Ignored 316 untranslated source text(s)</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_nb_n=
o.qm'...</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-h=
eight: normal; font-family: Menlo;">&nbsp; &nbsp; Generated 568 translation=
(s) (568 finished and 0 unfinished)</div><div class=3D"" style=3D"margin: 0=
px; font-size: 11px; line-height: normal; font-family: Menlo;">Updating '/U=
sers/davidlaxer/x2goclient/res/i18n/x2goclient_nl.qm'...</div><div class=3D=
"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family:=
 Menlo;">&nbsp; &nbsp; Generated 568 translation(s) (566 finished and 2 unf=
inished)</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-h=
eight: normal; font-family: Menlo;">Warning: dropping duplicate messages in=
 '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_pt.qm':</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo; min-height: 13px;"><br class=3D""></div><div class=3D"" style=3D=
"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">* =
Context: EditConnectionDialog</div><div class=3D"" style=3D"margin: 0px; fo=
nt-size: 11px; line-height: normal; font-family: Menlo;">* Source: &amp;Ses=
sion</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-heigh=
t: normal; font-family: Menlo; min-height: 13px;"><br class=3D""></div><div=
 class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; fon=
t-family: Menlo;">Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclien=
t_pt.qm'...</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; lin=
e-height: normal; font-family: Menlo;">&nbsp; &nbsp; Generated 0 translatio=
n(s) (0 finished and 0 unfinished)</div><div class=3D"" style=3D"margin: 0p=
x; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp;=
 Ignored 568 untranslated source text(s)</div><div class=3D"" style=3D"marg=
in: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">Updatin=
g '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_ru.qm'...</div><div cla=
ss=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fa=
mily: Menlo;">&nbsp; &nbsp; Generated 554 translation(s) (545 finished and =
9 unfinished)</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; l=
ine-height: normal; font-family: Menlo;">&nbsp; &nbsp; Ignored 14 untransla=
ted source text(s)</div><div class=3D"" style=3D"margin: 0px; font-size: 11=
px; line-height: normal; font-family: Menlo;">Updating '/Users/davidlaxer/x=
2goclient/res/i18n/x2goclient_sv.qm'...</div><div class=3D"" style=3D"margi=
n: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &=
nbsp; Generated 568 translation(s) (568 finished and 0 unfinished)</div><di=
v class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; fo=
nt-family: Menlo;">Updating '/Users/davidlaxer/x2goclient/res/i18n/x2goclie=
nt_tr.qm'...</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; li=
ne-height: normal; font-family: Menlo;">&nbsp; &nbsp; Generated 566 transla=
tion(s) (566 finished and 0 unfinished)</div><div class=3D"" style=3D"margi=
n: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">Updating=
 '/Users/davidlaxer/x2goclient/res/i18n/x2goclient_zh_tw.qm'...</div><div c=
lass=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-=
family: Menlo;">&nbsp; &nbsp; Generated 395 translation(s) (370 finished an=
d 25 unfinished)</div><div class=3D"" style=3D"margin: 0px; font-size: 11px=
; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Ignored 173 untra=
nslated source text(s)</div><div class=3D"" style=3D"margin: 0px; font-size=
: 11px; line-height: normal; font-family: Menlo;">+ MACPORTS_PREFIX=3D/opt/=
local</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-heig=
ht: normal; font-family: Menlo;">+ phase 'Running qmake'</div><div class=3D=
"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family:=
 Menlo;">+ echo</div><div class=3D"" style=3D"margin: 0px; font-size: 11px;=
 line-height: normal; font-family: Menlo; min-height: 13px;"><br class=3D""=
></div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: =
normal; font-family: Menlo;">+ echo '***'</div><div class=3D"" style=3D"mar=
gin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">***</d=
iv><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: norm=
al; font-family: Menlo;">+ echo '*** Running qmake...'</div><div class=3D""=
 style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: M=
enlo;">*** Running qmake...</div><div class=3D"" style=3D"margin: 0px; font=
-size: 11px; line-height: normal; font-family: Menlo;">+ echo '***'</div><d=
iv class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; f=
ont-family: Menlo;">***</div><div class=3D"" style=3D"margin: 0px; font-siz=
e: 11px; line-height: normal; font-family: Menlo;">+ echo</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo; min-height: 13px;"><br class=3D""></div><div class=3D"" style=3D=
"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ =
qmake -config release -spec macx-g++ /Users/davidlaxer/x2goclient/./x2gocli=
ent.pro 'CONFIG+=3Dx86_64 x86' QMAKE_MAC_SDK=3D/Applications/Xcode.app/Cont=
ents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk QMAK=
E_MACOSX_DEPLOYMENT_TARGET=3D10.7 OSX_STDLIB=3Dlibstdc++ MACPORTS_INCLUDE_P=
ATH=3D/opt/local/include MACPORTS_LIBRARY_PATH=3D/opt/local/lib</div><div c=
lass=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-=
family: Menlo;">Project MESSAGE: if you want to build x2goplugin you should=
 export X2GO_CLIENT_TARGET=3Dplugin</div><div class=3D"" style=3D"margin: 0=
px; font-size: 11px; line-height: normal; font-family: Menlo;">Project MESS=
AGE: Configuring with --git-info</div><div class=3D"" style=3D"margin: 0px;=
 font-size: 11px; line-height: normal; font-family: Menlo;">Project MESSAGE=
: Configuring with --changelog</div><div class=3D"" style=3D"margin: 0px; f=
ont-size: 11px; line-height: normal; font-family: Menlo;">Project MESSAGE: =
building x2goclient with ldap and cups</div><div class=3D"" style=3D"margin=
: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">+ phase '=
Running make'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; l=
ine-height: normal; font-family: Menlo;">+ echo</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; =
min-height: 13px;"><br class=3D""></div><div class=3D"" style=3D"margin: 0p=
x; font-size: 11px; line-height: normal; font-family: Menlo;">+ echo '***'<=
/div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: no=
rmal; font-family: Menlo;">***</div><div class=3D"" style=3D"margin: 0px; f=
ont-size: 11px; line-height: normal; font-family: Menlo;">+ echo '*** Runni=
ng make...'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; lin=
e-height: normal; font-family: Menlo;">*** Running make...</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">+ echo '***'</div><div class=3D"" style=3D"margin: 0px; font-si=
ze: 11px; line-height: normal; font-family: Menlo;">***</div><div class=3D"=
" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: =
Menlo;">+ echo</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; =
line-height: normal; font-family: Menlo; min-height: 13px;"><br class=3D"">=
</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: n=
ormal; font-family: Menlo;">+ make -j2</div><div class=3D"" style=3D"margin=
: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">/Users/da=
vidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_de.ts</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_=
da.ts</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-heig=
ht: normal; font-family: Menlo;">Updating '../res/i18n/x2goclient_de.qm'...=
</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: n=
ormal; font-family: Menlo;">&nbsp; &nbsp; Generated 568 translation(s) (568=
 finished and 0 unfinished)</div><div class=3D"" style=3D"margin: 0px; font=
-size: 11px; line-height: normal; font-family: Menlo;">/Users/davidlaxer/an=
aconda/bin/lrelease ../res/i18n/x2goclient_es.ts</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>Updating '../res/i18n/x2goclient_da.qm'...</div><div class=3D"" style=3D"m=
argin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbs=
p; &nbsp; Generated 568 translation(s) (568 finished and 0 unfinished)</div=
><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal=
; font-family: Menlo;">/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/=
x2goclient_et.ts</div><div class=3D"" style=3D"margin: 0px; font-size: 11px=
; line-height: normal; font-family: Menlo;">Updating '../res/i18n/x2goclien=
t_es.qm'...</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; lin=
e-height: normal; font-family: Menlo;">&nbsp; &nbsp; Generated 564 translat=
ion(s) (564 finished and 0 unfinished)</div><div class=3D"" style=3D"margin=
: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &n=
bsp; Ignored 4 untranslated source text(s)</div><div class=3D"" style=3D"ma=
rgin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">/User=
s/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_fi.ts</div><div c=
lass=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-=
family: Menlo;">Updating '../res/i18n/x2goclient_et.qm'...</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">&nbsp; &nbsp; Generated 564 translation(s) (564 finished and 0 =
unfinished)</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; lin=
e-height: normal; font-family: Menlo;">&nbsp; &nbsp; Ignored 4 untranslated=
 source text(s)</div><div class=3D"" style=3D"margin: 0px; font-size: 11px;=
 line-height: normal; font-family: Menlo;">/Users/davidlaxer/anaconda/bin/l=
release ../res/i18n/x2goclient_fr.ts</div><div class=3D"" style=3D"margin: =
0px; font-size: 11px; line-height: normal; font-family: Menlo;">Updating '.=
./res/i18n/x2goclient_fi.qm'...</div><div class=3D"" style=3D"margin: 0px; =
font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Ge=
nerated 568 translation(s) (568 finished and 0 unfinished)</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_=
nb_no.ts</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-h=
eight: normal; font-family: Menlo;">Updating '../res/i18n/x2goclient_fr.qm'=
...</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height=
: normal; font-family: Menlo;">&nbsp; &nbsp; Generated 252 translation(s) (=
199 finished and 53 unfinished)</div><div class=3D"" style=3D"margin: 0px; =
font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Ig=
nored 316 untranslated source text(s)</div><div class=3D"" style=3D"margin:=
 0px; font-size: 11px; line-height: normal; font-family: Menlo;">/Users/dav=
idlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_nl.ts</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">Updating '../res/i18n/x2goclient_nb_no.qm'...</div><div class=
=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-fami=
ly: Menlo;">&nbsp; &nbsp; Generated 568 translation(s) (568 finished and 0 =
unfinished)</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; lin=
e-height: normal; font-family: Menlo;">/Users/davidlaxer/anaconda/bin/lrele=
ase ../res/i18n/x2goclient_pt.ts</div><div class=3D"" style=3D"margin: 0px;=
 font-size: 11px; line-height: normal; font-family: Menlo;">Updating '../re=
s/i18n/x2goclient_nl.qm'...</div><div class=3D"" style=3D"margin: 0px; font=
-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Genera=
ted 568 translation(s) (566 finished and 2 unfinished)</div><div class=3D""=
 style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: M=
enlo;">/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_ru.ts=
</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: n=
ormal; font-family: Menlo;">Warning: dropping duplicate messages in '../res=
/i18n/x2goclient_pt.qm':</div><div class=3D"" style=3D"margin: 0px; font-si=
ze: 11px; line-height: normal; font-family: Menlo; min-height: 13px;"><br c=
lass=3D""></div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line=
-height: normal; font-family: Menlo;">* Context: EditConnectionDialog</div>=
<div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal;=
 font-family: Menlo;">* Source: &amp;Session</div><div class=3D"" style=3D"=
margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-=
height: 13px;"><br class=3D""></div><div class=3D"" style=3D"margin: 0px; f=
ont-size: 11px; line-height: normal; font-family: Menlo;">Updating '../res/=
i18n/x2goclient_pt.qm'...</div><div class=3D"" style=3D"margin: 0px; font-s=
ize: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Generate=
d 0 translation(s) (0 finished and 0 unfinished)</div><div class=3D"" style=
=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"=
>&nbsp; &nbsp; Ignored 568 untranslated source text(s)</div><div class=3D""=
 style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: M=
enlo;">/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_sv.ts=
</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: n=
ormal; font-family: Menlo;">Updating '../res/i18n/x2goclient_ru.qm'...</div=
><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal=
; font-family: Menlo;">Updating '../res/i18n/x2goclient_sv.qm'...</div><div=
 class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; fon=
t-family: Menlo;">&nbsp; &nbsp; Generated 554 translation(s) (545 finished =
and 9 unfinished)</div><div class=3D"" style=3D"margin: 0px; font-size: 11p=
x; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Ignored 14 untra=
nslated source text(s)</div><div class=3D"" style=3D"margin: 0px; font-size=
: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Generated 5=
68 translation(s) (568 finished and 0 unfinished)</div><div class=3D"" styl=
e=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;=
">/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/x2goclient_tr.ts</div=
><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal=
; font-family: Menlo;">/Users/davidlaxer/anaconda/bin/lrelease ../res/i18n/=
x2goclient_zh_tw.ts</div><div class=3D"" style=3D"margin: 0px; font-size: 1=
1px; line-height: normal; font-family: Menlo;">Updating '../res/i18n/x2gocl=
ient_tr.qm'...</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; =
line-height: normal; font-family: Menlo;">&nbsp; &nbsp; Generated 566 trans=
lation(s) (566 finished and 0 unfinished)</div><div class=3D"" style=3D"mar=
gin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">Updati=
ng '../res/i18n/x2goclient_zh_tw.qm'...</div><div class=3D"" style=3D"margi=
n: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &=
nbsp; Generated 395 translation(s) (370 finished and 25 unfinished)</div><d=
iv class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: normal; f=
ont-family: Menlo;">&nbsp; &nbsp; Ignored 173 untranslated source text(s)</=
div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: nor=
mal; font-family: Menlo;">/Users/davidlaxer/anaconda/bin/uic ../src/ui/cups=
printsettingsdialog.ui -o ui_cupsprintsettingsdialog.h</div><div class=3D""=
 style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: M=
enlo;">/Users/davidlaxer/anaconda/bin/uic ../src/ui/cupsprintwidget.ui -o u=
i_cupsprintwidget.h</div><div class=3D"" style=3D"margin: 0px; font-size: 1=
1px; line-height: normal; font-family: Menlo;">/Users/davidlaxer/anaconda/b=
in/uic ../src/ui/printdialog.ui -o ui_printdialog.h</div><div class=3D"" st=
yle=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menl=
o;">/Users/davidlaxer/anaconda/bin/uic ../src/ui/printercmddialog.ui -o ui_=
printercmddialog.h</div><div class=3D"" style=3D"margin: 0px; font-size: 11=
px; line-height: normal; font-family: Menlo;">/Users/davidlaxer/anaconda/bi=
n/uic ../src/ui/printwidget.ui -o ui_printwidget.h</div><div class=3D"" sty=
le=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo=
;">/Users/davidlaxer/anaconda/bin/uic ../src/ui/xsettingsui.ui -o ui_xsetti=
ngsui.h</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-he=
ight: normal; font-family: Menlo;">/Users/davidlaxer/anaconda/bin/uic ../sr=
c/ui/brokerpassdialog.ui -o ui_brokerpassdialog.h</div><div class=3D"" styl=
e=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;=
">/Users/davidlaxer/anaconda/bin/uic ../src/ui/contest.ui -o ui_contest.h</=
div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: nor=
mal; font-family: Menlo;">/Users/davidlaxer/anaconda/bin/uic ../src/ui/appd=
ialog.ui -o ui_appdialog.h</div><div class=3D"" style=3D"margin: 0px; font-=
size: 11px; line-height: normal; font-family: Menlo;">/Users/davidlaxer/ana=
conda/bin/uic ../src/ui/helpdialog.ui -o ui_helpdialog.h</div><div class=3D=
"" style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family:=
 Menlo;">/Users/davidlaxer/anaconda/bin/uic ../src/ui/folderexplorer.ui -o =
ui_folderexplorer.h</div><div class=3D"" style=3D"margin: 0px; font-size: 1=
1px; line-height: normal; font-family: Menlo;">g++ -c -pipe --stdlib=3Dlibs=
tdc++ -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=3D10.5 -arch i386=
 -Wall -W -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/Ma=
cOSX.platform/Developer/SDKs/MacOSX10.7.sdk -DCFGCLIENT -DQT_NO_DEBUG -DQT_=
SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../ana=
conda/mkspecs/macx-g++ -I../../x2goclient -I../../anaconda/include/QtCore -=
I../../anaconda/include/QtNetwork -I../../anaconda/include/QtGui -I../../an=
aconda/include/QtSvg -I../../anaconda/include -I../src -I/opt/local/include=
 -I. -I. -I../../x2goclient -I. -o sharewidget.o ../src/sharewidget.cpp</di=
v><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: norma=
l; font-family: Menlo;">g++ -c -pipe --stdlib=3Dlibstdc++ -O2 -arch x86_64 =
-Xarch_x86_64 -mmacosx-version-min=3D10.5 -arch i386 -Wall -W -isysroot /Ap=
plications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer=
/SDKs/MacOSX10.7.sdk -DCFGCLIENT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -D=
QT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../anaconda/mkspecs/macx-g++ =
-I../../x2goclient -I../../anaconda/include/QtCore -I../../anaconda/include=
/QtNetwork -I../../anaconda/include/QtGui -I../../anaconda/include/QtSvg -I=
../../anaconda/include -I../src -I/opt/local/include -I. -I. -I../../x2gocl=
ient -I. -o settingswidget.o ../src/settingswidget.cpp</div><div class=3D""=
 style=3D"margin: 0px; font-size: 11px; line-height: normal; font-family: M=
enlo;">g++: error: unrecognized command line option '--stdlib=3Dlibstdc++'<=
/div><div class=3D"" style=3D"margin: 0px; font-size: 11px; line-height: no=
rmal; font-family: Menlo;">g++: error: unrecognized command line option '-X=
arch_x86_64'</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; li=
ne-height: normal; font-family: Menlo;">g++: error: unrecognized command li=
ne option '--stdlib=3Dlibstdc++'</div><div class=3D"" style=3D"margin: 0px;=
 font-size: 11px; line-height: normal; font-family: Menlo;">g++: error: unr=
ecognized command line option '-Xarch_x86_64'</div><div class=3D"" style=3D=
"margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">ma=
ke: *** [settingswidget.o] Error 1</div><div class=3D"" style=3D"margin: 0p=
x; font-size: 11px; line-height: normal; font-family: Menlo;">make: *** Wai=
ting for unfinished jobs....</div><div class=3D"" style=3D"margin: 0px; fon=
t-size: 11px; line-height: normal; font-family: Menlo;">make: *** [sharewid=
get.o] Error 1</div><div class=3D"" style=3D"margin: 0px; font-size: 11px; =
line-height: normal; font-family: Menlo;">David-Laxers-MacBook-Pro:x2goclie=
nt davidlaxer$ ./macbuild.sh&nbsp;</div></div></body></html>=

--Apple-Mail=_DD2D0011-E512-4415-9504-22A1C65729F9--
