Open GoogleCodeExporter opened 9 years ago
I have just tested with a fresh clone and cannot reproduce this issue. I
suspect the problem is somehow unique to your clone. I suggest creating a new
one and see if the problem persists.
Thanks for reporting this so quickly, though; that would be a problem if it
were common =]
Original comment by taxilian
on 16 Sep 2010 at 5:28
I can reproduce it with clean copy ...
Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386 i386
Original comment by bignikita
on 16 Sep 2010 at 7:04
Can anyone else reproduce this issue? I need to know how prevalent this
problem is, if it is serious enough to justify creating a new release for.
Original comment by taxilian
on 16 Sep 2010 at 7:07
Sounds like BOM (Byte Order Mark) at the beginning on some files is screwing
things up on Mac. I suspect the reason why we never caught it has something to
do with gcc version; bignikita here appears to be using gcc 4.0 whereas I use
gcc 4.2.
Original comment by kalevlember@gmail.com
on 16 Sep 2010 at 7:21
I can't reproduce this using:
* i686-apple-darwin10-g++-4.2.1
* Darwin Kernel Version 10.4.0; root:xnu-1504.7.4~1/RELEASE_I386 i386
Maybe its due to using GCC 4.0?
Original comment by georg.fritzsche
on 16 Sep 2010 at 7:21
I found two files that have BOM:
src/unittest-cpp/UnitTest++/UnitTest++.vsnet2005.sln
examples/FBTestPlugin/FBTestPluginAPI.cpp
Removed it from the .cpp file (the .sln file is not used in Firebreath build
and Visual Studio probably likes BOMs):
http://code.google.com/p/firebreath/source/detail?r=cf16b6749ca03d6f250c56f206d3
efd2d07e5c37
Original comment by kalevlember@gmail.com
on 16 Sep 2010 at 7:34
Thanks, Kalev. We'll put that in the nightly and wait to put out a release to
see if any more bugs surface or if more people notice, since it only affects a
small percentage of our userbase.
thanks for catching that, Nikita, and Kalev for doing the fix.
Original comment by taxilian
on 16 Sep 2010 at 7:52
I can confirm that this issue affects system version gcc-4.0. With gcc-4.2
compilation is successful
Original comment by bignikita
on 16 Sep 2010 at 8:04
Original issue reported on code.google.com by
bignikita
on 16 Sep 2010 at 6:45