Is anyone aware of a doxygen port to qnx4 and/or the RTP?
Thanks
Markus
\
Markus Loffler
Quality Real-Time Systems
http://qrts.com
Markus Loffler
Quality Real-Time Systems
http://qrts.com
Markus Loffler wrote in message <8omarj$jp5$1@inn.qnx.com>…
Is anyone aware of a doxygen port to qnx4 and/or the RTP?
Thanks
Markus
Ask dimitri about it, he probably doesn’t have any port of it,
but it’s mostly a perl script, so it shouldn’t be too difficult to port.
http://www.sourceforge.net/projects/doxygen
Fred.
Well I asked him, he doesn’t have any port of it.
That doesn’t mean that nobody has done it yet
Markus
“Fred” <fprog@users.sourceforge.net> wrote in message
news:8ona5o$5gn$1@inn.qnx.com…
Markus Loffler wrote in message <8omarj$jp5$> 1@inn.qnx.com> >…
Is anyone aware of a doxygen port to qnx4 and/or the RTP?
Thanks
Markus
Ask dimitri about it, he probably doesn’t have any port of it,
but it’s mostly a perl script, so it shouldn’t be too difficult to port.http://www.sourceforge.net/projects/doxygen
Fred.
Markus Loffler <loffler@ces.clemson.edu> wrote:
: Well I asked him, he doesn’t have any port of it.
: That doesn’t mean that nobody has done it yet
: Markus
I do not know what is doxigen but if it is a perl script
why do you need a port of if ? You just need perl.
Unless it requires a special version of perl or some sort of perl modules.
Perl 4,5 was ported to QNX4 IIRC. Run it and see ? no ?
Aussi haut que l’on soit assis, on n’est toujours assis que sur son cul !!!
Doxygen is a terrific tool to create html and pdf documentation from inline
comments.
http://www.stack.nl/~dimitri/doxygen/
It uses perl, but also C, and libraries like Qt
I think we can do the port ourselves - this post only seeks for somebody who
has already done it, to save us some time
Thanks
Markus
“Alain Magloire” <alain@qnx.com> wrote in message
news:8oojt3$qbl$2@nntp.qnx.com…
Markus Loffler <> loffler@ces.clemson.edu> > wrote:
: Well I asked him, he doesn’t have any port of it.
: That doesn’t mean that nobody has done it yet
: MarkusI do not know what is doxigen but if it is a perl script
why do you need a port of if ? You just need perl.
Unless it requires a special version of perl or some sort of perl modules.
Perl 4,5 was ported to QNX4 IIRC. Run it and see ? no ?: “Fred” <> fprog@users.sourceforge.net> > wrote in message
: news:8ona5o$5gn$> 1@inn.qnx.com> …
:> Markus Loffler wrote in message <8omarj$jp5$> 1@inn.qnx.com> >…
:> >Is anyone aware of a doxygen port to qnx4 and/or the RTP?
:> >Thanks
:> >Markus
:
:
:> Ask dimitri about it, he probably doesn’t have any port of it,
:> but it’s mostly a perl script, so it shouldn’t be too difficult to
port.
:
:> > http://www.sourceforge.net/projects/doxygen
:
:> Fred.
:
:
\au revoir, alain
Aussi haut que l’on soit assis, on n’est toujours assis que sur son cul
!!!
Markus Loffler <loffler@ces.clemson.edu> wrote:
: Doxygen is a terrific tool to create html and pdf documentation from inline
: comments.
: http://www.stack.nl/~dimitri/doxygen/
Thanks for the ref.
: It uses perl, but also C, and libraries like Qt
Ha ! Ok.
: I think we can do the port ourselves - this post only seeks for somebody who
: has already done it, to save us some time
Happy hacking.
–
alain
Markus Loffler wrote:
Doxygen is a terrific tool to create html and pdf documentation from inline
comments.
http://www.stack.nl/~dimitri/doxygen/
It uses perl, but also C, and libraries like Qt
Qt 1.45 compiles right out of the box..
-Th
Alain Magloire wrote in message <8ooske$2ed$1@nntp.qnx.com>…
Markus Loffler <> loffler@ces.clemson.edu> > wrote:
: Doxygen is a terrific tool to create html and pdf documentation from
inline
: comments.
: > http://www.stack.nl/~dimitri/doxygen/Thanks for the ref.
: It uses perl, but also C, and libraries like Qt
Ha ! Ok.
: I think we can do the port ourselves - this post only seeks for somebody
who
: has already done it, to save us some timeHappy hacking.
Since it’s an open-source project, register a nick on sourceforge
and ask dimitri to add you to the programmer list,
so you can have access to all those bug tracker,
patch manager, task manager and further tools
available and release file download more easily.
I would REALLY enjoy having this tool on QNX/NTO,
since currently I have to tar source file and send them to Linux
to run Doxygen on them.
Fred.
Standard J2K Library for Embedded C++
http://j2k.sourceforge.net/
Previously, Alain Magloire wrote in qdn.public.porting:
Markus Loffler <> loffler@ces.clemson.edu> > wrote:
: Well I asked him, he doesn’t have any port of it.
: That doesn’t mean that nobody has done it yet
: MarkusI do not know what is doxigen but if it is a perl script
why do you need a port of if ? You just need perl.
Unless it requires a special version of perl or some sort of perl modules.
Perl 4,5 was ported to QNX4 IIRC. Run it and see ? no ?
It is ported to RTP too.
http://download.sourceforge.net/qnxfree/perl5.tgz
No problem to compile doxygen/doxysearch/doxytag on QRtP.
This script will say the platform is “qnx-g++” - it’s not correct but
it’s OK.
4. In the file tmake/lib/qnx-g++/tmake.conf you should replace the string
TMAKE_LIBS = -lunix
to the string
TMAKE_LIBS =
and run make
This is not the perfect way but it’s work.