[Mesa-dev] [Bug 88523] sha1.c:37: error: 'SHA1_CTX' undeclared (first use in this function)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 17 03:38:40 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88523

José Fonseca <jfonseca at vmware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfonseca at vmware.com

--- Comment #4 from José Fonseca <jfonseca at vmware.com> ---
I think that for src/util either we:

- name headers as prefix_foo.h and include them as

  include "prefix_foo.h"

- or we always include the directory name

  include "util/foo.h"

Naming headers as foo.h and including as "foo.h" is bound to cause conflicts.


I also think that util might not be a good prefix for this.  I'd suggest we
rename src/util to for exmaple src/cgr -- for "common graphics runtime".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150117/99573c21/attachment.html>


More information about the mesa-dev mailing list