Thread: [Doxygen-develop] libpng problem
Brought to you by:
dimitri
From: Ryunosuke S. <su...@ho...> - 2002-10-05 15:37:53
|
Hi doxygen developers, I'm porting on cygwin, but cygwin maintainers say, ----------------------------------- > Anyway, I am saying it again - it is not a showstopper... but it would be > nice to have it linked against the dll. It'll save some space and also > will utilize the work of other peoples which spent time on portin libpng > to Cygwin and made it possible to build it as dll. ----------------------------------- They say that doxygen must exclude libpng source files. They dislike one package include other library without dynamic linking. I will obey their arguments on cygwin "only". I don't know we must exclude libpng on all platform. I think windows developers needs the source files. Would you give me your opinion? Ryunosuke Satoh |
From: Ryunosuke S. <pe...@mi...> - 2002-10-05 15:41:40
|
Hi doxygen developers, I'm porting on cygwin, but cygwin maintainers say, ----------------------------------- > Anyway, I am saying it again - it is not a showstopper... but it would be > nice to have it linked against the dll. It'll save some space and also > will utilize the work of other peoples which spent time on portin libpng > to Cygwin and made it possible to build it as dll. ----------------------------------- They say that doxygen must exclude libpng source files. They dislike one package include other library without dynamic linking. I will obey their arguments on cygwin "only". I want to include doxygen in cygwin distribution. I don't know we must exclude libpng on all platform. I think windows developers needs the source files. Would you give me your opinion? Ryunosuke Satoh |
From: Patrick H. <Pat...@ho...> - 2002-10-05 19:30:44
|
Just modify the link line under the win32-g++ tmake dir, to use -lpng.dll instead of -lpng Patrick "Ryunosuke Satoh" <pe...@mi...> wrote in message news:006b01c26c85$aef9eca0$5b01a8c0@athlon... > Hi doxygen developers, > > I'm porting on cygwin, but cygwin maintainers say, > ----------------------------------- > > Anyway, I am saying it again - it is not a showstopper... but it would be > > nice to have it linked against the dll. It'll save some space and also > > will utilize the work of other peoples which spent time on portin libpng > > to Cygwin and made it possible to build it as dll. > ----------------------------------- > They say that doxygen must exclude libpng source files. > They dislike one package include other library without dynamic linking. > I will obey their arguments on cygwin "only". I want to include doxygen in cygwin distribution. > I don't know we must exclude libpng on all platform. > I think windows developers needs the source files. > > Would you give me your opinion? > > Ryunosuke Satoh > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf |
From: FJTC (F. J. T. Chino) <ch...@ic...> - 2002-10-06 02:20:10
|
On Sun, 6 Oct 2002, Ryunosuke Satoh wrote: > Hi doxygen developers, > > I'm porting on cygwin, but cygwin maintainers say, > ----------------------------------- > > Anyway, I am saying it again - it is not a showstopper... but it would be > > nice to have it linked against the dll. It'll save some space and also > > will utilize the work of other peoples which spent time on portin libpng > > to Cygwin and made it possible to build it as dll. > ----------------------------------- > They say that doxygen must exclude libpng source files. > They dislike one package include other library without dynamic linking. > I will obey their arguments on cygwin "only". > I don't know we must exclude libpng on all platform. > I think windows developers needs the source files. > > Would you give me your opinion? > > Ryunosuke Satoh > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop > Hi. It's a quite strange. Isn't libpng under GPL (or LGPL) ? I don't know it. If so, the porting is under the GPL (or LGPL) too (copyleft of GPL and LGPL). Since Doxygen is under GPL it will not be a problem to link doxygen to it. See you... FJTC ---------------------------------------------------------------------- FJTC (Fabio Jun Takada Chino) - ch...@ic... Computer Science - ICMC - University of Sao Paulo - Brazil GBDI - Grupo de Base de Dados e Imagens ---------------------------------------------------------------------- Homepage http://www.icmc.sc.usp.br/~chino (main) http://gbdi.icmc.sc.usp.br/ (GBDI) http://www.fjtc.hpg.com.br/ (Anime - Portuguese Only) http://www.bbits.hpg.com.br/ (Game Programming - English Only) ====================================================================== |