Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] c++ compile prolem
- Date: 27 Feb 2003 22:38:45 -0600
- From: Melvin Sneed <melvin.sneed@example.com>
- Subject: Re: [tlug] c++ compile prolem
- References: <3E5F31E1.5070500@example.com>
On Fri, 2003-02-28 at 03:54, Brett Robson wrote: > XMap.cc: In method `XMap::XMap(int)': > XMap.cc:32: ANSI C++ forbids implicit conversion from `void *' in > assignment > *** Error code 1 <snip> > if((caddr_t)(-1) == mapaddr) Try changing this line to: if ( ((int) mapaddr) == -1 ) See "man mmap" Dave
- Follow-Ups:
- Re: [tlug] c++ compile prolem
- From: Melvin Sneed
- References:
- [tlug] c++ compile prolem
- From: Brett Robson
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] c++ compile prolem
- Next by Date: Re: [tlug] c++ compile prolem
- Previous by thread: Re: [tlug] c++ compile prolem
- Next by thread: Re: [tlug] c++ compile prolem
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links