Xavier,

I am seeing the following error when compiling:

Making all for tool set_show_service...
 Compiling file set_show_service.m ...
 Linking tool set_show_service ...
../Source/./obj/libgnustep-gui.so: undefined reference to 
`nsanimation_progressMarkSorter'
collect2: ld returned 1 exit status
make[2]: *** [obj/set_show_service] Error 1

I have tried to do a clean compilation twice now, with no luck. 

Thanks, GJC
--
Gregory Casamento

----- Original Message ----
From: Xavier Glattard <[EMAIL PROTECTED]>
To: gnustep-dev@gnu.org
Sent: Thursday, April 5, 2007 12:36:50 PM
Subject: NSAnimation...


Hello all :-)

I'm still working on the NSAnimation class, but i can't understand
some parts of the specs... I need your opinion.

How should the array returned by [-runLoopModesForAnimating] be used ?
1) schedule one timer for each mode in the array ?
   (so the animation runs whatever the mode will be)
2) start the animation only if [-currentMode] is in the array ?
3) something else ?

What should happen if [-runLoopModesForAnimating] is empty or contains
only unknown modes ?
1) do nothing and return ?
2) immediatly call [GSAnimator -_animationEnd] and/or 
   [NSAnimation -animatorDidStop] ?
3) wait 'duration' then stop ?
4) something else ?

At end a NSRunLoop question :
What is the actual difference between
  [-runMode:beforeDate:]
and
  [-acceptInputForMode:beforeDate:]
Which one should i use with an NSAnimation-specific runLoop ?
(blocking and threaded mode)

Many thnks ! 

Xavier




_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev





_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to