Re: FVWM: Installation - configure error

From: Michael C Meholensky <mcmehole_at_us.ibm.com>
Date: Thu, 6 Mar 2003 12:26:14 -0600

I've checked the config.log file and found that the problem is in the file
'vm_types.h'
the problem is in this section (of vm_types.h):

#ifdef __64BIT__
typedef signed long rpn64_t;
#else /* ILP32 */
#ifdef _LONG_LONG
typedef signed long long rpn64_t;
#else /* no long long */
#ifdef _ALL_SOURCE
typedef quad rpn64_t;
#endif /* _ALL_SOURCE */
#endif /* _LONG_LONG */
#endif /* __64BIT__ */



the 'typedef quad rpn64_t' fails.
I'm not a system admin and I don't know what this file is all about.
I get he same error for verions: 2.4.14, and 2.4.0





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Michael C. Meholensky
mcmehole_at_us.ibm.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Beer. Now there's a temporary solution.
                             --Homer J. Simpson

--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Mar 06 2003 - 12:28:07 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:54 BST