Re: C++ does not support long long: QCAD

2006-03-18 Thread H S Rai
Today at 11:28am +0100 Joerg Beyer wrote: > What version of g++ are you using? g++ (GCC) 3.3.6 (Debian 1:3.3.6-10) > #include > using namespace std; > int main(int, char **) { > long long i=42L; It compiles your test program absolutely fine. Thanks for your response. -- H.S.

Re: C++ does not support long long: QCAD

2006-03-18 Thread Joerg Beyer
H S Rai wrote: > I was trying to compile QCAD, but got following error that ISO C++ does > not support `long long`. What will be way to compile it on Debian system? > > --- > In file included from /usr/include/qt3/qobjectdefs.h:42, > from /usr/include/q