that error is solved but again i am getting the following error while installing XCardII in muscleframe:
xcardPersonalizeData.cpp: In constructor
`xcardPersonalizeData::xcardPersonalizeData(QWidget*, const char*)':
xcardPersonalizeData.cpp:43: `CharSet' is not a member of type `QFont'
xcardPersonalizeData.cpp:43: parse error before numeric constant
xcardPersonalizeData.cpp:220: no matching function for call to `QSpinBox::
setFrameStyle(int)'
xcardPersonalizeData.cpp:221: no matching function for call to `QSpinBox::
setLineWidth(int)'
xcardPersonalizeData.cpp:222: no matching function for call to `QSpinBox::
setMidLineWidth(int)'
xcardPersonalizeData.cpp:223: no matching function for call to `QSpinBox::
setMargin(int)'
make: *** [xcardPersonalizeData.o] Error 1
can anyone please tell me what is to be done?is this error is because of dislocation of qt libraries or something else.
kindly suggest me.
thanks
regards
vigya
-----------------------Original Message-------------------------
From : Bruce Barnett <[EMAIL PROTECTED]>
To : [EMAIL PROTECTED]
Sent Date : Tue 19 October 2004 [7:58:33 PM]
Subject : Re: [Muscle] error in XCardII
>
>
> >xcardMain.h:20:24: musclecard.h: No such file or directory
>
> Step 1) look for the file both in your source tree, and where you install it (example: /usr/local)
>
> find /usr/local -name musclecard.h
>
>
>
> If it's in the source tree, and not in the install directory (for example, /use/local/include) then you have to install it.
>
>
>
> If it's in the install directory, then you probably don't have it in your makefile.
>
> For instance, if it's in /usr/local/include/PCSC/musclecard.h
>
> then you need a -I/usr/local/include/PCSC/
> in your make file. Likewise if you are missing a library, you need a -L option.
>
>
>
> As [EMAIL PROTECTED] said in the last message:
>
> >INC = -I/usr/local/include -I. -I/usr/local/pcsc/include/PCSC
> >LIBS = -lpcsclite -L/usr/local/pcsc/lib -lpthread -lpam -lcrypto
>
>
> In my copy of XCard, here is my diff:
>
> diff -u Makefile makefile
> --- Makefile 2003-09-07 14:42:58.000000000 -0400
> +++ makefile 2004-08-23 14:32:14.000000000 -0400
> @@ -1,13 +1,14 @@
> # by default install in /usr/local
> ifeq ($(DESTDIR),)
> -DESTDIR=/usr/local
> +DESTDIR=/local/pcsc
> endif
>
> MOC = /usr/bin/moc
> CPP = g++ -fPIC -g -Wall
> +QT=/usr/lib/qt-3.1
> DEFS= -DMSC_TARGET_UNIX -DQT_THREAD_SUPPORT -D_REENTRANT
> -INC = -I/usr/include/qt3
> -LIBS = -L/usr/lib/qt2/lib -lqt -lmusclecard -lpthread
> +INC = -I${QT}/include -I/local/pcsc/include/PCSC
> +LIBS = -L${QT}/lib -lqt -lmusclecard -lpthread -L/local/pcsc/lib
> OBJ = main.o xcardMain.o xcardMainMoc.o xcardMainData.o \
> xcardMainDataMoc.o xcardPersonalize.o \
> xcardPersonalizeData.o xcardPersonalizeMoc.o \
>
>
> _______________________________________________
> Muscle mailing list
> [EMAIL PROTECTED]
> http://lists.drizzle.com/mailman/listinfo/muscle
>
--------------------------------------------
Email in Indian languages.
This mail has been sent to you from http://webmail.idrbt.ac.in
<
DISCLAIMER:
This message is intended solely for the individual or entity to which it is addressed.This communication may contain information that is proprietary, privileged or confidential and otherwise legally exempt from disclosure. If you are not the named addressee,or have been inadvertently referenced in the address line, you are not authorized to read, print, retain, copy or disseminate this message or any part of it.If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message.Visit us at http://www.idrbt.ac.in./BODY>
_______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
