Ludovic Rousseau schrieb: > 2009/5/28 erbalibera erbalibera <[email protected]>: >> sorry for the mistake. >> Here the first lines of the make output: >> Nabucodonosor muscletools-2.1.0.orig # make >> make all-recursive >> make[1]: Entering directory `/home/emanuele/Desktop/Old >> Stuff/muscletools-2.1.0.orig' >> Making all in man >> make[2]: Entering directory `/home/emanuele/Desktop/Old >> Stuff/muscletools-2.1.0.orig/man' >> make[2]: Nothing to be done for `all'. >> make[2]: Leaving directory `/home/emanuele/Desktop/Old >> Stuff/muscletools-2.1.0.orig/man' >> make[2]: Entering directory `/home/emanuele/Desktop/Old >> Stuff/muscletools-2.1.0.orig' >> if gcc -DPACKAGE_NAME=\"muscleTool\" -DPACKAGE_TARNAME=\"muscletool\" >> -DPACKAGE_VERSION=\"2.1.0\" -DPACKAGE_STRING=\"muscleTool\ 2.1.0\" >> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"muscletool\" -DVERSION=\"2.1.0\" >> -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 >> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 >> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 >> -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 >> -DHAVE_ATOI=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_FOPEN=1 -DHAVE_MEMCPY=1 >> -DHAVE_MEMSET=1 -DHAVE_SCANF=1 -DHAVE_SNPRINTF=1 -DHAVE_STRDUP=1 >> -DHAVE_STRTOUL=1 -DHAVE_PTHREAD=1 -DVERSION2=1 -I. -I. -O2 -march=i686 >> -pipe -g -O2 -MT muscleTool-muscleTool.o -MD -MP -MF >> ".deps/muscleTool-muscleTool.Tpo" -c -o muscleTool-muscleTool.o `test -f >> 'muscleTool.c' || echo './'`muscleTool.c; \ >> then mv -f ".deps/muscleTool-muscleTool.Tpo" >> ".deps/muscleTool-muscleTool.Po"; else rm -f >> ".deps/muscleTool-muscleTool.Tpo"; exit 1; fi >> muscleTool.c: In function 'doSetStatus': >> muscleTool.c:402: error: 'MSC_SERIALNUMBER_SIZE' undeclared (first use in >> this function) >> muscleTool.c:402: error: (Each undeclared identifier is reported only once >> muscleTool.c:402: error: for each function it appears in.) >> muscleTool.c:406: error: 'MSC_TAG_STATE_SERIAL_NUMBER' undeclared (first use >> in this function) >> muscleTool.c:407: error: 'MSC_SERIAL_ERROR' undeclared (first use in this >> function) >> muscleTool.c:424: error: 'MSC_TOKENLABEL_SIZE' undeclared (first use in this >> function) >> muscleTool.c:428: error: 'MSC_TAG_STATE_TOKEN_LABEL' undeclared (first use >> in this function) >> muscleTool.c:429: error: 'MSC_LABEL_ERROR' undeclared (first use in this >> function) > > I can reproduce the problem. It looks like the latest available > version of libmusclecard does not support version2. > > This version of muscletools has been written by Karsten Ohme (in Cc:). > Maybe he can help. > > Bye > Hi,
Have you run ./configure before? use -disable-version2. Actually it should not be enabled by default. This works only with a an branch of musclecard not in the main musclecard development. BR, Karsten _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
