Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A32667DF for ; Sun, 31 Jul 2011 18:26:06 +0000 (UTC) Received: (qmail 74378 invoked by uid 500); 31 Jul 2011 18:26:05 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 74322 invoked by uid 500); 31 Jul 2011 18:26:05 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Delivered-To: moderator for ooo-dev@incubator.apache.org Received: (qmail 68921 invoked by uid 99); 31 Jul 2011 18:21:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Message-ID: <4E359D1E.7080603@web.de> Date: Sun, 31 Jul 2011 20:21:18 +0200 From: Malte Timmermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: How is one supposed to run vcldemo and svdemo? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: malte.timmermann@web.de X-Sender: malte.timmermann@web.de X-Provags-ID: V01U2FsdGVkX18YeIDyXcVPjvZg4MQ5u2cqxLYQQK/m2VlJhoO8 ZDEssPOQynNfJJnP94ChzKksMJzdtmcMcroIC5R+xuumj9BjkP wSmt6lyKClyqiBkzStRw== Tor Lillqvist wrote, On 30.07.2011 19:47: > In what environment, with what environment variables and whatever else > present, is one supposed to run the vcldemo and svdemo programs in > vcl/workben? I guess they were last used during the native (i.e. > non-X11) Mac OS X porting effort to verify that the VCL code works > without having to run the whole of OOo. But I couldn't find any hints > how to run them. I do manage to build them, but they crash right after > start... > > --tml They don't run stand-alone, but need UNO and service registry stuff. Copy binaries next to soffice.bin and start from there. They probably are unmaintained, but if they still work, then this way... HTH, Malte.