Re: Can't compile using Xcode
Graham Booker <[email protected]>
| Newsgroups | gmane.network.fire.devel |
|---|---|
| Message-ID | <[email protected]> |
Well, at the worst you can just comment out the line (assuming that it
is "if (length > Incoming_Packet_Limit) throw ParseException("Received
too long incoming packet");"). It will continue to work.
Programming note: length is an unsigned short, Incoming_Packet_Limit
is an unsigned int set to 65535, so an unsigned short will never be
greater that 65535, thus the error.
-----------------------------------------------------------------
Graham Booker Texas A&M University
[email protected] Graduate Student in ELEN
------------------------------------------------------------------
On Oct 29, 2003, at 10:14 PM, Martin Michalowski wrote:
> I'm using the daily tarball. I deleted the entire fire folder and
> tried
> from scratch but still got a build failed error. I cleaned targets and
> tried to build but no luck. The error msg I wrote below is classified
> as an
> error and not a warning by Xcode.
> Hope this info helps.
>
> Martin
>
> --
> Martin Michalowski
> CTO and Co-Founder
> http://www.campusbooks4less.com
> "We Search. You SAVE!!"
>
>> From: Jason Townsend <[email protected]>
>> Reply-To: fire-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> Date: Wed, 29 Oct 2003 18:42:48 -0800
>> To: fire-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> Subject: Re: Can't compile using Xcode
>>
>> On Oct 29, 2003, at 12:03 PM, Martin Michalowski wrote:
>>> Since the upgrade to Panther has killed my Project Builder, I can
>>> only
>>> compile apps using Xcode. However, fire won't build using Xcode be
>>> cause of
>>> the error:
>>> comparison is always false due to limited range of data type
>>> DirectClient.cpp:156
>>>
>>> Any suggestions?
>>
>> That is a warning, not an error. What version of the source are you
>> building, 0.32.g or the TOT/daily tarball?
>>
>> I would suggest doing a Clean All and building from scratch if you had
>> previously built Fire before the upgrade. Note that there are some
>> known minor issues in the project setup in the 0.32.x code which are
>> not present in the TOT/daily tarball code. We are working on another
>> maintenance release which will will also address these Panther build
>> issues.
>>
>> -Jason
>>
>>
>>
>> -------------------------------------------------------
>> This SF.net email is sponsored by: SF.net Giveback Program.
>> Does SourceForge.net help you be more productive? Does it
>> help you create better code? SHARE THE LOVE, and help us help
>> YOU! Click Here: http://sourceforge.net/donate/
>> _______________________________________________
>> fire-development mailing list
>> fire-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>> https://lists.sourceforge.net/lists/listinfo/fire-development
>>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> fire-development mailing list
> fire-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/fire-development
>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/