This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with doxygen on text-mounted dirs (patch supplied)


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]