Thread: [Doxygen-users] Re: Doxygen-users digest, Vol 1 #24 - 3 msgs
Brought to you by:
dimitri
From: Marvin W. <ma...@we...> - 2001-05-18 15:53:48
|
The path ../src in translator.pl is incorrect? --------------------------------------------------------- Marvin Wolfthal Chief Architect IMRglobal (617) 914-0317 mwo...@im... ma...@dv... ----- Original Message ----- From: <dox...@li...> To: <dox...@li...> Sent: Friday, May 18, 2001 3:58 AM Subject: Doxygen-users digest, Vol 1 #24 - 3 msgs > Send Doxygen-users mailing list submissions to > dox...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sourceforge.net/lists/listinfo/doxygen-users > or, via email, send a message with subject or body 'help' to > dox...@li... > > You can reach the person managing the list at > dox...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Doxygen-users digest..." > > > Today's Topics: > > 1. Doxygen-1.2.7-20010517 in CVS (Dimitri van Heesch) > 2. Re: w2k compiling failed (Victor A. Wagner, Jr.) > 3. RE: w2k compiling failed (=3D?iso-8859-1?Q?Peter_Thie=3DDF?=3D) > > --__--__-- > > Message: 1 > Date: Thu, 17 May 2001 21:34:56 +0200 > From: Dimitri van Heesch <di...@st...> > To: dox...@li... > Subject: [Doxygen-users] Doxygen-1.2.7-20010517 in CVS > Reply-To: dox...@li... > > Hi, > > I've commited a new release to CVS. Here's the changelog: > -----------------------------------------------------------------------= - > + ADD: The dot generated inheritance and collaboration graphs for class= es > should now show the proper template instantation for the derived/used > classes. For instance it should show that class S uses class V > (indirectly) in the following example: > class V {}; > template<class T> class U1 { T *m_t; }; > template<class T> class U2 { U1<T> *m_t; }; > template<class T> class B1 { U2<T> *m_t; }; > template<class T> class B2 : public B1<T> {}; > class S : public B2<V> {}; > Please report any example of class hierarchies that are not show= n > properly. > + ADD: Added doc/translator.pl script created by Petr Prikryl. > Its main purpose is to extract information from doxygen's source= s > related to internationalization (i.e. the translator classes), t= o > avoid duplication of information (i.e. doc/language.doc is now > generated) and to generate reports about the status of the translations > (e.g. missing methods). > + ADD: Added Italian translator update sent by Alessandro Falappa. > Also included updates for Russian and added support for > Danish (thanks to Erik S=F8e S=F8rensen) > + ADD: Added support patch for "KBD" tags and HTML tags (thanks to Albi= n Wu). > + ADD: Added man patch by Patrick Ohly which allows to create freestyle > man pages using \page and puts man page with non-default extensi= on > in the correct directory. > + BUG: Fixed a bug in the LaTeX output generation (empty lists). > + BUG: Doxygen can now distiguishing f(const A) from f(const B) > even though they match from a syntactical point of view. > + BUG: A template base class that is actually an inherited template > argument of the derived class is no longer shown in the output > indices and hierarchies. > + BUG: TOC_EXPAND could result in a broken tree view > (patch by Alexandr Chalpanov). > + BUG: If a base class had member names which has the same name as enumerator > values in a derived class, the enumerator values did not show up= in > the documentation (thanks to John Harris for reporting this). > -----------------------------------------------------------------------= - > Enjoy, > Dimitri > > > --__--__-- > > Message: 2 > Date: Thu, 17 May 2001 21:45:42 -0400 > To: dox...@li... > From: "Victor A. Wagner, Jr." <va...@ru...> > Subject: Re: [Doxygen-users] w2k compiling failed > Reply-To: dox...@li... > > I'm using Doxygen on Win2k with NO problems. I use the version that is= =3D20 > already built. > > At Thursday 2001/05/17 12:45, you wrote: > >On Fri, May 18, 2001 at 03:59:26PM -0700, Peter Thie=3DDF wrote: > > > I am using doxygen quite a bit among Win NT 4.0, now I started usin= g w2k > > > professinell and doxygen refused to work proper. I looked into the FAQ=3D > but > > > did not find anything about w2k. > > > I am currently using version 1.2.5 of doxygen. > > > >Doxygen should work on w2k just like it does on NT. > > > > > > > > As a seccond step I tried (for the first time) to compile the actual=3D20 > > tarball > > > version but it failed, see appended file - I would be glad for any hints > > > resolving this. > > > >For those that do not read images: > >Your error was: > > > >bison: Bad address > > > >This error is caused by bison not being able to find a /tmp dir (yes t= he > >error message is not very helpful). To fix this start a bash shell > >(included with cygwin) and type "mkdir /tmp". After that all should be > >fine again. > > > > > Further more I'd be intrested in experiences using doxygen among windows > > > 2000. > > > > > > The only output doxygen generates at my w2k installation is the=3D > following: > > > Searching for include files... > > > Searching for example files... > > > Searching for images... > > > Searching for files to exclude > > > Reading input files... > > > > > > It seams that doxygen doesn't find anything to do on W2K, whereas i= t did=3D > on > > > NT 4.0 .... > > > >I'm sure this is some configuration issue. > > > >Regards, > > Dimitri > > > >_______________________________________________ > >Doxygen-users mailing list > >Dox...@li... > >http://lists.sourceforge.net/lists/listinfo/doxygen-users > > Victor A. Wagner, Jr. > PGP RSA fingerprint =3D3D 4D20 EBF6 0101 B069 3817 8DBF C846 E47A > PGP D-H fingerprint =3D3D 98BC 65E3 1A19 43EC 3908 65B9 F755 E6F4 63BB = 9D93 > The five most dangerous words in the English language: > "There oughta be a law" > > > > --__--__-- > > Message: 3 > From: =3D?iso-8859-1?Q?Peter_Thie=3DDF?=3D <ph...@ra...> > To: <dox...@li...> > Subject: RE: [Doxygen-users] w2k compiling failed > Date: Sat, 19 May 2001 09:54:46 -0700 > Reply-To: dox...@li... > > This is a multi-part message in MIME format. > > ------=3D_NextPart_000_0008_01C0E049.BCB707C0 > Content-Type: text/plain; > charset=3D"iso-8859-1" > Content-Transfer-Encoding: 7bit > > Good Morning, > > Well that helped a lot, may you help me once again? Now I get some Link= er > errors (see logfile) affecting class or namespace Config ... > > Best Regards, Peter > > ------=3D_NextPart_000_0008_01C0E049.BCB707C0 > Content-Type: application/octet-stream; > name=3D"make_dox1.log" > Content-Transfer-Encoding: quoted-printable > Content-Disposition: attachment; > filename=3D"make_dox1.log" > > echo char versionString[]=3D3D"1.2.7"; > src\version.cpp > set TMAKEPATH=3D3DE:\doxygen-1.2.7\tar\tmake\lib\win32-msvc > cd qtools > nmake > perl E:\doxygen-1.2.7\tar\tmake\bin\tmake qtools.pro >Makefile.qtools > nmake -f Makefile.qtools all > cd .. > cd src > nmake > perl E:\doxygen-1.2.7\tar\tmake\bin\tmake libdoxygen.pro =3D > >Makefile.libdoxygen > perl E:\doxygen-1.2.7\tar\tmake\bin\tmake libdoxycfg.pro =3D > >Makefile.libdoxycfg > perl E:\doxygen-1.2.7\tar\tmake\bin\tmake doxygen.pro =3D > >Makefile.doxygen > perl E:\doxygen-1.2.7\tar\tmake\bin\tmake doxytag.pro =3D > >Makefile.doxytag > perl E:\doxygen-1.2.7\tar\tmake\bin\tmake doxysearch.pro =3D > >Makefile.doxysearch > nmake -f Makefile.libdoxycfg all > nmake -f Makefile.libdoxygen all > cl -c -nologo -DQT_NODLL -W3 -O2 -I"..\qtools" -I"." =3D > -Fo..\objects\version.obj version.cpp > version.cpp > lib /NOLOGO /OUT:..\lib\doxygen.lib =3D > @C:\DOCUME~1\phe\LOCALS~1\Temp\nma01532. > nmake -f Makefile.doxygen all > link /NOLOGO /LIBPATH:..\lib /SUBSYSTEM:console /OUT:..\bin\doxygen.exe= =3D > @C:\DOCUME~1\phe\LOCALS~1\Temp\nma01540. > doxygen.lib(diagram.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(dot.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(code.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(define.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(formula.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(htmlhelp.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(index.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(doc.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(rtfgen.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(scanner.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(memberlist.obj) : error LNK2001: unresolved external symbol= =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(packagedef.obj) : error LNK2001: unresolved external symbol= =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(pre.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(latexgen.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(htmlgen.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(language.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(memberdef.obj) : error LNK2001: unresolved external symbol = =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(filedef.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(namespacedef.obj) : error LNK2001: unresolved external =3D > symbol "public: bool & __thiscall Config::getBool(char const *,int,char= =3D > const *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(message.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(util.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(classdef.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(groupdef.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(definition.obj) : error LNK2001: unresolved external symbol= =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(classlist.obj) : error LNK2001: unresolved external symbol = =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(membername.obj) : error LNK2001: unresolved external symbol= =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(filename.obj) : error LNK2001: unresolved external symbol =3D > "public: bool & __thiscall Config::getBool(char const *,int,char const = =3D > *)const " (?getBool@Config@@QBEAA_NPBDH0@Z) > doxygen.lib(dot.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(code.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(define.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(doc.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(mangen.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(instdox.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(diagram.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(formula.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(ftvhelp.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(htmlhelp.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(index.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(rtfgen.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(scanner.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(memberlist.obj) : error LNK2001: unresolved external symbol= =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(packagedef.obj) : error LNK2001: unresolved external symbol= =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(pre.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(latexgen.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(htmlgen.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(language.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(memberdef.obj) : error LNK2001: unresolved external symbol = =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(filedef.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(namespacedef.obj) : error LNK2001: unresolved external =3D > symbol "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(message.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(util.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(classdef.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(groupdef.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(definition.obj) : error LNK2001: unresolved external symbol= =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(classlist.obj) : error LNK2001: unresolved external symbol = =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(membername.obj) : error LNK2001: unresolved external symbol= =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(filename.obj) : error LNK2001: unresolved external symbol =3D > "private: static struct Config * Config::m_instance" =3D > (?m_instance@Config@@0PAU1@A) > doxygen.lib(dot.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(code.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(define.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(doc.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(mangen.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(instdox.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(diagram.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(formula.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(ftvhelp.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(htmlhelp.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(index.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(rtfgen.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(scanner.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(memberlist.obj) : error LNK2001: unresolved external symbol= =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(packagedef.obj) : error LNK2001: unresolved external symbol= =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(pre.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(latexgen.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(htmlgen.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(language.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(memberdef.obj) : error LNK2001: unresolved external symbol = =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(filedef.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(namespacedef.obj) : error LNK2001: unresolved external =3D > symbol "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(message.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(util.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(classdef.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(groupdef.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(definition.obj) : error LNK2001: unresolved external symbol= =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(classlist.obj) : error LNK2001: unresolved external symbol = =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(membername.obj) : error LNK2001: unresolved external symbol= =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(filename.obj) : error LNK2001: unresolved external symbol =3D > "protected: void __thiscall Config::create(void)" =3D > (?create@Config@@IAEXXZ) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: void __thiscall Config::init(void)" (?init@Config@@QAEXXZ) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: void __thiscall Config::check(void)" (?check@Config@@QAEXXZ) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: void __thiscall Config::substituteEnvironmentVars(void)" =3D > (?substituteEnvironmentVars@Config@@QAEXXZ) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: void __thiscall Config::convertStrToVal(void)" =3D > (?convertStrToVal@Config@@QAEXXZ) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: void __thiscall Config::parse(class QCString const &,char cons= t =3D > *)" (?parse@Config@@QAEXABVQCString@@PBD@Z) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: void __thiscall Config::writeTemplate(class QFile *,bool)" =3D > (?writeTemplate@Config@@QAEXPAVQFile@@_N@Z) > doxygen.lib(formula.obj) : error LNK2001: unresolved external symbol =3D > "public: class QStrList & __thiscall Config::getList(char const =3D > *,int,char const *)const " (?getList@Config@@QBEAAVQStrList@@PBDH0@Z) > doxygen.lib(doc.obj) : error LNK2001: unresolved external symbol =3D > "public: class QStrList & __thiscall Config::getList(char const =3D > *,int,char const *)const " (?getList@Config@@QBEAAVQStrList@@PBDH0@Z) > doxygen.lib(instdox.obj) : error LNK2001: unresolved external symbol =3D > "public: class QStrList & __thiscall Config::getList(char const =3D > *,int,char const *)const " (?getList@Config@@QBEAAVQStrList@@PBDH0@Z) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: class QStrList & __thiscall Config::getList(char const =3D > *,int,char const *)const " (?getList@Config@@QBEAAVQStrList@@PBDH0@Z) > doxygen.lib(util.obj) : error LNK2001: unresolved external symbol =3D > "public: class QStrList & __thiscall Config::getList(char const =3D > *,int,char const *)const " (?getList@Config@@QBEAAVQStrList@@PBDH0@Z) > doxygen.lib(pre.obj) : error LNK2001: unresolved external symbol =3D > "public: class QStrList & __thiscall Config::getList(char const =3D > *,int,char const *)const " (?getList@Config@@QBEAAVQStrList@@PBDH0@Z) > doxygen.lib(latexgen.obj) : error LNK2001: unresolved external symbol =3D > "public: class QStrList & __thiscall Config::getList(char const =3D > *,int,char const *)const " (?getList@Config@@QBEAAVQStrList@@PBDH0@Z) > doxygen.lib(index.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(doc.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(mangen.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(dot.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(htmlgen.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(rtfgen.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(memberlist.obj) : error LNK2001: unresolved external symbol= =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(ftvhelp.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(definition.obj) : error LNK2001: unresolved external symbol= =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(memberdef.obj) : error LNK2001: unresolved external symbol = =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(latexgen.obj) : error LNK2001: unresolved external symbol =3D > "public: int & __thiscall Config::getInt(char const *,int,char const =3D > *)const " (?getInt@Config@@QBEAAHPBDH0@Z) > doxygen.lib(mangen.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(instdox.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(dot.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(ftvhelp.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(htmlhelp.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(index.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(doc.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(htmlgen.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(rtfgen.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(memberlist.obj) : error LNK2001: unresolved external symbol= =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(packagedef.obj) : error LNK2001: unresolved external symbol= =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(namespacedef.obj) : error LNK2001: unresolved external =3D > symbol "public: class QCString & __thiscall Config::getString(char cons= t =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(message.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(pre.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(latexgen.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(groupdef.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(definition.obj) : error LNK2001: unresolved external symbol= =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(memberdef.obj) : error LNK2001: unresolved external symbol = =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(filedef.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(doxygen.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(classlist.obj) : error LNK2001: unresolved external symbol = =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(util.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(classdef.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getString(char const =3D > *,int,char const *)const " (?getString@Config@@QBEAAVQCString@@PBDH0@Z) > doxygen.lib(latexgen.obj) : error LNK2001: unresolved external symbol =3D > "public: class QCString & __thiscall Config::getEnum(char const =3D > *,int,char const *)const " (?getEnum@Config@@QBEAAVQCString@@PBDH0@Z) > ..\bin\doxygen.exe : fatal error LNK1120: 13 unresolved externals > > ------=3D_NextPart_000_0008_01C0E049.BCB707C0-- > > > > > --__--__-- > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > http://lists.sourceforge.net/lists/listinfo/doxygen-users > > > End of Doxygen-users Digest |
From: Jens S. <jen...@hr...> - 2001-05-19 22:37:08
Attachments:
install-bug.diff
|
make install complains about a missing ../src/translator.h file. I attached a patch, which fixes this. PS: Marvin, your mail was to large, if you really want to submit files of this size, use an attachment! On Fri, 18 May 2001, Marvin Wolfthal wrote: > The path ../src in translator.pl is incorrect? > --------------------------------------------------------- > Marvin Wolfthal > Chief Architect > IMRglobal (617) 914-0317 > mwo...@im... > ma...@dv... |
From: Joseph H. <jo...@pi...> - 2001-05-20 12:05:05
|
On 19 May, Jens Seidel wrote: > make install complains about a missing ../src/translator.h file. > I attached a patch, which fixes this. > > PS: Marvin, your mail was to large, if you really want to submit files of > this size, use an attachment! Looks like it should really using install rather than mkdir, otherwise make aborts if the directory is already there: --- Makefile.in 2001/04/01 17:28:21 1.18 +++ Makefile.in 2001/05/20 11:59:55 @@ -52,6 +52,8 @@ $(INSTTOOL) -m 755 bin/doxytag $(INSTALL)/bin $(INSTTOOL) -m 755 bin/doxysearch $(INSTALL)/bin cp -r doc $(DOCDIR) + $(INSTTOOL) -d $(DOCDIR)/src + cp src/translator.h $(DOCDIR)/src cp -r examples $(DOCDIR) echo "DOXYGEN = $(INSTALL)" > $(DOCDIR)/doc/Makefile echo "DOXYDOCS = .." >> $(DOCDIR)/doc/Makefile @@ -59,7 +61,7 @@ cat doc/Makefile.in >> $(DOCDIR)/doc/Makefile cd $(DOCDIR)/examples ; $(MAKE) cd $(DOCDIR)/doc ; $(MAKE) - rm -rf $(DOCDIR)/doc + rm -rf $(DOCDIR)/doc $(DOCDIR)/src cd $(DOCDIR)/latex ; $(MAKE) cp $(DOCDIR)/latex/doxygen_manual.pdf $(DOCDIR) cp $(DOCDIR)/latex/doxygen_manual.ps $(DOCDIR) Also, doing 'make install' from the CVS version fails if PATH doesn't contain '.': cd /usr/local/share/doc/packages/doxygen/doc ; /usr/bin/make make[1]: Entering directory `/usr/local/share/doc/packages/doxygen/doc' translator.pl make[1]: translator.pl: Command not found make[1]: *** [language.doc] Error 127 make[1]: Leaving directory `/usr/local/share/doc/packages/doxygen/doc' make: *** [install] Error 2 bfn, Joseph -- Joseph Heenan, Software Engineer, Picsel Technologies Ltd. [ Opinions expressed are not necessarily those of my employer ] |