Well the build on windows is not working so... I have no option but to work with Ubuntu. It's ok I have worked with opencv previously on ubuntu, I am just new to few things like command line debugging, git and such... I can pick it up, and then contribute a lot.
On 3/20/12, Larry Gritz <[email protected]> wrote: > If you like Visual Studio, by all means use Visual Studio. > > I'm sorry if this sounds harsh, but you seem quite lost with basic Unix > concepts like installing a package, running an executable, setting up your > PATH, and editing a text file. This does not inspire a lot of confidence > that you're going to be able to design and implement a complex feature in > the software on your own. Successfully participating in GSoC is not going > to get any easier. > > If the problem is that you are simply unfamiliar with Unix, but are an > experienced Windows developer, then I definitely recommend using Windows. > (I would be similarly lost in Windows.) There may be some rough spots > getting first set up to develop under Windows, but there are several people > here eager to help you diagnose and fix any build problems. In fact, fixing > an important Windows build problem would easily be a worthy qualifying > patch. > > -- lg > > > On Mar 20, 2012, at 11:36 AM, Calculemus wrote: > >> How much time will it take me to learn gdb? I am used to debug like in >> VIsual Studio, I have no experience with command line tools for >> debugging. >> >> On 3/20/12, Hugh Macdonald <[email protected]> wrote: >>> As Larry mentioned at the start of this thread, which IDE you use, or >>> which debugger you use, is entirely up to you. Personally, I use gedit >>> and gdb, but that's just me. >>> >>> Hugh Macdonald >>> *n**vizible**-- **VISUAL EFFECTS* >>> >>> [email protected] <mailto:[email protected]> >>> +44(0) 20 3167 3860 >>> +44(0) 7773 764 708 >>> >>> www.nvizible.com <http://www.nvizible.com/> >>> >>> On 20/03/12 18:02, Calculemus wrote: >>>> Another question ubuntu development related: >>>> >>>> I don't know vim or emacs or others on Ubuntu. I will use NetBeans. I >>>> have built the project. I am confused now how to edit it, there is not >>>> one project file you could open and edit the project in NetBeans. Also >>>> how do I debug? >>>> >>>> Thank you >>>> >>>> On 3/20/12, Hugh Macdonald<[email protected]> wrote: >>>>> I suspect that you are just running: >>>>> >>>>> $ oiiotool >>>>> >>>>> Which will be searching $PATH (which may not have . in it) >>>>> >>>>> Try running: >>>>> >>>>> $ ./oiiotool >>>>> >>>>> >>>>> Hugh Macdonald >>>>> *n**vizible**-- **VISUAL EFFECTS* >>>>> >>>>> [email protected]<mailto:[email protected]> >>>>> +44(0) 20 3167 3860 >>>>> +44(0) 7773 764 708 >>>>> >>>>> www.nvizible.com<http://www.nvizible.com/> >>>>> >>>>> On 20/03/12 15:34, Calculemus wrote: >>>>>> Hmm, the build finished ok but ... How do I execute oiiotool? >>>>>> >>>>>> I navigate to oiio/dist/linux/bin and then I call oiiotool from >>>>>> command line and I get >>>>>> oiiotool: command not found. >>>>>> >>>>>> I also tried to execute oiiotool in oiio/build/linux/oiiotool, same >>>>>> issue >>>>>> >>>>>> Thanks > > -- > Larry Gritz > [email protected] > > > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org > _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
