On Thursday, July 11, 2002, at 07:51 AM, fink-users-
[EMAIL PROTECTED] wrote:

> ellem wrote:
> []
>>> * if appropriate, the exact error output you received
>>>
>>
>> cpp-precomp: warning: errors during smart preprocessing, retrying in
>> basic mode
>> make: *** [tk3d.o] Error 1
>> ranlib: can't open file: libtkstub8.3.a (No such file or directory)
>
> The actual errors must appear earlier in the output. They prevent
> libtkstub8.3.a from being built. What you show is a secondary effect.
>
> You should look for a line
>
> ar cr libtkstub8.3.a tkStubLib.o tkStubImg.o
>
> and its neighboring output.


This was as close to your line as I could find.


`NXConvertHostFloatToSwapped' as `float' rather than `double' due to 
prototype
rm -f libtclstub8.3.a
ar cr libtclstub8.3.a tclStubLib.o <<<<<<<<<<<<<<<<<<<
: libtclstub8.3.a
rm -f libtcl8.3.dylib
cc -dynamiclib -L/sw/lib -compatibility_version 8 -current_version 8.3 
-install_name /sw/lib/libtcl8.3.dylib -o libtcl8.3.dylib regcomp.o


There does seem to be a lot of this however:

./../generic/tclResult.c:890: warning: negative integer implicitly 
converted to unsigned type
./../generic/tclResult.c:890: warning: negative integer implicitly 
converted to unsigned type
./../generic/tclResult.c:890: warning: negative integer implicitly 
converted to unsigned type

--
Lou Moran
http://ellem.dyn.dhs.org:5281/resume/lmoran2002.html



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to