Re: [Fink-users] problem compiling guile-1.4-27

2004-01-16 Thread Martin Costabel
On 16 janv. 2004, at 16:29, Constantinos Antoniou wrote:
[]
/usr/include/malloc.h:280: error: parse error before u_short
You are not supposed to have /usr/include/malloc.h on Mac OS X. It was 
not installed by the system installers. Move it out of the way.

--
Martin


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem compiling guile-1.4-27

2004-01-16 Thread Constantinos Antoniou
On 16  2004, at 12:05 , Martin Costabel wrote:

On 16 janv. 2004, at 16:29, Constantinos Antoniou wrote:
[]
/usr/include/malloc.h:280: error: parse error before u_short
You are not supposed to have /usr/include/malloc.h on Mac OS X. It was 
not installed by the system installers. Move it out of the way.

Martin,

Thanks a lot.

The /usr/include/malloc.h was a symlink to /usr/include/sys/malloc.h. I 
had created that, because I compiled something that was looking for it 
there.

Since this apparently is not a good idea, is there any other option 
(besides changing the source of that other program to look for 
sys/malloc.h?)

Thanks again,

Costas




--
Martin


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

--
Constantinos Antoniou
Ph.D. Candidate
Massachusetts Institute of Technology
Intelligent Transportation Systems Program
77 Massachusetts Ave., NE20-208, Cambridge, MA 02139
(T) 617-252-1113 * (F) 617-252-1130 * (email) [EMAIL PROTECTED]


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem compiling guile-1.4-27

2004-01-16 Thread Richard C. Cobbe
Lo, on Friday, January 16, Constantinos Antoniou did write:

 On 16 Éáí 2004, at 12:05 ìì, Martin Costabel wrote:
 
  On 16 janv. 2004, at 16:29, Constantinos Antoniou wrote:
  []
  /usr/include/malloc.h:280: error: parse error before u_short
 
  You are not supposed to have /usr/include/malloc.h on Mac OS X. It was 
  not installed by the system installers. Move it out of the way.
 
 
 Martin,
 
 Thanks a lot.
 
 The /usr/include/malloc.h was a symlink to /usr/include/sys/malloc.h. I 
 had created that, because I compiled something that was looking for it 
 there.
 
 Since this apparently is not a good idea, is there any other option 
 (besides changing the source of that other program to look for 
 sys/malloc.h?)

The header malloc.h hasn't been part of the C standard for at least 5
years now; malloc and related functions are now prototyped in stdlib.h.
I'd bug the software's author/maintainer, and, as a stopgap, change all
#include malloc.h
to
#include stdlib.h

Richard


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users