Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2005 11:27:27 +0100
From:      Anton Berezin <tobez@tobez.org>
To:        Volker Stolz <vs@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/76271: Update port: deskutils/vym
Message-ID:  <20050117102727.GD83555@heechee.tobez.org>
In-Reply-To: <200501171026.j0HAQCWj089045@freefall.freebsd.org>
References:  <200501171026.j0HAQCWj089045@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 17, 2005 at 10:26:12AM +0000, Volker Stolz wrote:
> Synopsis: Update port: deskutils/vym
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: vs
> State-Changed-When: Mon Jan 17 10:25:27 GMT 2005
> State-Changed-Why: 
> - Please DON'T touch the $FreeBSD$ cvs-tag
> - Doesn't build on 4.X:
> c++ -c -pipe -Wall -W -O -pipe -g -fmemoize-lookups -fsave-memoized -D_THREAD_SAFE  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../local/include -I/usr/X11R6/include -o mainwindow.o mainwindow.cpp
> mainwindow.cpp: In method `void Main::fileLoad(QString, const LoadMode &)':
> mainwindow.cpp:1112: implicit declaration of function `int mkdtemp(...)'
> mainwindow.cpp:1112: conversion from `int' to non-scalar type `QString' requested
> *** Error code 1

#include <unistd.h>  is missing somewhere.

-- 
The moronity of the universe is a monotonically increasing function. --
Jarkko Hietaniemi



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