Opened 7 years ago

Closed 7 years ago

#54077 closed defect (worksforme)

cmake-gui is not included in the port - we need to add it

Reported by: mouse07410 (Mouse) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: cmake

Description

It looks like Eclipse requires cmake-gui for CMake-based projects. It also looks like the current Macports port of CMake does not build/include this executable.

Therefore I'd like to request that the CMake port builds and installs cmake-gui in addition to what it already does.

Thanks!

Change History (4)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Cc: michaelld@… removed
Owner: set to michaelld
Status: newassigned

Does the gui variant not work?

$ port variants cmake
cmake has the variants:
...
   gui: Build Qt-based cmake-gui
...

comment:2 Changed 7 years ago by michaelld (Michael Dickens)

The CMake GUI is available via variants. You select +qt4 or +qt5. This is an OS X application that's called "cmake-gui". Is that what the you're looking for?

comment:3 Changed 7 years ago by mouse07410 (Mouse)

The CMake GUI is available via variants. You select +qt4 or +qt5.

My fault - did not pay attention. Re-installing as we speak {{ port install cmake +docs +gui +qt5 }}}

This is an OS X application that's called "cmake-gui". Is that what the you're looking for?

Probably. I need an executable that Eclipse can invoke. The Eclipse project config has a button "Start CMake GUI" that tries to invoke "cmake-gui" and expects to find it on a searchable path. So presumably "cmake-gui" is exactly what I can feed there.

Thanks! (I guess I should close this ticket, as a little misguided submission :) )

comment:4 Changed 7 years ago by michaelld (Michael Dickens)

Resolution: worksforme
Status: assignedclosed

Thanks for the prompt reply. I'll go ahead and close it. Good luck!

Note: See TracTickets for help on using tickets.