Issue 11478 - W32-tcsh - autodoc cannot find the path for the files to be parsed
Summary: W32-tcsh - autodoc cannot find the path for the files to be parsed
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 644
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: jsc
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-14 10:11 UTC by quetschke
Modified: 2005-05-17 12:32 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Use $(WRAPCMD) (587 bytes, patch)
2003-02-14 10:20 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2003-02-14 10:11:12 UTC
autodoc cannot find the path for the files to be parsed in module udkwww.

From the logfile:
------
echo "UDK 3.1.0 c/C++ API Reference"
UDK 3.1.0 c/C++ API Reference
/w1/cws_srx644_ooo20030223cyg/solver/644/wntmsci7.pro/bin/autodoc -html
../wntmsci7.pro/misc/udk3.1.0/docs/cpp/ref -name "UDK 3.1.0 c/C++ API Reference"
-lg c++         -p sal /w1/cws_srx644_ooo20030223cyg/solver/644/wntmsci7.pro/inc
-t sal -t osl -t rtl         -p store
/w1/cws_srx644_ooo20030223cyg/solver/644/wntmsci7.pro/inc -t store         -p
registry /w1/cws_srx644_ooo20030223cyg/solver/644/wntmsci7.pro/inc -t registry 
       -p cppu /w1/cws_srx644_ooo20030223cyg/solver/644/wntmsci7.pro/inc -t cppu
-t com -t typelib -t uno         -p cppuhelper
/w1/cws_srx644_ooo20030223cyg/solver/644/wntmsci7.pro/inc -t cppuhelper        
-p bridges /w1/cws_srx644_ooo20030223cyg/solver/644/wntmsci7.pro/inc -t bridges

Autodoc version 2.2.1
---------------------

Parsing the repository UDK 3.1.0 c/C++ API Reference ...
Error: The path for the files to be parsed could not be found.
Error: The path for the files to be parsed could not be found.
....
------

$(WRAPCMD) is missing in udkwww/util/makefile.mk
Comment 1 quetschke 2003-02-14 10:20:51 UTC
Created attachment 4727 [details]
Use $(WRAPCMD)
Comment 2 quetschke 2003-02-14 10:33:43 UTC
guw.pl will propably mangle the

-name "UDK 3.1.0 c/C++ API Reference"

line.
Comment 3 quetschke 2003-02-14 12:45:53 UTC
The W32-tcsh build just passed udkwww, but
 "UDK 3.1.0 c/C++ API Reference"
was translated to:

Parsing the repository UDK 3.1.0 c\C++ API Reference ...
----------------------------------^  ;-)
......76 files found to parse in project sal.
Parse
E:\w1\cws_srx644_ooo20030223cyg\solver\644\wntmsci7.pro\inc\sal\config.h
...
Comment 4 hjs 2003-02-17 14:30:10 UTC
please check...
Comment 5 jsc 2003-02-18 15:35:37 UTC
i have insert this wrapper for autodoc in my cws jsc1 (srx644). Can't
do any further tests.
Comment 6 jsc 2005-05-17 12:32:45 UTC
closed