bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with commonc++ 1.2.6


From: David Sugar
Subject: Re: Problems with commonc++ 1.2.6
Date: Thu, 18 Nov 2004 11:37:32 -0500
User-agent: Mozilla Thunderbird 0.9 (Macintosh/20041103)

It's been said the problem is in Makefile.am in the docs directory. This should get fixed in 1.2.7 :). You could try the following patch:

--- Makefile.am 2004-01-17 04:51:01.000000000 -0700
+++ ../../commoncpp2-1.2.6a/doc/Makefile.am     2004-11-17
18:07:42.000000000 -0700
@@ -18,7 +18,7 @@
 noinst_DATA = doxy

 doxy:   Doxyfile
-       $(DOXYGEN) Doxyfile
+       $(DOXYGEN) @srcdir@/Doxyfile
        touch doxy

And then run ./reconfig to rebuild the "configure" script and Makefile.in, followed by re-running configure.




Maurizio Loreti wrote:
hello - I am trying to use your package, I need in special the xml-parser routines. I ran configure/make, I have doxygen installed, but I could not get any programmers' documentation for your package. just *3* lines in "commoncpp2.dvi", and an empty "doxy" file. can you please tell me how to generate, or how to access on-line (google didn't help) a suitable documantation? if not, it will be impossible to use your library. thank you in advance,
                M.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]