Opened 19 years ago
Closed 19 years ago
#917 closed defect (invalid)
1.0rc2 fails to compile on Solaris 11/06
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | important | Component: | build system |
| Version: | HEAD | Severity: | critical |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
I'm testing MPlayer-1.0rc2. I get a gmake compilation failure on Solaris.
I used "./configure --prefix=/opt/csw --enable-gui --enable-menu --enable-debug --enable-crash-debug --enable-largefiles --enable-xvmc --enable-3dfx --enable-mlib".
# uname -a
SunOS bluewhirl 5.10 Generic_127112-01 i86pc i386 i86pc
To trace the error I configured mplayer simply as "./configure" and still the problem persists.
Attachments (3)
Change History (10)
by , 19 years ago
comment:1 by , 19 years ago
comment:2 by , 19 years ago
comment:3 by , 19 years ago
comment:4 by , 19 years ago
| attachments.mimetype: | application/octet-stream → text/plain |
|---|
comment:5 by , 19 years ago
| Status: | new → assigned |
|---|
This makes no sense, you must have disabled MMX. Please show me your config.h and config.mak.
comment:6 by , 19 years ago
(In reply to comment #4)
This makes no sense, you must have disabled MMX. Please show me your config.h
and config.mak.
I haven't disabled MMX.
But I found '--disable-mmx' solves this bug. But what about the mmx optimizations? 'No' for solaris?
comment:7 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
| Summary: | MPlayer compilation fails on Solaris 11/06 → 1.0rc2 fails to compile on Solaris 11/06 |
The error message indicated that MMX was disabled on your system since the missing definitions are protected by HAVE_MMX in dsputil.h. Something must be broken on your side. I'm marking this bug as INVALID until you can convince me otherwise.

"./configure" output