Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 1998 22:03:19 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/net/xicq Makefile
Message-ID:  <199808250503.WAA10327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1998/08/24 22:03:19 PDT

  Modified files:
    net/xicq             Makefile 
  Log:
  This port doesn't build.
  
  Also, please fix the complilation flags so it will compile with some
  optimization (ideally by respecting CFLAGS).
  
  ===
   :
  g++ -g -Wall -I. -I../libXicq   -c io.cc -o io.o
  io.cc: In function `int cmd_clear(char *)':
  io.cc:53: warning: unused parameter `char * input'
  g++ -g -Wall -I. -I../libXicq   -c help.cc -o help.o
  g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq
  gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq'
  gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
  gmake[1]: *** No rule to make target `all'.  Stop.
  gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
  gmake: *** [kxicq] Error 2
  *** Error code 2
  
  Stop.
   :
  
  Revision  Changes    Path
  1.4       +3 -1      ports/net/xicq/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808250503.WAA10327>