VLC fails to build

Brandon Allbery allbery.b at gmail.com
Sat Apr 23 03:09:04 PDT 2016


On Sat, Apr 23, 2016 at 4:50 AM, <listmember at rinnberger.de> wrote:

> A search for 'DISPATCH_QUEUE_SERIAL' brought me to
>
> <
> http://stackoverflow.com/questions/10075083/restkit-undeclared-identifier-dispatch-queue-serial-inside-rkobjectmanager
> >
>
> which offered a potential solution.
>
> I am not experienced with the phases in macports build process, so here is
> my question:
>
> How to pass NULL for the second parameter to dispatch_queue_create() ?
>

You would provide a patch file modifying the source code as originally
unpacked. See https://guide.macports.org/chunked/development.patches.html
(and the rest of https://guide.macports.org/chunked/ for more information
on Portfile development). This patch should only be applied on pre-10.7
systems.


> the config log gives an error, too:
> > conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
> > #include <ac_nonexistent.h>
>

The filename it's talking about should be a hint... it's a deliberate
failure, and if that had succeeded then configure would have aborted with a
complaint about your C compiler being broken.

Lots of configure tests fail, because configure checks for include files,
libraries, and functions that may or may not exist on any given OS or
release thereof. If the compiler doesn't error out when it should, then it
can't check what functionality works on your system.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20160423/2640ba98/attachment.html>


More information about the macports-users mailing list