Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 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: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/