- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gAIM 0.78
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 12:21 PM
06-18-2004 12:21 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 02:42 AM
06-21-2004 02:42 AM
Solutionhttp://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.80/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/bison-1.875/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/flex-2.5.4a/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/texinfo-4.7/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.14.1/
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.9.2/
http://hpux.cs.utah.edu/hppd/hpux/Languages/m4-1.4/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gawk-3.1.3/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.14.1/
http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/db-4.2.52/
http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.8.3/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/autoconf-2.59/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.3.2/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/pkgconfig-0.15.0/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Development/glib2-2.2.2/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/atk-1.2.4/
http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/expat-1.95.7/
http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.2.1/
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/freetype-2.1.4/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Development/fontconfig-2.2.0/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Development/glib-1.2.10/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Development/glib2-2.2.2/
http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/jpeg-6b/
http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/libpng-1.2.5/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/pango-1.2.3/
http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/tiff-3.5.7/
http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/xpm-3.4k/
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Development/gtk+2-2.2.2/
added the following lines to /usr/include/sys/socket.h at line 484
# ifndef _BSIZE_T
# define _BSIZE_T
# if defined(_APP32_64BIT_OFF_T) || defined(_KERNEL)
typedef int64_t sbsize_t; /* signed length in bytes */
typedef uint64_t bsize_t; /* unsigned length in bytes */
# else
typedef long sbsize_t;
typedef unsigned long bsize_t;
# endif
# endif /* _BSIZE_T */
should go just before:
extern sbsize_t sendfile __((int, int, off_t, bsize_t,
const struct iovec *, int));
extern sbsize_t sendpath __((int, char *, off_t, bsize_t,
const struct iovec *, int));
#if defined(_LARGEFILE64_SOURCE)
commented out line 32 of ./src/protocols/gg/libgg.h that references /* #include
I ran configure like this:
CPPFLAGS="-I/usr/local/include -D_INCLUDE_XOPEN_SOURCE_EXTENDED" LDFLAGS=-s ./configure
and then ran gmake and then gmake install
and it works!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 10:05 AM
06-21-2004 10:05 AM
Re: gAIM 0.78
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 10:07 AM
06-21-2004 10:07 AM
Re: gAIM 0.78
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 10:20 AM
06-21-2004 10:20 AM
Re: gAIM 0.78
It just sits there....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 01:13 AM
06-22-2004 01:13 AM
Re: gAIM 0.78
gmake distclean
then rerun configure
Did you load the depots and install them in the order I showed?
You are using 11.00 or 11.11, correct?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 03:30 AM
06-22-2004 03:30 AM
Re: gAIM 0.78
Do I have to install several of those twice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 05:37 AM
06-22-2004 05:37 AM
Re: gAIM 0.78
I'm not sure about why it doesn't work with gnome, as I use Exceed on my windoze machine to display X.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 12:47 AM
06-25-2004 12:47 AM