Summary: | render2.c: In function '__indirect_glMap1d' | ||
---|---|---|---|
Product: | Mesa | Reporter: | Henry <henry_rosario_gonzalez> |
Component: | GLX | Assignee: | mesa-dev |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | blocker | ||
Priority: | medium | CC: | cworth, idr |
Version: | 9.1 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Solaris | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=76489 | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Henry
2013-08-04 11:21:30 UTC
Are you building from GIT or from the 9.1.6 release tarball? Does this occur with 9.1.5? What options are you passing to configure? from the tarball. ./configure --prefix=/local PYTHON2=/local/bin/python2.7 ok, to compile src/glc I did the following.. bash-4.2$ make -C src/glx clean. bash-4.2$ make -CFLAGS=-D__GNU__ -C src/glx ... and there are more fails, but compiling independently each folder that fail with "CFLAGS=-D__GNUC__" you can succeed. was very difficult to compile Mesalib on solaris i86pc platform. ok, to compile src/glx I did the following.. bash-4.2$ make -C src/glx clean. bash-4.2$ make -CFLAGS=-D__GNU__ -C src/glx ... and there are more fails, but compiling independently each folder that fail with "CFLAGS=-D__GNUC__" you can succeed. was very difficult to compile Mesalib on solaris i86pc platform. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/91. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.