[Bug c++/41420] Command-line defines(-D) are not working with include(-I)
--- Comment #2 from smal dot root at gmail dot com 2009-09-20 17:30 --- I correct clock, restart Xorg and everything work... Its good. Sorry -- smal dot root at gmail dot com changed: What|Removed |Added
[Bug c++/41420] Command-line defines(-D) are not working with include(-I)
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-09-20 16:41 --- That is not the file you are compiling as it is not valid C++. I bet on a pilot error, something is included from that directory and undefining SOME64 again. -- rguenth at gcc dot gnu dot org changed: