From nickyperian at gmail.com Tue Aug 8 07:27:13 2017 From: nickyperian at gmail.com (Nicky Perian) Date: Tue, 8 Aug 2017 09:27:13 -0500 Subject: [opensource-dev] viewer64 macOS and cmake-3.5 Message-ID: When executing autobuild configure the default source tree looks one directory level up for the source tree. I have tried to pass -DCMAKE_SOURCE_DIR= and ../ is always appended to the configure command. Is there a command I don't know about? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20170808/1e0fa4f1/attachment.htm From nickyperian at gmail.com Tue Aug 8 07:41:28 2017 From: nickyperian at gmail.com (Nicky Perian) Date: Tue, 8 Aug 2017 09:41:28 -0500 Subject: [opensource-dev] viewer64 macOS and cmake-3.5 In-Reply-To: References: Message-ID: ..//indra On Tue, Aug 8, 2017 at 9:27 AM, Nicky Perian wrote: > When executing autobuild configure the default source tree looks one > directory level up for the source tree. I have tried to pass > -DCMAKE_SOURCE_DIR= and ../ is always appended to > the configure command. > > Is there a command I don't know about? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20170808/efac22a3/attachment.htm From nickyperian at gmail.com Wed Aug 9 09:22:23 2017 From: nickyperian at gmail.com (Nicky Perian) Date: Wed, 9 Aug 2017 11:22:23 -0500 Subject: [opensource-dev] viewer64 macOS and cmake-3.5 In-Reply-To: References: Message-ID: Resolved with help from Nat and reference to previous fix on windows platform suggested by Nicky D. On Tue, Aug 8, 2017 at 5:53 PM, Nat Goodspeed wrote: > On Tue, Aug 8, 2017 at 6:50 PM, Nicky Perian > wrote: > > I resolved by >> https://bitbucket.org/kokua/viewer-build-variables/commits/c >> a60af3918d5e2eacfd699d878cdd63ae242232b >> >> added darwin RELEASEOS and RELWITHDEBINFOOS to the variables file. >> > > Ah. Thank you; obviously I overlooked those config values. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20170809/debd8ae8/attachment.htm From nickyperian at gmail.com Thu Aug 10 08:48:42 2017 From: nickyperian at gmail.com (Nicky Perian) Date: Thu, 10 Aug 2017 10:48:42 -0500 Subject: [opensource-dev] Building macOS Message-ID: Once the local LL libs are good to go, how can I prevent them from rebuilding every time a change is made to a newview source file? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20170810/c40f4084/attachment.htm From nat at lindenlab.com Thu Aug 10 09:42:48 2017 From: nat at lindenlab.com (Nat Goodspeed) Date: Thu, 10 Aug 2017 12:42:48 -0400 Subject: [opensource-dev] Building macOS In-Reply-To: References: Message-ID: On Thu, Aug 10, 2017 at 11:48 AM, Nicky Perian wrote: Once the local LL libs are good to go, how can I prevent them from > rebuilding every time a change is made to a newview source file? > Do you mean the various subprojects of the viewer source tree? Once you have a build in hand, it would surprise me if Xcode rebuilds (e.g.) llcommon every time you make a change to a file in newview. Or do I not yet understand your question? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20170810/8ecab60c/attachment.htm From nickyperian at gmail.com Fri Aug 11 12:46:56 2017 From: nickyperian at gmail.com (Nicky Perian) Date: Fri, 11 Aug 2017 14:46:56 -0500 Subject: [opensource-dev] macOS -DVIEWER-CHANNEL Message-ID: When -DVIEWER_CHANNEL="\"SecondLife Test Channel Assignment\"" is passed on configure a malformed filename is constructed for dmg. This produces Second_Life_SecondLife\\_Test\\_Channel\\_Assignment_5.1.0xxxx_x86_64.dmg and the dmg is not useable. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20170811/6db5f0f4/attachment.htm From cinder at alchemyviewer.org Fri Aug 11 13:10:54 2017 From: cinder at alchemyviewer.org (Cinder Roxley) Date: Fri, 11 Aug 2017 16:10:54 -0400 Subject: [opensource-dev] macOS -DVIEWER-CHANNEL In-Reply-To: References: Message-ID: GIGO On August 11, 2017 at 2:47:04 PM, Nicky Perian (nickyperian at gmail.com) wrote: When -DVIEWER_CHANNEL="\"SecondLife Test Channel Assignment\"" is passed on configure a malformed filename is constructed for dmg. This produces Second_Life_SecondLife\\_Test\\_Channel\\_Assignment_5.1.0xxxx_x86_64.dmg and the dmg is not useable. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20170811/3c60d689/attachment.htm From nickyperian at gmail.com Fri Aug 11 13:48:02 2017 From: nickyperian at gmail.com (Nicky Perian) Date: Fri, 11 Aug 2017 15:48:02 -0500 Subject: [opensource-dev] macOS -DVIEWER-CHANNEL In-Reply-To: References: Message-ID: The same escape sequence on autobuild-1.0 and code from 5.0.7 works on win, macOS, and Linux. Also, the sequence works correctly on windows for both 5.1.0 and 5.0.7 On Fri, Aug 11, 2017 at 3:10 PM, Cinder Roxley wrote: > GIGO > > > On August 11, 2017 at 2:47:04 PM, Nicky Perian (nickyperian at gmail.com) > wrote: > > When -DVIEWER_CHANNEL="\"SecondLife Test Channel Assignment\"" is passed > on configure a malformed filename is constructed for dmg. This produces > Second_Life_SecondLife\\_Test\\_Channel\\_Assignment_5.1.0xxxx_x86_64.dmg > > and the dmg is not useable. > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20170811/370ffb99/attachment.htm From bundesgeschaeftsstelle at alternativefuer.de Tue Aug 22 14:14:05 2017 From: bundesgeschaeftsstelle at alternativefuer.de (bundesgeschaeftsstelle at alternativefuer.de) Date: Tue, 22 Aug 2017 23:14:05 +0200 (CEST) Subject: [opensource-dev] =?utf-8?q?=5Bviewer-development-commits=5D_commi?= =?utf-8?q?t/viewer-release=3A_83_new=09changesets?= Message-ID: <20170822211405.41D342059E@afd-mail.hosting.plutex.de> Sehr geehrte Dame, sehr geehrter Herr, liebe Freunde der Alternative f?r Deutschland, wir danken Ihnen herzlich f?r Ihre Kontaktaufnahme und werden uns schnellstm?glich um Ihr Anliegen k?mmern. Aufgrund der hohen Zahl t?glich eingehender Anfragen bitten wir Sie um Verst?ndnis, dass die Beantwortung Ihrer Mail unter Umst?nden etwas Zeit ben?tigt. Wir bitten dies zu entschuldigen. Bei Fragen zum Programm der Alternative f?r Deutschland oder wenn Sie sich f?r aktuelle Pressemitteilungen und Ereignisse interessieren, finden Sie weiterf?hrende Informationen auf unseren Internetseiten oder auf unseren Facebook bzw. Twitterportalen: www.alternativefuer.de www.afdkompakt.de www.facebook.com/alternativefuer.de www.facebook.com/afdkompakt www.twitter.com/afd_bund www.twitter.com/afdkompakt F?r den pers?nlichen Kontakt zur Alternative f?r Deutschland bei Ihnen vor Ort sowie bei Fragen zur regionalen Veranstaltungen und der Mitgliederaufnahme, wenden Sie sich bitte an den jeweiligen Landesverband. Kontakte dazu finden Sie auf unserer Webseite im grauen Reiter PARTEI unter Landesverb?nde. Mit einer Spende sichern Sie eine "Alternative f?r Deutschland". M?chten Sie uns finanziell unterst?tzen, richten Sie Ihre Spende bitte an: Alternative f?r Deutschland Berliner Volksbank e.G. IBAN: DE94 1009 0000 2661 2620 20 BIC: BEVODEBB Betreff: Spende + Name und Mitgliedsnummer oder vollst?ndige Adresse (zur Erstellung Ihrer Zuwendungsbescheinigung) Spendenbescheinigungen erhalten Sie im Fr?hjahr des folgenden Jahres. Vielen herzlichen Dank f?r Ihre Unterst?tzung unserer Arbeit. Mit freundlichen Gr??en Ihre Bundesgesch?ftsstelle Alternative f?r Deutschland / Bundesgesch?ftsstelle / Schillstra?e 9 / 10785 Berlin Telefonzentrale: 030- 2 20 56 96- 0 / Zentrale Faxnummer: 030- 2 20 56 96- 29 Zentrale E-Mail: bgs at alternativefuer.de Webseiten: www.alternativefuer.de / www.afdkompakt.de Facebook: www.facebook.com/alternativefuerde / www.facebook.com/afdkompakt Twitter: www.twitter.com/afd_bund / www.twitter.com/afdkompakt Sprecher Bundesverband: Dr. Frauke Petry und Prof. Dr. J?rg Meuthen From geschaeftsstelle at afd.nrw Tue Aug 22 14:14:06 2017 From: geschaeftsstelle at afd.nrw (geschaeftsstelle at afd.nrw) Date: Tue, 22 Aug 2017 23:14:06 +0200 (CEST) Subject: [opensource-dev] =?utf-8?q?=5Bviewer-development-commits=5D_commi?= =?utf-8?q?t/viewer-release=3A_83_new=09changesets?= Message-ID: <20170822211406.C7083118B81F@cp.afd-hosting.de> Sehr geehrte Dame, sehr geehrter Herr, liebe Freunde der Alternative f?r Deutschland, wir danken Ihnen herzlich f?r Ihre Kontaktaufnahme und werden uns schnellstm?glich um Ihr Anliegen k?mmern. Aufgrund der hohen Zahl t?glich eingehender Anfragen bitten wir Sie um Verst?ndnis, dass die Beantwortung Ihrer Mail unter Umst?nden etwas Zeit ben?tigt. Wir bitten dies zu entschuldigen. Bei Fragen zum Programm der Alternative f?r Deutschland oder wenn Sie sich f?r aktuelle Pressemitteilungen und Ereignisse interessieren, finden Sie weiterf?hrende Informationen auf unserer Internetseite oder auf Facebook. http://afd.nrw/ und https://www.facebook.com/AfDfuerNRW/ F?r den pers?nlichen Kontakt zur Alternative f?r Deutschland bei Ihnen vor Ort sowie bei Fragen zu regionalen Veranstaltungen, k?nnen Sie sich auch an den jeweiligen Bezirksverband wenden. Kontakte dazu finden Sie auf unserer Webseite ?ber den Men?punkt "Bezirke & Kreise". Vielen herzlichen Dank f?r Ihr Interesse und Ihre Unterst?tzung unserer Arbeit. Mit freundlichen Gr??en Ihre Alternative f?r Deutschland, Landesverband Nordrhein Westfalen Landesgesch?ftsstelle AfD NRW M?nsterstra?e 306 40470 D?sseldorf