AMC Installation on Ubuntu 14.10

Added by benoit benedetti about 9 years ago

Hi,

I've installed AMC from source on a Ubuntu 14.10 with the following commands (and others dep packages):

hg clone --insecure https://bitbucket.org/auto-multiple-choice/auto-multiple-choice /src
cd /src 10 make version_files && make && make install

I can run AMC, but when i test it with the source file a teacher gave me, when i click "update the documents", AMC is giving me the following error:

Package xkeyval Error: `id' undefined in families `AMCOpen'

Do i need to install missing dependencies?

amc-id.png (96.4 kB)


Replies (8)

RE: AMC Installation on Ubuntu 14.10 - Added by Alexis Bienvenüe about 9 years ago

It seems that the problem comes from the source file, which uses the (unavailable) id parameter for AMCOpen.

RE: AMC Installation on Ubuntu 14.10 - Added by benoit benedetti about 9 years ago

Thank you for your fast answer.

The source file and id parameter are working with the teacher version of AMC.

Unfortunately i can't know its version(the about page is not showing it properly), but version which must be older than what i use i think.

Is the 'id' parameter an old one, which is obsolete in my version (1.2.2014.11201)?

RE: AMC Installation on Ubuntu 14.10 - Added by Alexis Bienvenüe about 9 years ago

Unfortunately i can't know its version

How did he install AMC?

Is the 'id' parameter an old one, which is obsolete in my version (1.2.2014.11201)?

I don't remember...

RE: AMC Installation on Ubuntu 14.10 - Added by Alexis Bienvenüe about 9 years ago

Can you post the source file, or the part of it with the id parameter used?

RE: AMC Installation on Ubuntu 14.10 - Added by benoit benedetti about 9 years ago

How did he install AMC?

Another person gave him a VM, AMC installed from source, but no version is showing in the About window (see image).

Can you post the source file, or the part of it with the id parameter used?

See attached txt file.

Sans_titre.png (2.7 MB)

RE: AMC Installation on Ubuntu 14.10 - Added by Alexis Bienvenüe about 9 years ago

It seems that you have to replace

**<lines=1,id=QO>

by

**<lines=1>[id=QO]

I don't know when the first syntax could be valid, sorry.

RE: AMC Installation on Ubuntu 14.10 - Added by benoit benedetti about 9 years ago

It's working, thank you!

May i ask you to delete the source.txt, i can't on my own.

RE: AMC Installation on Ubuntu 14.10 - Added by Alexis Bienvenüe about 9 years ago

May i ask you to delete the source.txt, i can't on my own.

No problem.

(1-8/8)