[aspectc-user] includes on command line

Marti Bayo-alemany malemany at nero.com
Wed Sep 7 19:19:48 CEST 2005


Hi all,

I have realised in Aspect C++ it is not possible to specify a big number of include directories.

The following command ...
ac++  --no_line -p ..\source   -e cpp --skip-bodies-non-prj --no_problem_spec_scope --gnu-2.95 -d ..\source-ah -D_DEBUG -D_UNICODE -D__SYMBIAN32__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -D__DLL__ -
-I"C:\MySource\MobileNeroDigital\GapiDraw35\include\symbian"   
-I"..\include" -I"C:\Symbian\7.0s\Series60_v20\Epoc32\include\libc" 
-I"C:\Symbian\7.0s\Series60_v20\Epoc32\include\"
-I"C:\MySource\MobileNeroDigital\neroplayer\nero_gui\Common" 

Doesn't recognize the headers on 

-I"C:\MySource\MobileNeroDigital\neroplayer\nero_gui\Common" 

However with that command...
ac++  --no_line -p ..\source   -e cpp --skip-bodies-non-prj --no_problem_spec_scope --gnu-2.95 -d ..\source-ah -D_DEBUG -D_UNICODE -D__SYMBIAN32__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -D__DLL__ -
-I"C:\MySource\MobileNeroDigital\neroplayer\nero_gui\Common" 
-I"C:\MySource\MobileNeroDigital\GapiDraw35\include\symbian"   
-I"..\include" -I"C:\Symbian\7.0s\Series60_v20\Epoc32\include\libc" 
-I"C:\Symbian\7.0s\Series60_v20\Epoc32\include\"

The headers on ...

-I"C:\MySource\MobileNeroDigital\neroplayer\nero_gui\Common" 

are found.

any idea ?
Best wishes,
Marti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20050907/1718dc45/attachment.html>


More information about the aspectc-user mailing list