That didn't work for me.
I did manage to compile it without errors by using:
sed -i 's/-Wmissing-declarations/-Wmissing-declarations -lpthread/' 
<path_to_o2image_source>/Makefile

Thank you very much for your help!
:-)


I now have a new problem, I'm afraid...
When I execute ocfs2console I get this error:

Traceback (most recent call last):
  File "/sbin/ocfs2console", line 3, in <module>
    from ocfs2interface.about import process_args
ImportError: No module named ocfs2interface.about

After googling a bit, I found that about.py in 
/usr/local/lib/python2.6/site-packages/ocfs2interface
when it should be in /usr/lib/python2.6/site-packages/ocfs2interface as per the 
--libdir=/usr/lib flag in my build script.

----- Mensagem Original -----
De: Sunil Mushran <sunil.mush...@oracle.com>
Para: pica pica <pica6...@aeiou.pt>
Cc: ocfs2-users@oss.oracle.com
Enviado: Wed, 1 Dec 2010 05:43:09 +0000 (WET)
Assunto: Re: [Ocfs2-users] Compiling ocfs2-tools-1.6.3 on slackware64-13.1


>Edit o2image/Makefile and change "CFLAGS = .." to "CFLAGS += ...".

---------------------------------------------------

Venha conhecer o novo AEIOU: http://www.aeiou.pt

_______________________________________________
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
http://oss.oracle.com/mailman/listinfo/ocfs2-users

Reply via email to