faq.xml, on line245 tells to install inttypes.h in case it's missing. It event provides a link http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h Problem is, that link doesn't work. Where is the file, so FAQ can be fixed? Torinthiel -- Waclaw "Torinthiel" Schiller GG#: 542916, 3073512 torinthiel(at)megapolis(dot)pl gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8 7346 2B6E 39F2 B069 01F1 "No classmates may be used during this examination"
Hi,
http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h Problem is, that link doesn't work. Where is the file, so FAQ can be fixed?
MPlayer source, in the etc dir. Greetings, Reimar Döffinger
Reimar Döffinger writes:
http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h Problem is, that link doesn't work. Where is the file, so FAQ can be fixed?
MPlayer source, in the etc dir.
Umm, no, not really, that one is a minimal inttypes.h for libc5 systems: // fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h> I believe this FAQ entry is completely outdated. Are there any systems without inttypes.h left? Diego
On Sunday 07 November 2004 19:26, Diego Biurrun wrote:
I believe this FAQ entry is completely outdated. Are there any systems without inttypes.h left?
I don't know what the meaning of the inttypes.h exactly is, but you might be interestet in the following:
./configure Detected operating system: SunOS Detected host architecture: sparc Checking for cc version ... Ein C-Compiler kann mit dem Kommando /opt/rbi/gnu/bin/gcc oder mit /opt/rbi/devpro/SUNWspro/bin/cc aufgerufen werden.
Im Verzeichnis /opt/rbi/devpro/SUNWspro/bin sind auch weitere Compiler wie f77, f90, pc., bad Checking for gcc version ... 2.95.2, ok Checking for mplayer binary name ... mplayer Checking for extra headers ... none Checking for extra libs ... none Checking for i18n ... no Checking for setlocale() ... no Checking for iconv ... no Checking for langinfo ... no Checking for language ... using en (man pages: en) Checking for enable sighandler ... yes Checking for runtime cpudetection ... no Checking for restrict keyword ... none Checking for kstat ... no Checking for posix4 ... no Checking for lrintf ... no Checking for nanosleep ... no Checking for socklib ... no Checking for inet_pton() ... no (=> i'll try inet_aton next) Checking for inet_aton() ... no (=> network support disabled) Checking for inttypes.h (required) ... no Checking for bitypes.h (inttypes.h predecessor) ... Error: Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html).
Check "configure.log" if you do not understand why it failed.
uname -ar SunOS kojak 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10
What a coincidence that we were talking about Sun computers last time we both met.. ;) Sebastian PS: didn't try from cvs yet. this configure was from the latest (pre5?)-tarball
On Sunday 07 November 2004 22:20, Sebastian Krämer wrote:
... PS: didn't try from cvs yet. this configure was from the latest (pre5?)-tarball
CVS failed with the same error message. Don't know if it could work with a newer SunOS though, I don't have access to another Sun machine.. Sebastian
On Sunday, 07 November 2004 at 22:31, Sebastian Krämer wrote:
On Sunday 07 November 2004 22:20, Sebastian Krämer wrote:
... PS: didn't try from cvs yet. this configure was from the latest (pre5?)-tarball
CVS failed with the same error message. Don't know if it could work with a newer SunOS though, I don't have access to another Sun machine..
Last time I checked (around pre4) it did work on Solaris 9. I'll try to re-check today and report back. -- MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer/ "I am Grey. I stand between the candle and the star. We are Grey. We stand between the darkness ... and the light." -- Delenn in Grey Council in Babylon 5:"Babylon Squared"
Sebastian Krämer writes:
On Sunday 07 November 2004 19:26, Diego Biurrun wrote:
I believe this FAQ entry is completely outdated. Are there any systems without inttypes.h left?
I don't know what the meaning of the inttypes.h exactly is, but you might be interestet in the following:
./configure Detected operating system: SunOS Detected host architecture: sparc Checking for cc version ... Ein C-Compiler kann mit dem Kommando /opt/rbi/gnu/bin/gcc oder mit /opt/rbi/devpro/SUNWspro/bin/cc aufgerufen werden.
Im Verzeichnis /opt/rbi/devpro/SUNWspro/bin sind auch weitere Compiler wie f77, f90, pc., bad Checking for gcc version ... 2.95.2, ok [...] Checking for inttypes.h (required) ... no Checking for bitypes.h (inttypes.h predecessor) ... Error: Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html).
Check "configure.log" if you do not understand why it failed.
uname -ar SunOS kojak 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10
That's Solaris 8, but that machine simply does not have a complete development environment on it, just have a look at /usr/include/ and how almost nothing is in there. Is there any usable Sun machine still left in the computer pool? Diego
On Wednesday 12 January 2005 14:38, Diego Biurrun wrote:
Sebastian Krämer writes:
uname -ar
SunOS kojak 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10
That's Solaris 8, but that machine simply does not have a complete development environment on it, just have a look at /usr/include/ and how almost nothing is in there.
Yes, right.. I didn't notice that (so I guess we can't really say if mplayer compiled/worked well on solaris :-( )
Is there any usable Sun machine still left in the computer pool?
Kojak is probably the last one in use (it's the same I tried for compiling regarding my previous post). Also, I imagine that it might be shut down in the near future as its work as a printing server is done (they installed a linux machine which works as a cups server). I quit the job in the pool but I could ask someone if it's possible to install some header files, since it's for 'educational use' ;) Sebastian
Diego Biurrun writes:
Reimar Döffinger writes:
http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h Problem is, that link doesn't work. Where is the file, so FAQ can be fixed?
MPlayer source, in the etc dir.
Umm, no, not really, that one is a minimal inttypes.h for libc5 systems:
// fallback if the user doesn't have inttypes.h (libc5 systems)
#include <sys/bitypes.h>
I believe this FAQ entry is completely outdated. Are there any systems without inttypes.h left?
Unless somebody protests I will remove that FAQ entry for being outdated, along with some other ancient FAQ entries. Diego
On Wednesday 12 January 2005 16:25, Diego Biurrun wrote:
Diego Biurrun writes:
#include <sys/bitypes.h>
I believe this FAQ entry is completely outdated. Are there any systems without inttypes.h left?
Unless somebody protests I will remove that FAQ entry for being outdated, along with some other ancient FAQ entries.
Some thing in the configure script seems to be outdated as well since it links to a non-existing file:
die "Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/$_doc_lang/faq.html
along with some other entries (see `grep "DOCS/HTML" configure`) I don't know if that issue belongs to the developers' or the documentation section, but I guess it's the latter. Sebastian
Sebastian Krämer writes:
Some thing in the configure script seems to be outdated as well since it links to a non-existing file:
die "Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/$_doc_lang/faq.html
along with some other entries (see `grep "DOCS/HTML" configure`)
Huh? Those are the generated HTML files.. Diego
On Wednesday 12 January 2005 17:07, Diego Biurrun wrote:
Sebastian Krämer writes:
DOCS/HTML/$_doc_lang/faq.html
along with some other entries (see `grep "DOCS/HTML" configure`)
Huh? Those are the generated HTML files..
Ok, yes. I just had not generated the HTML documentation. Sorry. Sebastian
participants (5)
-
Diego Biurrun -
Dominik 'Rathann' Mierzejewski -
Reimar Döffinger -
Sebastian Krämer -
Torinthiel