| OK, thanks.
I'm going to see how far I can get interpreting jpff's notes on
speeding up parallel Csound. I'm also going to move all the rest of my
own Csound development into Csound 6. Rather than develop in 5 and
merge to 6, I'll develop in 6 and maybe I won't have to merge to 5.
Someday, anyway.
Mike
On Fri, Oct 26, 2012 at 12:51 PM, Steven Yi wrote:
> Yes, that's what I was saying when I said everything was merged to master.
> The typesystem can be deleted now as well.
>
> On Oct 26, 2012 5:04 PM, "Michael Gogins" wrote:
>>
>> I only want to develop in the main branch at this time. So my question
>> is, does the main branch now include the type system?
>>
>> Best,
>> Mike
>>
>> On Fri, Oct 26, 2012 at 10:42 AM, Steven Yi wrote:
>> > Hi Michael,
>> >
>> > The current CS6 master has all of the changes of the typesystem branch
>> > merged in. If you want to checkout the typesystem branch itself, (I
>> > think) you can use:
>> >
>> > git checkout -b typesystem origin/typesystem
>> >
>> > That should check it out and have it tracked from the origin. You can
>> > use:
>> >
>> > git branch -r
>> >
>> > to see what remote branches there. Once you have the remote branch
>> > checked out and tracked, you can switch back to the master using:
>> >
>> > git checkout master
>> >
>> > You can also see what branch you're on by using:
>> >
>> > git status
>> >
>> > Let me know if you have further questions!
>> > steven
>> >
>> >
>> >
>> > On Fri, Oct 26, 2012 at 1:01 PM, Michael Gogins
>> > wrote:
>> >> Just to be clear about this, if I "git pull origin master" I get the
>> >> typesystem version?
>> >>
>> >> Regards,
>> >> Mike
>> >>
>> >> On Fri, Oct 26, 2012 at 7:14 AM, Steven Yi wrote:
>> >>> I've found a fix by marking the functions PUBLIC. Now pushed to GIT.
>> >>> (Note, I had inadvertently been on the typesystem branch on my linux
>> >>> VM, so did that fix there, then merged into master branch. I'm no
>> >>> longer planning to do work on the typesystem branch now that it is
>> >>> merged into master.)
>> >>>
>> >>> Thanks!
>> >>> steven
>> >>>
>> >>> On Fri, Oct 26, 2012 at 11:23 AM, Steven Yi
>> >>> wrote:
>> >>>> This is something John emailed me about last night. I'm looking into
>> >>>> it now, it does not cause a problem on OSX so I wasn't aware of the
>> >>>> issue elsewhere. Just FYI, this is a unit test I wrote for the type
>> >>>> system while I was developing it. I'll reply here once I have a fix
>> >>>> committed to git.
>> >>>>
>> >>>> Thanks!
>> >>>> steven
>> >>>>
>> >>>> On Fri, Oct 26, 2012 at 1:03 AM, Michael Gogins
>> >>>> wrote:
>> >>>>> I don't know if this problem will prevent me from developing in
>> >>>>> Csound
>> >>>>> 6's main branch, since it seems to come at the end of the CMake
>> >>>>> build:
>> >>>>>
>> >>>>> [100%] Built target translations
>> >>>>> Linking C executable csoundTypeSystemTest
>> >>>>> CMakeFiles/csoundTypeSystemTest.dir/csound_type_system_test.c.o: In
>> >>>>> function `main':
>> >>>>> /home/mkg/csound6/tests/c/csound_type_system_test.c:24: undefined
>> >>>>> reference to `csoundAddStandardTypes'
>> >>>>> /home/mkg/csound6/tests/c/csound_type_system_test.c:26: undefined
>> >>>>> reference to `csoundGetTypeWithVarTypeName'
>> >>>>> /home/mkg/csound6/tests/c/csound_type_system_test.c:27: undefined
>> >>>>> reference to `csoundCreateVariable'
>> >>>>> /home/mkg/csound6/tests/c/csound_type_system_test.c:30: undefined
>> >>>>> reference to `csoundAddVariable'
>> >>>>> /home/mkg/csound6/tests/c/csound_type_system_test.c:32: undefined
>> >>>>> reference to `csoundFindVariableWithName'
>> >>>>> /home/mkg/csound6/tests/c/csound_type_system_test.c:35: undefined
>> >>>>> reference to `csoundFindVariableWithName'
>> >>>>> collect2: ld returned 1 exit status
>> >>>>> make[2]: *** [tests/c/csoundTypeSystemTest] Error 1
>> >>>>> make[1]: *** [tests/c/CMakeFiles/csoundTypeSystemTest.dir/all] Error
>> >>>>> 2
>> >>>>> make: *** [all] Error 2
>> >>>>> mkg@quattro:~/csound6$
>> >>>>>
>> >>>>> Regards,
>> >>>>> Mike
>> >>>>>
>> >>>>> --
>> >>>>> Michael Gogins
>> >>>>> Irreducible Productions
>> >>>>> http://www.michael-gogins.com
>> >>>>> Michael dot Gogins at gmail dot com
>> >>>>>
>> >>>>>
>> >>>>> ------------------------------------------------------------------------------
>> >>>>> Everyone hates slow websites. So do we.
>> >>>>> Make your web apps faster with AppDynamics
>> >>>>> Download AppDynamics Lite for free today:
>> >>>>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> >>>>> _______________________________________________
>> >>>>> Csound-devel mailing list
>> >>>>> Csound-devel@lists.sourceforge.net
>> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> Everyone hates slow websites. So do we.
>> >>> Make your web apps faster with AppDynamics
>> >>> Download AppDynamics Lite for free today:
>> >>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> >>> _______________________________________________
>> >>> Csound-devel mailing list
>> >>> Csound-devel@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >>
>> >>
>> >>
>> >> --
>> >> Michael Gogins
>> >> Irreducible Productions
>> >> http://www.michael-gogins.com
>> >> Michael dot Gogins at gmail dot com
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Everyone hates slow websites. So do we.
>> >> Make your web apps faster with AppDynamics
>> >> Download AppDynamics Lite for free today:
>> >> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> >> _______________________________________________
>> >> Csound-devel mailing list
>> >> Csound-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Everyone hates slow websites. So do we.
>> > Make your web apps faster with AppDynamics
>> > Download AppDynamics Lite for free today:
>> > http://p.sf.net/sfu/appdyn_sfd2d_oct
>> > _______________________________________________
>> > Csound-devel mailing list
>> > Csound-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> ------------------------------------------------------------------------------
>> The Windows 8 Center
>> In partnership with Sourceforge
>> Your idea - your app - 30 days. Get started!
>> http://windows8center.sourceforge.net/
>> what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
>>
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> The Windows 8 Center
> In partnership with Sourceforge
> Your idea - your app - 30 days. Get started!
> http://windows8center.sourceforge.net/
> what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com
------------------------------------------------------------------------------
The Windows 8 Center
In partnership with Sourceforge
Your idea - your app - 30 days. Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |