Joe Villari wrote: > My latest error: > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/lib/qt3-gcc2.95/include > -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 > -fno-exceptions -fno-check-new -c -o multiline.o `test -f > 'multiline.cpp' || echo './'`multiline.cpp > multiline.cpp: In method `void MultiLine::updatePreview()': > multiline.cpp:168: no matching function for call to > `QValueVector<singleLine>::count ()' > multiline.cpp: In method `void MultiLine::reSort()': > multiline.cpp:248: `Iterator' is not a member of type > `QValueVector<singleLine>' > multiline.cpp:248: parse error before `;' > multiline.cpp:249: `it3' undeclared (first use this function) > multiline.cpp:249: (Each undeclared identifier is reported only once > multiline.cpp:249: for each function it appears in.) > multiline.cpp:259: `Iterator' is not a member of type > `QValueVector<singleLine>' > multiline.cpp:259: parse error before `;' > multiline.cpp:261: `it2' undeclared (first use this function) > multiline.cpp: In method `void MultiLine::RebuildList()': > multiline.cpp:283: `Iterator' is not a member of type > `QValueVector<singleLine>' > multiline.cpp:283: parse error before `;' > multiline.cpp:285: `it' undeclared (first use this function) > multiline.cpp: In method `void MultiLine::NewSubLine()': > multiline.cpp:338: `Iterator' is not a member of type > `QValueVector<singleLine>' > multiline.cpp:338: parse error before `;' > multiline.cpp: In method `void MultiLine::DelSubLine()': > multiline.cpp:360: no matching function for call to > `QValueVector<singleLine>::count ()' > multiline.cpp:363: `Iterator' is not a member of type > `QValueVector<singleLine>' > multiline.cpp:363: parse error before `;' > make[3]: *** [multiline.o] Error 1 > make[3]: Leaving directory `/home/joev/scribus-0.9.11.1/scribus' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/joev/scribus-0.9.11.1/scribus' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/joev/scribus-0.9.11.1' > make: *** [all] Error 2 > [joev at localhost scribus-0.9.11.1]$
I've uploaded again a new tarball which should work now, everything is now according to the Qt-3.0.x docs. If you're using Qt-3.0.x replace the calls to multiLine::Iterator with multiLine::iterator on line 259, 283, 338 and line 363 of the File multiline.cpp Best Regards, Franz Schmid
