Opened 12 years ago

Closed 6 years ago

#32967 closed defect (fixed)

cvsps needs to be UsingTheRightCompiler

Reported by: nerdling (Jeremy Lavergne) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cooljeanius (Eric Gallager)
Port: cvsps

Description

cc -g -O2 -Wall  -I. -DVERSION=\"2.1\"   -c -o cbtcommon/debug.o cbtcommon/debug.c
cc -g -O2 -Wall -I. -DVERSION="2.1" -c -o cbtcommon/debug.o cbtcommon/debug.c
cc: Error: You should be using ${configure.cc}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make: *** [cbtcommon/debug.o] Error 1

Change History (3)

comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 10 years ago by mf2k (Frank Schima)

Owner: changed from erickt@… to macports-tickets@…

erickt has retired. See #44735.

comment:3 Changed 6 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

In 4121cba4f20b3636427ce93e5dee387150ce42d2/macports-ports (master):

cvsps: multiple fixes

  • Update homepage
  • Add missing zlib dep
  • Patch Makefile to use DESTDIR and LDFLAGS
  • Pass correct compiler and flags when building

Fixes: #32967

Note: See TracTickets for help on using tickets.