#67531 closed request (fixed)

lua-c++

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port:

Description

gpick 0.3 and later require lua-c++ which doesn't appear to be in MacPorts yet.

It sounds like lua will create lua-c++ if it is compiled with a C++ compiler rather than a C compiler, however it wasn't clear to me whether doing this would cause problems for those that want the C version, not the C++ version.

Not sure if this would be a separate set of ports or integrated into the existing lua54, lua53, etc. ports.

Change History (2)

comment:1 Changed 11 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

There is a pull request that attempts to fix the problem.
However, unless it is reverted, a recent upstream change would break this.
Hopefully, the issue will be resolved in the upstream discussion.

comment:2 Changed 11 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Owner: set to MarcusCalhoun-Lopez
Resolution: fixed
Status: newclosed

In 84738ac41f86ff0f4a7bd1b56d204ff42cf71774/macports-ports (master):

lua*: add support for lua-c++

Fixes #67531

Note: See TracTickets for help on using tickets.