[lvm-devel] error using the lvm library in C++

Dave Wysochanski dwysocha at redhat.com
Tue Jun 22 00:39:24 UTC 2010


On Mon, 2010-06-21 at 16:40 -0700, ben scott wrote:
> 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?
> 

Can you post your code?

Attached is a sample C++ hack that works for me with upstream lvm + dm
CVS.  Make sure you are pointing at the right header files and linking
to the correct libraries.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: masterlist.cpp
Type: text/x-c++src
Size: 812 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20100621/2b221678/attachment.bin>


More information about the lvm-devel mailing list