RE: Error compiling QLinPac;

2000-04-25 Thread Jochen Kmietsch

Hello Herbert !

On 24-Apr-2000 Herbert Heitzmann wrote concerning Error compiling QLinPac;:
 I tried to compile QLinPac V 0.13. The configure-routine ended successful,
 but
 running the make-command an error occured! Can anyone help me? The output of
 "make" is enclosed as attachment. 

Argh !  Same happened to me.  Faulty QT includes, I guess, you need to update
the QT library.  Hope you have more luck than me, I updates but I guess not far
enough.  Have to look into that again some time...  S.b. wrote me that some
1.4x version has broken include files.

Has anybody else any clues ?

Jochen
-- 
"Science is organized knowledge. Wisdom is organized life."
- Immanuel Kant (1724-1804)




Error compiling QLinPac;

2000-04-24 Thread Herbert Heitzmann

Dear colleagues!

I tried to compile QLinPac V 0.13. The configure-routine ended successful, but
running the make-command an error occured! Can anyone help me? The output of
"make" is enclosed as attachment. 

I'm using SuSE Linux V 6.3 (Kernel 2.2.13 / KDE 1.1.2).

pse mails to [EMAIL PROTECTED] tnx!!!

73 + 55 de Herbert (OE2HHN)


make  all-recursive
make[1]: Entering directory `/home/oe2hhn/QLinPac-0.13'
Making all in src
make[2]: Entering directory `/home/oe2hhn/QLinPac-0.13/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -funsigned-char -I/usr/lib/qt/include -c qlinpac.cpp
/usr/lib/qt/include/qcstring.h: In function `uint cstrlen(const char *)':
In file included from qchndialog.h:25,
 from qctrlwidget.h:37,
 from qlinpac.cpp:23:
/usr/lib/qt/include/qcstring.h:72: redefinition of `uint cstrlen(const char *)'
/usr/lib/qt/include/qstring.h:70: `uint cstrlen(const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `uint qstrlen(const char *)':
/usr/lib/qt/include/qcstring.h:75: redefinition of `uint qstrlen(const char *)'
/usr/lib/qt/include/qstring.h:73: `uint qstrlen(const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `char * cstrcpy(char *, const char *)':
/usr/lib/qt/include/qcstring.h:81: redefinition of `char * cstrcpy(char *, const char *)'
/usr/lib/qt/include/qstring.h:79: `char * cstrcpy(char *, const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `char * qstrcpy(char *, const char *)':
/usr/lib/qt/include/qcstring.h:84: redefinition of `char * qstrcpy(char *, const char *)'
/usr/lib/qt/include/qstring.h:82: `char * qstrcpy(char *, const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `int cstrcmp(const char *, const char *)':
/usr/lib/qt/include/qcstring.h:92: redefinition of `int cstrcmp(const char *, const char *)'
/usr/lib/qt/include/qstring.h:90: `int cstrcmp(const char *, const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `int qstrcmp(const char *, const char *)':
/usr/lib/qt/include/qcstring.h:95: redefinition of `int qstrcmp(const char *, const char *)'
/usr/lib/qt/include/qstring.h:93: `int qstrcmp(const char *, const char *)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `int cstrncmp(const char *, const char *, uint)':
/usr/lib/qt/include/qcstring.h:101: redefinition of `int cstrncmp(const char *, const char *, uint)'
/usr/lib/qt/include/qstring.h:99: `int cstrncmp(const char *, const char *, uint)' previously defined here
/usr/lib/qt/include/qcstring.h: In function `int qstrncmp(const char *, const char *, uint)':
/usr/lib/qt/include/qcstring.h:104: redefinition of `int qstrncmp(const char *, const char *, uint)'
/usr/lib/qt/include/qstring.h:102: `int qstrncmp(const char *, const char *, uint)' previously defined here
/usr/lib/qt/include/qcstring.h: At top level:
/usr/lib/qt/include/qcstring.h:130: `QArrayTchar' specified as declarator-id
/usr/lib/qt/include/qcstring.h:130: multiple declarations `int' and `QArrayTchar'
/usr/lib/qt/include/qcstring.h:130: conflicting types for `typedef int QArrayTchar'
/usr/lib/qt/include/qstring.h:147: previous declaration as `class QArrayTchar'
/usr/lib/qt/include/qcstring.h:149: `int' is not an aggregate type
/usr/lib/qt/include/qcstring.h: In method `QCString::QCString(const class QCString )':
/usr/lib/qt/include/qcstring.h:153: type `int' is not an immediate basetype for `QCString'
/usr/lib/qt/include/qcstring.h: In method `class QCString  QCString::operator =(const class QCString )':
/usr/lib/qt/include/qcstring.h:242: warning: implicit declaration of function `int assign(...)'
/usr/lib/qt/include/qcstring.h:242: warning: cannot pass objects of type `QCString' through `...'
/usr/lib/qt/include/qcstring.h:242: warning: initializing non-const `QCString ' with `int' will use a temporary
/usr/lib/qt/include/qcstring.h:242: warning: returning reference to temporary
/usr/lib/qt/include/qcstring.h: In method `class QCString  QCString::operator =(const char *)':
/usr/lib/qt/include/qcstring.h:245: warning: implicit declaration of function `int duplicate(...)'
/usr/lib/qt/include/qcstring.h:245: warning: initializing non-const `QCString ' with `int' will use a temporary
/usr/lib/qt/include/qcstring.h:245: warning: returning reference to temporary
/usr/lib/qt/include/qcstring.h: In method `bool QCString::isNull() const':
/usr/lib/qt/include/qcstring.h:248: warning: implicit declaration of function `int data(...)'
/usr/lib/qt/include/qcstring.h: In method `bool QCString::isEmpty() const':
/usr/lib/qt/include/qcstring.h:251: invalid type argument of `unary *'
/usr/lib/qt/include/qcstring.h:251: warning: control reaches end of non-void function `QCString::isEmpty() const'
/usr/lib/qt/include/qcstring.h: In method `uint QCString::length() const':
/usr/lib/qt/include/qcstring.h:254: warning: passing `int' to argument 1 of `qstrlen(const char *)' lacks a cast