From owner-freebsd-ports@freebsd.org Tue Sep 12 09:01:31 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 530AEE2326C for ; Tue, 12 Sep 2017 09:01:31 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-yw0-f172.google.com (mail-yw0-f172.google.com [209.85.161.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17A8069320 for ; Tue, 12 Sep 2017 09:01:30 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-yw0-f172.google.com with SMTP id q80so26827856ywg.2 for ; Tue, 12 Sep 2017 02:01:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=QGPFQ3m+8ZRwxYr4r8HXYZGpOfPAy7ul+caHyZZOEIY=; b=EmfV2v0ax421KwxKmwDzxhsqXJq4Ylqah7ZgYaSGcwHJHveHlyQzZ+kYrMSPgWXEwA mqrDnffFxaYm4KTdywspnG9jkVCEJOqjQLCNfmdhzXcHBXTHT1+3MmJ38vikOz6ZyXRp 6/3ziXQizDsR/TTHTtEMS55G6GhpCDcU4qLXqV7fSKrRCo+J3dvnUxbSUr1OktIO/jHW XL0I4pr+Son/T8Ea3LZr3cV2JmXVc96pvEyDVtWYZKd/KInP44Szj1yvb1kBsGWpsFj5 KWE4+VTZ+L66+jR+A14O9jNYAE5ycW2Z41lQ1Qd6jQbsi+iu4MWLc1aC+lAgD46tPYKB sTvQ== X-Gm-Message-State: AHPjjUgaTutqdvS9j00QHjZloRKVVRdK1+UkPRn49porRv0ysmSjlyt0 1hqJqP8k0U6QUjlCMkk= X-Received: by 10.13.202.209 with SMTP id m200mr11838366ywd.253.1505206883934; Tue, 12 Sep 2017 02:01:23 -0700 (PDT) Received: from mail-yw0-f174.google.com (mail-yw0-f174.google.com. [209.85.161.174]) by smtp.gmail.com with ESMTPSA id d127sm3797842ywe.13.2017.09.12.02.01.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Sep 2017 02:01:23 -0700 (PDT) Received: by mail-yw0-f174.google.com with SMTP id r85so26853467ywg.1 for ; Tue, 12 Sep 2017 02:01:23 -0700 (PDT) X-Google-Smtp-Source: ADKCNb5H/ZvhrZ9Em8U7wSeUFczYmIQ0UQbwx/dnlf27Ly9Zrccw4n9rPDh4fAPrudwlvm30A7sEtMNYGNcyNqlSCcY= X-Received: by 10.37.65.9 with SMTP id o9mr11604336yba.227.1505206883456; Tue, 12 Sep 2017 02:01:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.79.211 with HTTP; Tue, 12 Sep 2017 02:01:23 -0700 (PDT) In-Reply-To: <9998c3b5-164f-17b3-e614-96e623b956d9@gjunka.com> References: <9998c3b5-164f-17b3-e614-96e623b956d9@gjunka.com> From: "Tobias C. Berner" Date: Tue, 12 Sep 2017 11:01:23 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: multimedia/avidemux-qt4 compilation error To: Grzegorz Junka Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 09:01:31 -0000 Hi there See https://reviews.freebsd.org/D12178 for a partial fix. mfg Tobias On 12 September 2017 at 01:03, Grzegorz Junka wrote: > Which option may be responsible for this error: > > /wrkdirs/usr/ports/multimedia/avidemux-qt4/work/avidemux_2.6 > .11/avidemux/qt4/ADM_jobs/src/ADM_jobControl.cpp:115:58: error: unable to > find string literal operator 'operator""y' with 'const char [8]', 'long > unsigned int' arguments > #define MX(x,y) case ADM_JOB_##x: status->setIcon(QIcon(":/jobs/ > "y));break; > > Then it repeats a few times when compiling the ADM_jobControl file. > > GrzegorzJ > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >