Bug#607038: rheolef: missing include files

2011-01-03 Thread Miles Bader
hi, thanks for the reply -- I can now build correclty using your makefile. However, I also found another bug: it doesn't compile correctly with g++ 4.5 (it compiles OK with g++ 4.4). I'll file that bug separately. Thanks, -Miles -- Cat is power.  Cat is peace. -- To UNSUBSCRIBE, email to d

Bug#607038: rheolef: missing include files

2010-12-14 Thread Pierre Saramito
Hi Miles, Thank you for your interest to Rheolef ! The rheolef reference manual is sometimes out-of-date: please see the rheolef user's manual located, together with many examples, in the directory : rheolef-config --docdir rheolef-config --exampledir Here, please enter in r0.cc (the ref

Bug#607038: rheolef: missing include files

2010-12-13 Thread Miles Bader
Package: rheolef Version: 5.91-1 Severity: normal I tried to compile the following example from the rheolef manual: #include "rheolef/rheolef.h" void main () { geo g; cin >> g; cout << plotmtv << g; }