After dealing with all the lib dependencies, i thought it would finally compile, but nope :
main.c:40:2: erreur: unknown field ‘description’ specified in initializer
main.c:40:2: attention : initialization makes integer from pointer without a cast [enabled by default]
main.c:40:2: attention : (near initialization for ‘infinity_vp.magic’) [enabled by default]
main.c:43:2: attention : initialization from incompatible pointer type [enabled by default]
main.c:43:2: attention : (near initialization for ‘infinity_vp.init’) [enabled by default]
main.c:94:27: erreur: expected ‘)’ before ‘(’ token
main.c:82:13: attention : ‘dummy’ defined but not used [-Wunused-function]
Am i missing something here ?
I´m trying to reproduce this bug.
- What compiler and version have you used to compile the plugin?
- What flags have you passed to ./configure? (You can see them in the first lines of the generated 'config.log' file in top source directory)
Hi, thanks for dealing with this.
I run a fedora 16 system (3.1.6-1.fc16.i686.PAE)
I just ran ./configure with no arguments.
The compiler version :
$ make --version
GNU Make 3.82
Construit pour i386-redhat-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
Licence GPLv3+ : GNU GPL version 3 ou ultérieure <http://gnu.org/licenses/gpl.html>
Ceci est un logiciel libre : vous êtes autorisé à le modifier et à la redistribuer.
Il ne comporte AUCUNE GARANTIE, dans la mesure de ce que permet la loi.
thanks for your help.