From owner-freebsd-ports@freebsd.org Wed Sep 13 05:41:52 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 00DF5E0D99D for ; Wed, 13 Sep 2017 05:41:52 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 8A90873C0A for ; Wed, 13 Sep 2017 05:41:51 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id g206so4599612wme.0 for ; Tue, 12 Sep 2017 22:41:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=9ZMjzj8ksJmu8PGPndoYUkq8PMQEX58RlehWZHPu4fE=; b=Z8r29UdhsmbmnHZo7FXcFXSJX4EHk3suPGqJwECJZunOC0kwyy4wGSmHqUg0dzKtNl 33sPaZZ+K+0nulkB0WZWOEe5EFYGnTS2JWE4wvLaXBYMX7CY8apXLXY/Bts+tSBI8NFs Eb/+aDu5be4YdiXqcLtUEQTyRyJRvD5PmzK49tqLFGpgynGSf+I/LNf1vwKbTYk9od5S /rbN1w9SPqSuSkUwiVNf0qqNQz+fXGTNwiR6ho1JRcorrVfjHwxC0tUzgKl7Fi4zouo3 n7AGJHHNc+R3j5twv7K3AAgJr18aXeYn3q8NeUqCI3Wj9wQMTC+2Zup9+BX34dGyyFEU aRpQ== 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=9ZMjzj8ksJmu8PGPndoYUkq8PMQEX58RlehWZHPu4fE=; b=RtuNj//AUhfhGOf0bilZDVKK5QtgzVXTXbDt8m9zke2HX1MNAmrckMkV+0U188zPCI u/uOffbLIufJlX80OYAIOffALieOXwZN9g5+/dH/5r6E2RkPhXrv5ZgIF98Ccyaby6Du YlNALwq6qRVAPFV2xp5k2zYyiOruEpu4AKvP6NxTlQS1KPEONYRPE4aKs1qk/k34Imlo w9JixOUxrS9iaZWBlLX1oodo1AWSzSKTqg4HFlnjRjYFnIJUl+q4UMRuOV3Y8N0kbyIu 70iUu3nk1pmZwS8unIcPDb2OCq4I4DzTVpn3t5XpptvIuxZTP3ZpKCfoA4/dILYNAN/l YGaA== X-Gm-Message-State: AHPjjUjSrtYYxNJhvR533/lUFBLwXXentDOutyLEnkUtHKqYjJMfaO7h 8yOteJIohCcA4fvG5sidS8v2AwEH5t0M0c6mCxwmgw== X-Google-Smtp-Source: AOwi7QAc3p742ttG282pqW6HDEql1R93Z93IAgnUZq+watWMvfax5l9Xzg5JJPGYEsxCRWLLKeqfEpHnJGp5+iINg5w= X-Received: by 10.28.191.68 with SMTP id p65mr1230691wmf.137.1505281308943; Tue, 12 Sep 2017 22:41:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.146.132 with HTTP; Tue, 12 Sep 2017 22:41:08 -0700 (PDT) In-Reply-To: <9998c3b5-164f-17b3-e614-96e623b956d9@gjunka.com> References: <9998c3b5-164f-17b3-e614-96e623b956d9@gjunka.com> From: "Jack L." Date: Tue, 12 Sep 2017 22:41:08 -0700 Message-ID: Subject: Re: multimedia/avidemux-qt4 compilation error To: Grzegorz Junka Cc: FBSD Ports Mailing List Content-Type: text/plain; charset="UTF-8" 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: Wed, 13 Sep 2017 05:41:52 -0000 I reported a bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222246 it seems even with no options checked, it still doesn't compile On Mon, Sep 11, 2017 at 4:03 PM, 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"