| Does that ring a bell?

Unfortunately not.

We should perhaps try to find a reduced testcase that also fails.

---
#include <boost/cstdint.hpp>

int main() {
}
---


Is that enouthg to trigger it?

put the file in a lyx topdir and compile with g++ -W -Wall -Iboost -c
-o test.o test.C

$ cd <lyx-top dir> $ cat test.C #include <boost/cstdint.hpp> int main() { return 0; } $ g++33 -W -Wall -Iboost -c -o test.o test.C $

Apparently, no problem!

I hope that gives a hint, does it?

Rob.




Reply via email to