bug in compiling v129
stephane frenot
stephane.frenot at ...47...
Tue Sep 14 09:52:32 CEST 2010
- Hello I have this bug, when compiling genode : arch : x86_64
Program server/iso9660/iso9660
COMPILE iso9660.o
/opt/genode/os/src/server/iso9660/iso9660.cc: In function ‘void
Iso::init()’:
/opt/genode/os/src/server/iso9660/iso9660.cc:484: erreur: no matching
function for call to ‘Block::Connection::info(unsigned int*,
Genode::size_t*, Block::Session::Operations*)’
/opt/genode/os/include/block_session/client.h:53: note: candidats sont:
virtual void Block::Session_client::info(Genode::size_t*, Genode::size_t*,
Block::Session::Operations*)
make[2]: *** [iso9660.o] Erreur 1
- For the moment, I changed line 484 :
Index: iso9660.cc
===================================================================
--- iso9660.cc (révision 129)
+++ iso9660.cc (copie de travail)
@@ -479,7 +479,8 @@
Sector::_blk = &_blk;
Sector::_source = _blk.tx();
- unsigned blk_cnt = 0;
+ //unsigned blk_cnt = 0;
+ Genode::size_t blk_cnt=0;
Block::Session::Operations ops;
_blk.info(&blk_cnt, &Sector::_blk_size, &ops);
}
/stephane
--
http://perso.citi.insa-lyon.fr/sfrenot
work here : http://tinyurl.com/2ts4xf
sleep here : http://tinyurl.com/33p2gt
play here : http://tinyurl.com/3yarjz
---
Stephane Frenot
Université de Lyon, INRIA
INSA-Lyon, CITI, F-69621, France
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genode.org/pipermail/users/attachments/20100914/30127083/attachment.html>
More information about the users
mailing list