Thread: [SIP-devel] I just join the SIP mailing list
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Zhang C. <ch...@ma...> - 2005-07-07 10:22:36
|
Hi, SIP developers! I'm so glad to join the SIP mailing list. I want to do something for SIP. I'm reading the SIP source code recently, and have had a basic understanding of the structure of SIP. Now I'm doing some small changes of source code in order to have a better understanding of the interfaces among SIP, Animal and Scilab. Thanks for Ricardo's enthusiastic reply, if you need me to do some work for Windows port, just let me know. What I want to do is to involve SIP development as soon as possible. After a rough reading of source code, I have some immature ideas about SIP as follows: 1) Should we adopt MagickWand API instead of the MagickCore API? Since MagickWand API is easier to use. 2) Should we divide mogrify() into small independent functions? Because I think the functions of mogrify() is too many. The source code of mogrify is too long (more than 1000 lines). 3) Should we integrate Animal library into SIP? The independence of Animal may add extra difficulty to port to other platforms. Looking forward to anyone's reponse:-) |
From: Ricardo F. <rf...@gm...> - 2005-07-14 03:12:05
|
> I'm so glad to join the SIP mailing list. I want to do something for > SIP. I'm reading the SIP source code recently, and have had a basic > understanding of the structure of SIP. Now I'm doing some small changes > of source code in order to have a better understanding of the interfaces > among SIP, Animal and Scilab. Excellent. there is a very simple toolbox having the same build structure as SIP, maybe you would like to take a look at that too: http://sourceforge.net/project/showfiles.php?group_id=3D68055&package_id=3D= 83851 > Thanks for Ricardo's enthusiastic reply, if you need me to do some > work for Windows port, just let me know. What I want to do is to involve > SIP development as soon as possible. Sure. Try to compile the simple toolbox first. I did it already and it work= s. The whole instrunctions are at: http://siptoolbox.sourceforge.net/devel/windows-port.php > After a rough reading of source code, I have some immature ideas > about SIP as follows: > 1) Should we adopt MagickWand API instead of the MagickCore API? Since > MagickWand API is easier to use. Sure. I did not use it because this API was unstable back then (it had just been created). Nowadays it surely can be used. > 2) Should we divide mogrify() into small independent functions? Because > I think the functions of mogrify() is too many. The source code of > mogrify is too long (more than 1000 lines). You mean to modularize the C code? Yes, that should be done. > 3) Should we integrate Animal library into SIP? The independence of > Animal may add extra difficulty to port to other platforms. Actually it simplifies the port process because you can just port Animal without needing to compile any Scilab module. And, after that, you port SIP. Other things that could be done are: - Put SIP into CVS (another developer should be doing that but I have not heard from him in a week or so). For this, first we have to put the simple toolbox into CVS (just to get some practice). After all developers approve the simple toolbox CVS repository, then we move on to SIP and Animal. - Release a new Unix source and binary (version 0.4.0). The current version is a release candidate. This would give you experience in making releases. Of course, you could do more fun activities such as programming algorithms, that is totally up to you. But the above tasks are the most important for us currently. thanks for your disposition, and always feel free to ask any questions to the list. --=20 Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |
From: Angus E. <aer...@vi...> - 2005-07-14 18:24:34
|
Just to keep everyone current: > > > Other things that could be done are: > > - Put SIP into CVS (another developer should be doing that but I have > not heard from him in a week or so). For this, first we have to put > the simple toolbox into CVS (just to get some practice). After all > developers approve the simple toolbox CVS repository, then we move on > to SIP and Animal. > Still here. Got sidetracked with supervisor actually wanting me to do work. Will get back to it either today or tomorrow. May also have some questions. cheers, Angus |
From: Angus E. <aer...@vi...> - 2005-07-14 21:45:37
|
Hi again, I was just looking at my permissions (after trying to import the simple toolbox) and noticed that I do not have write access to CVS. Ricardo: could you please change this? Thanks, Angus On Thu, 14 Jul 2005, Angus Errington wrote: > Just to keep everyone current: > > > > > > Other things that could be done are: > > > > - Put SIP into CVS (another developer should be doing that but I have > > not heard from him in a week or so). For this, first we have to put > > the simple toolbox into CVS (just to get some practice). After all > > developers approve the simple toolbox CVS repository, then we move on > > to SIP and Animal. > > > > Still here. Got sidetracked with supervisor actually wanting me to do > work. Will get back to it either today or tomorrow. May also have some > questions. > > cheers, > > > Angus > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > SIPtoolbox-devel mailing list > SIP...@li... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > |
From: Angus E. <aer...@vi...> - 2005-07-18 19:00:26
|
Hi all, I just imported the 'simpletoolbox' to cvs. The module name is simpletoolbox. Please feel free to try things out and see how it works. cheers, Angus ps Ricardo: thank you for updating the permissions. On Mon, 18 Jul 2005, Ricardo Fabbri wrote: > Hi, Angus, > is it allright now? I changed it last week; should be working. > > anything else just tell me. > > On 7/14/05, Angus Errington <aer...@vi...> wrote: > > Hi again, > > > > I was just looking at my permissions (after trying to import the simple > > toolbox) and noticed that I do not have write access to CVS. > > > > Ricardo: could you please change this? > > > > Thanks, > > > > Angus > > > > On Thu, 14 Jul 2005, Angus Errington wrote: > > > > > Just to keep everyone current: > > > > > > > > > > > > Other things that could be done are: > > > > > > > > - Put SIP into CVS (another developer should be doing that but I have > > > > not heard from him in a week or so). For this, first we have to put > > > > the simple toolbox into CVS (just to get some practice). After all > > > > developers approve the simple toolbox CVS repository, then we move on > > > > to SIP and Animal. > > > > > > > > > > Still here. Got sidetracked with supervisor actually wanting me to do > > > work. Will get back to it either today or tomorrow. May also have some > > > questions. > > > > > > cheers, > > > > > > > > > Angus > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > informative Webcasts and more! Get everything you need to get up to > > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > _______________________________________________ > > > SIPtoolbox-devel mailing list > > > SIP...@li... > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > _______________________________________________ > > SIPtoolbox-devel mailing list > > SIP...@li... > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > -- > Ricardo Fabbri > > PhD Student in Computer Engineering / Computer Vision > LEMS - Laboratory for Engineering Man-Machine Systems > Brown University, USA > |
From: Ricardo F. <rf...@gm...> - 2005-07-18 22:10:38
|
Thanks a lot, Angus! good job, although there were minor stuff with which you should be careful when porting SIP itself: - Makefile.in should not be in the repository; it is generated by configure from Makefile.am - In Makefile.am, the EXTRA_DIST rule should contain autogen.sh (not the old bootstrap) I have updated the CVS with this. I guess you can try the major task of putting SIP under now. many thanks again! -- Ricardo. On 7/18/05, Angus Errington <aer...@vi...> wrote: > Hi all, >=20 > I just imported the 'simpletoolbox' to cvs. The module > name is simpletoolbox. >=20 > Please feel free to try things out and see how it works. >=20 > cheers, >=20 > Angus >=20 > ps Ricardo: thank you for updating the permissions. >=20 >=20 >=20 > On Mon, 18 Jul 2005, Ricardo Fabbri wrote: >=20 > > Hi, Angus, > > is it allright now? I changed it last week; should be working. > > > > anything else just tell me. > > > > On 7/14/05, Angus Errington <aer...@vi...> wrote: > > > Hi again, > > > > > > I was just looking at my permissions (after trying to import the simp= le > > > toolbox) and noticed that I do not have write access to CVS. > > > > > > Ricardo: could you please change this? > > > > > > Thanks, > > > > > > Angus > > > > > > On Thu, 14 Jul 2005, Angus Errington wrote: > > > > > > > Just to keep everyone current: > > > > > > > > > > > > > > > Other things that could be done are: > > > > > > > > > > - Put SIP into CVS (another developer should be doing that but I = have > > > > > not heard from him in a week or so). For this, first we have to p= ut > > > > > the simple toolbox into CVS (just to get some practice). After al= l > > > > > developers approve the simple toolbox CVS repository, then we mov= e on > > > > > to SIP and Animal. > > > > > > > > > > > > > Still here. Got sidetracked with supervisor actually wanting me to = do > > > > work. Will get back to it either today or tomorrow. May also have s= ome > > > > questions. > > > > > > > > cheers, > > > > > > > > > > > > Angus > > > > > > > > > > > > ------------------------------------------------------- > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strateg= ies > > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > > informative Webcasts and more! Get everything you need to get up to > > > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op= =3Dclick > > > > _______________________________________________ > > > > SIPtoolbox-devel mailing list > > > > SIP...@li... > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategie= s > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > informative Webcasts and more! Get everything you need to get up to > > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3D= click > > > _______________________________________________ > > > SIPtoolbox-devel mailing list > > > SIP...@li... > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > -- > > Ricardo Fabbri > > > > PhD Student in Computer Engineering / Computer Vision > > LEMS - Laboratory for Engineering Man-Machine Systems > > Brown University, USA > > >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > SIPtoolbox-devel mailing list > SIP...@li... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel >=20 --=20 Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |
From: Ricardo F. <rf...@gm...> - 2005-07-18 22:26:54
|
Hi, Angus, by trying to issue a "cvs ci" after I compiled the toolbox, I see other stuff that should *not* be in the repository: aclocal.m4 config/config.guess config/config.sub config/loader_include.sce config/ltmain.sh src/config.h.in because these files change every time we run "autogen.sh" or "configure", so it doesn't make sense to track their changes in the repository. I can remove these files... that's the cool thing about CVS PS: periodically issue a "cvs up -d" in your simpletoolbox directory On 7/18/05, Ricardo Fabbri <rf...@gm...> wrote: > Thanks a lot, Angus! > > good job, although there were minor stuff with which you should be > careful when porting SIP itself: > > - Makefile.in should not be in the repository; it is generated by > configure from Makefile.am > > - In Makefile.am, the EXTRA_DIST rule should contain autogen.sh (not > the old bootstrap) > > I have updated the CVS with this. > > I guess you can try the major task of putting SIP under now. > > many thanks again! > -- > Ricardo. > > On 7/18/05, Angus Errington <aer...@vi...> wrote: > > Hi all, > > > > I just imported the 'simpletoolbox' to cvs. The module > > name is simpletoolbox. > > > > Please feel free to try things out and see how it works. > > > > cheers, > > > > Angus > > > > ps Ricardo: thank you for updating the permissions. > > > > > > > > On Mon, 18 Jul 2005, Ricardo Fabbri wrote: > > > > > Hi, Angus, > > > is it allright now? I changed it last week; should be working. > > > > > > anything else just tell me. > > > > > > On 7/14/05, Angus Errington <aer...@vi...> wrote: > > > > Hi again, > > > > > > > > I was just looking at my permissions (after trying to import the si= mple > > > > toolbox) and noticed that I do not have write access to CVS. > > > > > > > > Ricardo: could you please change this? > > > > > > > > Thanks, > > > > > > > > Angus > > > > > > > > On Thu, 14 Jul 2005, Angus Errington wrote: > > > > > > > > > Just to keep everyone current: > > > > > > > > > > > > > > > > > > Other things that could be done are: > > > > > > > > > > > > - Put SIP into CVS (another developer should be doing that but = I have > > > > > > not heard from him in a week or so). For this, first we have to= put > > > > > > the simple toolbox into CVS (just to get some practice). After = all > > > > > > developers approve the simple toolbox CVS repository, then we m= ove on > > > > > > to SIP and Animal. > > > > > > > > > > > > > > > > Still here. Got sidetracked with supervisor actually wanting me t= o do > > > > > work. Will get back to it either today or tomorrow. May also have= some > > > > > questions. > > > > > > > > > > cheers, > > > > > > > > > > > > > > > Angus > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strat= egies > > > > > from IBM. Find simple to follow Roadmaps, straightforward article= s, > > > > > informative Webcasts and more! Get everything you need to get up = to > > > > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&o= p=3Dclick > > > > > _______________________________________________ > > > > > SIPtoolbox-devel mailing list > > > > > SIP...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strateg= ies > > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > > informative Webcasts and more! Get everything you need to get up to > > > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op= =3Dclick > > > > _______________________________________________ > > > > SIPtoolbox-devel mailing list > > > > SIP...@li... > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > -- > > > Ricardo Fabbri > > > > > > PhD Student in Computer Engineering / Computer Vision > > > LEMS - Laboratory for Engineering Man-Machine Systems > > > Brown University, USA > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcl= ick > > _______________________________________________ > > SIPtoolbox-devel mailing list > > SIP...@li... > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > -- > Ricardo Fabbri > > PhD Student in Computer Engineering / Computer Vision > LEMS - Laboratory for Engineering Man-Machine Systems > Brown University, USA > -- Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA --=20 Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |
From: Angus E. <aer...@vi...> - 2005-07-20 01:39:34
|
Hi, I have just imported sip into the module 'siptoolbox' onto the CVS server at sourceforge. I think it should be working now. Please let me know any comments questions and things I did wrong. thanks, Angus P.S. The only thing extra I had to do for this was add some lines to the cvswrappers file in the CVSROOT module to allow for the binary images stored there. On Mon, 18 Jul 2005, Ricardo Fabbri wrote: > Hi, Angus, > > by trying to issue a "cvs ci" after I compiled the toolbox, I see > other stuff that should *not* be in the repository: > > aclocal.m4 config/config.guess config/config.sub > config/loader_include.sce config/ltmain.sh src/config.h.in > > because these files change every time we run "autogen.sh" or > "configure", so it doesn't make sense to track their changes in the > repository. > > I can remove these files... that's the cool thing about CVS > > PS: periodically issue a "cvs up -d" in your simpletoolbox directory > > On 7/18/05, Ricardo Fabbri <rf...@gm...> wrote: > > Thanks a lot, Angus! > > > > good job, although there were minor stuff with which you should be > > careful when porting SIP itself: > > > > - Makefile.in should not be in the repository; it is generated by > > configure from Makefile.am > > > > - In Makefile.am, the EXTRA_DIST rule should contain autogen.sh (not > > the old bootstrap) > > > > I have updated the CVS with this. > > > > I guess you can try the major task of putting SIP under now. > > > > many thanks again! > > -- > > Ricardo. > > > > On 7/18/05, Angus Errington <aer...@vi...> wrote: > > > Hi all, > > > > > > I just imported the 'simpletoolbox' to cvs. The module > > > name is simpletoolbox. > > > > > > Please feel free to try things out and see how it works. > > > > > > cheers, > > > > > > Angus > > > > > > ps Ricardo: thank you for updating the permissions. > > > > > > > > > > > > On Mon, 18 Jul 2005, Ricardo Fabbri wrote: > > > > > > > Hi, Angus, > > > > is it allright now? I changed it last week; should be working. > > > > > > > > anything else just tell me. > > > > > > > > On 7/14/05, Angus Errington <aer...@vi...> wrote: > > > > > Hi again, > > > > > > > > > > I was just looking at my permissions (after trying to import the simple > > > > > toolbox) and noticed that I do not have write access to CVS. > > > > > > > > > > Ricardo: could you please change this? > > > > > > > > > > Thanks, > > > > > > > > > > Angus > > > > > > > > > > On Thu, 14 Jul 2005, Angus Errington wrote: > > > > > > > > > > > Just to keep everyone current: > > > > > > > > > > > > > > > > > > > > > Other things that could be done are: > > > > > > > > > > > > > > - Put SIP into CVS (another developer should be doing that but I have > > > > > > > not heard from him in a week or so). For this, first we have to put > > > > > > > the simple toolbox into CVS (just to get some practice). After all > > > > > > > developers approve the simple toolbox CVS repository, then we move on > > > > > > > to SIP and Animal. > > > > > > > > > > > > > > > > > > > Still here. Got sidetracked with supervisor actually wanting me to do > > > > > > work. Will get back to it either today or tomorrow. May also have some > > > > > > questions. > > > > > > > > > > > > cheers, > > > > > > > > > > > > > > > > > > Angus > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > > > > informative Webcasts and more! Get everything you need to get up to > > > > > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > > > > _______________________________________________ > > > > > > SIPtoolbox-devel mailing list > > > > > > SIP...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > > > informative Webcasts and more! Get everything you need to get up to > > > > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > > > _______________________________________________ > > > > > SIPtoolbox-devel mailing list > > > > > SIP...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > > > > > -- > > > > Ricardo Fabbri > > > > > > > > PhD Student in Computer Engineering / Computer Vision > > > > LEMS - Laboratory for Engineering Man-Machine Systems > > > > Brown University, USA > > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > informative Webcasts and more! Get everything you need to get up to > > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > _______________________________________________ > > > SIPtoolbox-devel mailing list > > > SIP...@li... > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > -- > > Ricardo Fabbri > > > > PhD Student in Computer Engineering / Computer Vision > > LEMS - Laboratory for Engineering Man-Machine Systems > > Brown University, USA > > > > > -- > Ricardo Fabbri > > PhD Student in Computer Engineering / Computer Vision > LEMS - Laboratory for Engineering Man-Machine Systems > Brown University, USA > > > -- > Ricardo Fabbri > > PhD Student in Computer Engineering / Computer Vision > LEMS - Laboratory for Engineering Man-Machine Systems > Brown University, USA > > > ------------------------------------------------------- > SF.Net email is sponsore |
From: Ricardo F. <rf...@gm...> - 2005-07-20 15:24:13
|
Working all right, thanks! I just removed some Makefile.in files from the repository; minor stuff. Now there is just some other compile problems on my machine (I don't know w= hy), but seems to be a configure script issue. I will try to fix it. Thanks Angus!! That was a major effort, we already have 4 developers with write access to the repository. This is great for collaboration. I was thinking about animal; IMHO we should put it under CVS in the same repository as SIP (and not in its own repository). I guess in the future we will merge the two projects, although it is easier to have a separate C library, because we can progressively port the code. I just released Animal 0.14.3 under the SIP sourceforge project. I will discontinue Animal as a separate sourceforge project. The latest animal lib can be found at: http://sourceforge.net/projects/siptoolbox/ in the "latest file releases" section. Angus, since you are already into it, can you import the latest Animal to C= VS? thanks again.. On 7/19/05, Angus Errington <aer...@vi...> wrote: > Hi, >=20 > I have just imported sip into the module 'siptoolbox' onto the CVS server > at sourceforge. I think it should be working now. >=20 > Please let me know any comments questions and things I did wrong. >=20 > thanks, >=20 > Angus >=20 > P.S. The only thing extra I had to do for this was add some lines to the > cvswrappers file in the CVSROOT module to allow for the binary images > stored there. >=20 > On Mon, 18 Jul 2005, Ricardo Fabbri wrote: >=20 > > Hi, Angus, > > > > by trying to issue a "cvs ci" after I compiled the toolbox, I see > > other stuff that should *not* be in the repository: > > > > aclocal.m4 config/config.guess config/config.sub > > config/loader_include.sce config/ltmain.sh src/config.h.in > > > > because these files change every time we run "autogen.sh" or > > "configure", so it doesn't make sense to track their changes in the > > repository. > > > > I can remove these files... that's the cool thing about CVS > > > > PS: periodically issue a "cvs up -d" in your simpletoolbox directory > > > > On 7/18/05, Ricardo Fabbri <rf...@gm...> wrote: > > > Thanks a lot, Angus! > > > > > > good job, although there were minor stuff with which you should be > > > careful when porting SIP itself: > > > > > > - Makefile.in should not be in the repository; it is generated by > > > configure from Makefile.am > > > > > > - In Makefile.am, the EXTRA_DIST rule should contain autogen.sh (not > > > the old bootstrap) > > > > > > I have updated the CVS with this. > > > > > > I guess you can try the major task of putting SIP under now. > > > > > > many thanks again! > > > -- > > > Ricardo. > > > > > > On 7/18/05, Angus Errington <aer...@vi...> wrote: > > > > Hi all, > > > > > > > > I just imported the 'simpletoolbox' to cvs. The module > > > > name is simpletoolbox. > > > > > > > > Please feel free to try things out and see how it works. > > > > > > > > cheers, > > > > > > > > Angus > > > > > > > > ps Ricardo: thank you for updating the permissions. > > > > > > > > > > > > > > > > On Mon, 18 Jul 2005, Ricardo Fabbri wrote: > > > > > > > > > Hi, Angus, > > > > > is it allright now? I changed it last week; should be working. > > > > > > > > > > anything else just tell me. > > > > > > > > > > On 7/14/05, Angus Errington <aer...@vi...> wro= te: > > > > > > Hi again, > > > > > > > > > > > > I was just looking at my permissions (after trying to import th= e simple > > > > > > toolbox) and noticed that I do not have write access to CVS. > > > > > > > > > > > > Ricardo: could you please change this? > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Angus > > > > > > > > > > > > On Thu, 14 Jul 2005, Angus Errington wrote: > > > > > > > > > > > > > Just to keep everyone current: > > > > > > > > > > > > > > > > > > > > > > > > Other things that could be done are: > > > > > > > > > > > > > > > > - Put SIP into CVS (another developer should be doing that = but I have > > > > > > > > not heard from him in a week or so). For this, first we hav= e to put > > > > > > > > the simple toolbox into CVS (just to get some practice). Af= ter all > > > > > > > > developers approve the simple toolbox CVS repository, then = we move on > > > > > > > > to SIP and Animal. > > > > > > > > > > > > > > > > > > > > > > Still here. Got sidetracked with supervisor actually wanting = me to do > > > > > > > work. Will get back to it either today or tomorrow. May also = have some > > > > > > > questions. > > > > > > > > > > > > > > cheers, > > > > > > > > > > > > > > > > > > > > > Angus > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > SF.Net email is sponsored by: Discover Easy Linux Migration S= trategies > > > > > > > from IBM. Find simple to follow Roadmaps, straightforward art= icles, > > > > > > > informative Webcasts and more! Get everything you need to get= up to > > > > > > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D164= 92&op=3Dclick > > > > > > > _______________________________________________ > > > > > > > SIPtoolbox-devel mailing list > > > > > > > SIP...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Str= ategies > > > > > > from IBM. Find simple to follow Roadmaps, straightforward artic= les, > > > > > > informative Webcasts and more! Get everything you need to get u= p to > > > > > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492= &op=3Dclick > > > > > > _______________________________________________ > > > > > > SIPtoolbox-devel mailing list > > > > > > SIP...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > > > > > > > > > -- > > > > > Ricardo Fabbri > > > > > > > > > > PhD Student in Computer Engineering / Computer Vision > > > > > LEMS - Laboratory for Engineering Man-Machine Systems > > > > > Brown University, USA > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strateg= ies > > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > > informative Webcasts and more! Get everything you need to get up to > > > > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op= =3Dclick > > > > _______________________________________________ > > > > SIPtoolbox-devel mailing list > > > > SIP...@li... > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > -- > > > Ricardo Fabbri > > > > > > PhD Student in Computer Engineering / Computer Vision > > > LEMS - Laboratory for Engineering Man-Machine Systems > > > Brown University, USA > > > > > > > > > -- > > Ricardo Fabbri > > > > PhD Student in Computer Engineering / Computer Vision > > LEMS - Laboratory for Engineering Man-Machine Systems > > Brown University, USA > > > > > > -- > > Ricardo Fabbri > > > > PhD Student in Computer Engineering / Computer Vision > > LEMS - Laboratory for Engineering Man-Machine Systems > > Brown University, USA > > > > > > ------------------------------------------------------- > > SF.Net email is sponsore >=20 --=20 Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |
From: Angus E. <aer...@vi...> - 2005-07-20 19:19:05
|
Ok, glad it seems to work. I have just imported the animal library 14.3 and it is under the module name of 'animal.' Once again, please let me know of any problems or errors. Thanks, Angus On Wed, 20 Jul 2005, Ricardo Fabbri wrote: > Working all right, thanks! > > I just removed some Makefile.in files from the repository; minor stuff. > > Now there is just some other compile problems on my machine (I don't know why), > but seems to be a configure script issue. I will try to fix it. > > Thanks Angus!! That was a major effort, we already have 4 developers > with write access to the repository. This is great for collaboration. > > I was thinking about animal; IMHO we should put it under CVS in the > same repository as SIP (and not in its own repository). I guess in the > future we will merge the two projects, although it is easier to have a > separate C library, because we can progressively port the code. > > I just released Animal 0.14.3 under the SIP sourceforge project. I > will discontinue Animal as a separate sourceforge project. The latest > animal lib can be found at: > http://sourceforge.net/projects/siptoolbox/ > > in the "latest file releases" section. > > Angus, since you are already into it, can you import the latest Animal to CVS? > > thanks again.. > > > On 7/19/05, Angus Errington <aer...@vi...> wrote: > > Hi, > > > > I have just imported sip into the module 'siptoolbox' onto the CVS server > > at sourceforge. I think it should be working now. > > > > Please let me know any comments questions and things I did wrong. > > > > thanks, > > > > Angus > > > > P.S. The only thing extra I had to do for this was add some lines to the > > cvswrappers file in the CVSROOT module to allow for the binary images > > stored there. > > > > On Mon, 18 Jul 2005, Ricardo Fabbri wrote: > > > > > Hi, Angus, > > > > > > by trying to issue a "cvs ci" after I compiled the toolbox, I see > > > other stuff that should *not* be in the repository: > > > > > > aclocal.m4 config/config.guess config/config.sub > > > config/loader_include.sce config/ltmain.sh src/config.h.in > > > > > > because these files change every time we run "autogen.sh" or > > > "configure", so it doesn't make sense to track their changes in the > > > repository. > > > > > > I can remove these files... that's the cool thing about CVS > > > > > > PS: periodically issue a "cvs up -d" in your simpletoolbox directory > > > > > > On 7/18/05, Ricardo Fabbri <rf...@gm...> wrote: > > > > Thanks a lot, Angus! > > > > > > > > good job, although there were minor stuff with which you should be > > > > careful when porting SIP itself: > > > > > > > > - Makefile.in should not be in the repository; it is generated by > > > > configure from Makefile.am > > > > > > > > - In Makefile.am, the EXTRA_DIST rule should contain autogen.sh (not > > > > the old bootstrap) > > > > > > > > I have updated the CVS with this. > > > > > > > > I guess you can try the major task of putting SIP under now. > > > > > > > > many thanks again! > > > > -- > > > > Ricardo. > > > > > > > > On 7/18/05, Angus Errington <aer...@vi...> wrote: > > > > > Hi all, > > > > > > > > > > I just imported the 'simpletoolbox' to cvs. The module > > > > > name is simpletoolbox. > > > > > > > > > > Please feel free to try things out and see how it works. > > > > > > > > > > cheers, > > > > > > > > > > Angus > > > > > > > > > > ps Ricardo: thank you for updating the permissions. > > > > > > > > > > > > > > > > > > > > On Mon, 18 Jul 2005, Ricardo Fabbri wrote: > > > > > > > > > > > Hi, Angus, > > > > > > is it allright now? I changed it last week; should be working. > > > > > > > > > > > > anything else just tell me. > > > > > > > > > > > > On 7/14/05, Angus Errington <aer...@vi...> wrote: > > > > > > > Hi again, > > > > > > > > > > > > > > I was just looking at my permissions (after trying to import the simple > > > > > > > toolbox) and noticed that I do not have write access to CVS. > > > > > > > > > > > > > > Ricardo: could you please change this? > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > Angus > > > > > > > > > > > > > > On Thu, 14 Jul 2005, Angus Errington wrote: > > > > > > > > > > > > > > > Just to keep everyone current: > > > > > > > > > > > > > > > > > > > > > > > > > > > Other things that could be done are: > > > > > > > > > > > > > > > > > > - Put SIP into CVS (another developer should be doing that but I have > > > > > > > > > not heard from him in a week or so). For this, first we have to put > > > > > > > > > the simple toolbox into CVS (just to get some practice). After all > > > > > > > > > developers approve the simple toolbox CVS repository, then we move on > > > > > > > > > to SIP and Animal. > > > > > > > > > > > > > > > > > > > > > > > > > Still here. Got sidetracked with supervisor actually wanting me to do > > > > > > > > work. Will get back to it either today or tomorrow. May also have some > > > > > > > > questions. > > > > > > > > > > > > > > > > cheers, > > > > > > > > > > > > > > > > > > > > > > > > Angus > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > > > > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > > > > > > informative Webcasts and more! Get everything you need to get up to > > > > > > > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > > > > > > _______________________________________________ > > > > > > > > SIPtoolbox-devel mailing list > > > > > > > > SIP...@li... > > > > > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > > > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > > > > > informative Webcasts and more! Get everything you need to get up to > > > > > > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > > > > > _______________________________________________ > > > > > > > SIPtoolbox-devel mailing list > > > > > > > SIP...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Ricardo Fabbri > > > > > > > > > > > > PhD Student in Computer Engineering / Computer Vision > > > > > > LEMS - Laboratory for Engineering Man-Machine Systems > > > > > > Brown University, USA > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > > > informative Webcasts and more! Get everything you need to get up to > > > > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > > > _______________________________________________ > > > > > SIPtoolbox-devel mailing list > > > > > SIP...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel > > > > > > > > > > > > > > > > > -- > > > > Ricardo Fabbri > > > > > > > > PhD Student in Computer Engineering / Computer Vision > > > > LEMS - Laboratory for Engineering Man-Machine Systems > > > > Brown University, USA > > > > > > > > > > > > > -- > > > Ricardo Fabbri > > > > > > PhD Student in Computer Engineering / Computer Vision > > > LEMS - Laboratory for Engineering Man-Machine Systems > > > Brown University, USA > > > > > > > > > -- > > > Ricardo Fabbri > > > > > > PhD Student in Computer Engineering / Computer Vision > > > LEMS - Laboratory for Engineering Man-Machine Systems > > > Brown University, USA > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsore > > > > > -- > Ricardo Fabbri > > PhD Student in Computer Engineering / Computer Vision > LEMS - Laboratory for Engineering Man-Machine Systems > Brown University, USA > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover |
From: Ricardo F. <rf...@gm...> - 2005-07-22 15:46:03
|
Thanks, Angus! the repository is working great. Can you summarize your cvs import process for us? CVS development is a nice milestone for SIP. I insisted on it because I don't want SIP development to get stuck when I'm too busy. Now the SIP community do not depend on my strict revision process anymore. You can directly alter SIP CVS code! I fixed an important compilation bug of SIP relating to new versions of ImageMagick. SIP should now compile with virtually _any_ ImageMagick version. Update your cvs to get those changes, and please test SIP compilation on your platform. To update your SIP from previous CVS downloads and test it: cvs up -d autoreconf ./configure make We should now move to windows porting as soon as possible. That's the top priority. I will update the TODO list also and assign tasks to active developers (but of course they do what they want). cheers, and thanks again to Angus! --=20 Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |
From: Zhang C. <ch...@ma...> - 2005-07-23 01:41:05
|
Ricardo Fabbri wrote: >Thanks, Angus! > >the repository is working great. Can you summarize your cvs import >process for us? > >CVS development is a nice milestone for SIP. I insisted on it because >I don't want SIP development to get stuck when I'm too busy. Now the >SIP community do not depend on my strict revision process anymore. You >can directly alter SIP CVS code! > >I fixed an important compilation bug of SIP relating to new versions >of ImageMagick. >SIP should now compile with virtually _any_ ImageMagick version. > >Update your cvs to get those changes, and please test SIP compilation >on your platform. >To update your SIP from previous CVS downloads and test it: > >cvs up -d >autoreconf >./configure >make > >We should now move to windows porting as soon as possible. That's the >top priority. >I will update the TODO list also and assign tasks to active developers >(but of course they do what they want). > >cheers, >and thanks again to Angus! > > I'm so sorry to say that I cannot access our CVS from my university:-( And I cannot find any usable proxy supporting ssh. I'm depressed now. I decide to begin the work of Windows port. Although I cannot access CVS, I think I still can make contribution to SIP. Thank you, Angus and Ricardo! |
From: Vitor V. A. S. <vi...@cn...> - 2005-07-20 20:33:09
|
Guys, great job. It's amazing to watch Angus working. Thanks Angus. Ricardo, nice to "see" you working with SIP. I thunk your Ph.D was stealing all your time... :-) I'm suffering of the same problem, but hope finish my Master soon and come back to SIP. And hope not only to work with docs, but to develop too. Great job and thanks to keep the so important project as SIP is. Vitor |
From: Ricardo F. <rf...@gm...> - 2005-07-20 04:12:41
|
Hi, Zhang, I added you as a developer in sourceforge. Now you can list in your=20 vitae that you help develp SIP :-) I gave CVS access permissions for you. Try downloading the simple toolbox using CVS first. Use the instrunctions in the sourceforge page (for developer, not anonymous). For example: cvs -z3 -d:ext:use...@cv...:/cvsroot/siptoolbox co -P simpletoolbox don't forget "export CVS_RSH=3Dssh" before that. You should also set a ssh-key access to CVS so you don't have to enter your password every time. See the sourceforge doc on this. PS: if you have SSH access, you don't need a proxy for CVS. --=20 Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |
From: Angus E. <aer...@vi...> - 2005-07-25 18:36:53
|
Hi all, > > the repository is working great. Can you summarize your cvs import > process for us? > Here is how I performed the import and the steps taken. -first, remove all files which are not meant to be in CVS (thank you for enlightening me, Ricardo) -since sip requires we have some test pictures in the CVS repository have to tell CVS how to handle these binary files. This was done by editing the cvswrappers file in the module CVSROOT to tell CVS which files to treat as binary, ie: *.gif -k 'b' -then in the root directory of the sip tree enter the command: cvs -d:ext:aer...@cv...:/cvsroot/siptoolbox import -m "Initial Import" simpletoolbox vendor start and then it is done. A similar procedure was used for the other two modules. As you can see, it is not very difficult. If there are any questions, please let me know. Thank you, Angus |