Re: [Doxygen-users] Current Version DoxyApp Not Building

2013-09-13 Thread Kevin Nesmith
One change... to solve the problem permanently, the change below needs to be made in the doxyapp.pro file, as the Makefile.doxyapp is generated during the build process. I found this out by running make clean, and seeing my changes removed. Kevin On 9/13/13 8:49 AM, Kevin Nesmith wrote: > Th

Re: [Doxygen-users] Current Version DoxyApp Not Building

2013-09-13 Thread Kevin Nesmith
Thanks for the quick fix. I had one more issue, but was able to solve... g++ -c -pipe -D_LARGEFILE_SOURCE -Wall -W -g -I../../qtools -I../../src -o ../../objects/doxyapp.o doxyapp.cpp g++ -g -o ../../bin/doxyapp ../../objects/doxyapp.o -L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg

Re: [Doxygen-users] Current Version DoxyApp Not Building

2013-09-13 Thread Dimitri van Heesch
Hi Kevin, On Sep 11, 2013, at 19:58 , Kevin Nesmith wrote: > I have tried the latest source download, version 1.8.5 and the latest > version in git. I have run the configure with the doxyapp parameter. But > when the compiler gets to the doxyapp build, I receive the following > errors... > >