All of lore.kernel.org
 help / color / mirror / Atom feed
* error using the lvm library in C++
@ 2010-06-21 23:40 ben scott
  2010-06-22  0:35 ` Alasdair G Kergon
  2010-06-22  0:39 ` Dave Wysochanski
  0 siblings, 2 replies; 3+ messages in thread
From: ben scott @ 2010-06-21 23:40 UTC (permalink / raw)
  To: lvm-devel

I am still running into trouble using the lvm library. Following the example 
in lvm2app.h I tried:


    dm_list *vgnames;
    lvm_str_list *strl;

    vgnames = lvm_list_vg_names( lvm_pointer );

    dm_list_iterate_items(strl, vgnames) {
        qDebug() << QString( strl->str );
    }

I get this error:

masterlist.cpp:83: error: ?typeof? was not declared in this scope
masterlist.cpp:83: error: expected primary-expression before ?)? token
masterlist.cpp:83: error: expected primary-expression before ?)? token
masterlist.cpp:83: error: expected ?)? before numeric constant
masterlist.cpp:83: error: expected ?)? before ?;? token
etc...

Is it coming from the file libdevmapper.h?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-22  0:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 23:40 error using the lvm library in C++ ben scott
2010-06-22  0:35 ` Alasdair G Kergon
2010-06-22  0:39 ` Dave Wysochanski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.