Menu

#16 won't compile

open
None
5
2012-01-12
2012-01-09
k4l3l
No

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 ?

Discussion

  • Duilio J. Protti

    • assigned_to: nobody --> dprotti
    • status: open --> pending
     
  • Duilio J. Protti

    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)

     
  • k4l3l

    k4l3l - 2012-01-12

    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.

     
  • k4l3l

    k4l3l - 2012-01-12
    • status: pending --> open
     

Log in to post a comment.

MongoDB Logo MongoDB