delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/03/14/10:29:35

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Authentication-Warning: localhost.localdomain: ronald owned process doing -bs
Date: Fri, 14 Mar 2003 16:40:57 +0100 (CET)
From: Ronald Landheer-Cieslak <ronald AT landheer DOT com>
X-X-Sender: ronald AT localhost DOT localdomain
To: cygwin AT cygwin DOT com
Subject: Problem with doxygen on text-mounted dirs (patch supplied)
Message-ID: <Pine.LNX.4.44.0303141634410.15498-100000@localhost.localdomain>
MIME-Version: 1.0

Hello all,

My /home is text mounted, which seems to cause doxygen some problems: none 
of the generated graphics are OK, and there is a problem while reading the 
doxyfile. Linking to binmode.o fixes the problem - as does the patch 
below (which does exactly that).

I don't know if the same should apply to the other .pro files - I haven't 
tried it out.

HTH

rlc

diff -wur doxygen-1.2.18-1/src/doxygen.pro.in 
doxygen-1.2.18-2/src/doxygen.pro.in
--- doxygen-1.2.18-1/src/doxygen.pro.in   2002-10-14 05:29:31.000000000 +0200
+++ doxygen-1.2.18-2/src/doxygen.pro.in   2003-03-14 16:25:57.000000000 +0100
@@ -23,7 +23,7 @@
 win32:INCLUDEPATH          += .
 win32-mingw:LIBS           += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng
 win32-msvc:LIBS            += qtools.lib png.lib doxygen.lib doxycfg.lib shell32.lib
-win32-g++:LIBS             = -L../lib -ldoxygen -ldoxycfg -lqtools -lpng.dll
+win32-g++:LIBS             = -L../lib -ldoxygen -ldoxycfg -lqtools -lpng.dll /usr/lib/binmode.o
 win32-msvc:TMAKE_LFLAGS    += /LIBPATH:..\lib
 win32-borland:LIBS         += qtools.lib png.lib doxygen.lib doxycfg.lib shell32.lib
 win32-borland:TMAKE_LFLAGS += -L..\lib -L$(BCB)\lib\psdk



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019