OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Re: [Muscle] error in XCardII

vsinghidrbt.ac.in
Date: Tue Oct 19 2004 - 23:41:14 CDT


thanks a lot.
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 <muscle040302grymoire.com>
To : musclelists.musclecard.com
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 mauriziocembalovirgilio.it 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
> Musclelists.musclecard.com
> 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 :
 sample Disclaimer

_______________________________________________
Muscle mailing list
Musclelists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle