[Webkit-unassigned] [Bug 20105] The preprocessor is assumed not detected for IDL parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 19 08:46:56 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20105





------- Comment #4 from connor.behan at gmail.com  2008-07-19 08:46 PDT -------
Well without the patch, the preprocessor will always be "/usr/bin/gcc -E -P -x
c++" which only works if gcc is in /usr/bin, so it can never work on windows
for instance. Autotools is supposed to detect the preprocessor and store it in
$CPP so it would be great if the patch could just use --preprocessor $(CPP).
But I think autotools detecs the C preprocessor not the C++ one, so extra flags
need to be added. Fixing the bug as to what preprocessor is detected would be
the best solution but I have no idea how to do that.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list