| 10.7 build now uploaded. Thanks!
steven
On Wed, Mar 21, 2012 at 5:30 PM, Steven Yi wrote:
> Yeah, I have it now. I'll start the build after this. Thanks!
>
> On Wed, Mar 21, 2012 at 5:30 PM, Victor Lazzarini
> wrote:
>> Ops, now I think it's done. Sorry about that.
>> On 21 Mar 2012, at 17:28, Victor Lazzarini wrote:
>>
>>> It does appear to be tagged.
>>> On 21 Mar 2012, at 17:21, Steven Yi wrote:
>>>
>>>> Did you push the tag? I just pulled and didn't see a tag come down.
>>>>
>>>> On Wed, Mar 21, 2012 at 4:24 PM, Victor Lazzarini
>>>> wrote:
>>>>> Never mind, I tagged it 5.17.3 (Csound5_17_3)
>>>>> Victor
>>>>> On 21 Mar 2012, at 14:30, Victor Lazzarini wrote:
>>>>>
>>>>>> Are we retagging? I was waiting for it to produce a new package.
>>>>>> On 21 Mar 2012, at 12:58, Steven Yi wrote:
>>>>>>
>>>>>>> No I moved them to interfaces/com/csounds/valueCacheable (they were
>>>>>>> in interfaces/com/valueCacheable).
>>>>>>>
>>>>>>> Also, 5.17.2 won't build here because of CsoundObj code. John, will
>>>>>>> you tag 5.17.3?
>>>>>>>
>>>>>>> On Wed, Mar 21, 2012 at 12:52 PM, Victor Lazzarini
>>>>>>> wrote:
>>>>>>>> Did you remove the ValueCacheable sources?
>>>>>>>> On 21 Mar 2012, at 12:41, Steven Yi wrote:
>>>>>>>>
>>>>>>>>> Committed fix to GIT.
>>>>>>>>>
>>>>>>>>> Yes, it's sort of has to do with the way SConstruct is setup, and
>>>>>>>>> Scons does not allow ignoring subdirectories with the Java command. I
>>>>>>>>> updated files where appropriate and after a while gave up and
>>>>>>>>> commented out offending lines. It was sort of a mess but it wasn't
>>>>>>>>> ready anyways, so it's safe to have it compiled but not used.
>>>>>>>>>
>>>>>>>>> Also, I had to make another change. SConstruct had
>>>>>>>>> "/Developer/Tools/Rez" hardcoded. I switched that to just "Rez" as
>>>>>>>>> XCode 4.3 no longer uses the /Developer folder. Instead, the folder
>>>>>>>>> has moved to /Applications/Xcode.app/Contents/Developer. However, the
>>>>>>>>> correct practice is to setup commandline tools to point to a developer
>>>>>>>>> folder, using:
>>>>>>>>>
>>>>>>>>> sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
>>>>>>>>>
>>>>>>>>> or:
>>>>>>>>>
>>>>>>>>> sudo xcode-select -switch /Developer
>>>>>>>>>
>>>>>>>>> xcode-select creates links to the tools in Developer/Tools to the
>>>>>>>>> /usr/bin folder. It allows switching versions of XCode (something I
>>>>>>>>> had to do a lot of to support different iOS builds with legacy XCode
>>>>>>>>> versions back in the day). This practice should work for everyone.
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> steven
>>>>>>>>>
>>>>>>>>> On Wed, Mar 21, 2012 at 12:37 PM, Victor Lazzarini
>>>>>>>>> wrote:
>>>>>>>>>> Oh yes I see it now. So you can't add any work-in-progress there that scons tries to build it no matter what. That is news to me.
>>>>>>>>>>
>>>>>>>>>> Victor
>>>>>>>>>>
>>>>>>>>>> On 21 Mar 2012, at 12:32, Steven Yi wrote:
>>>>>>>>>>
>>>>>>>>>>> [RANT] Because Scons is awful. [/RANT]
>>>>>>>>>>>
>>>>>>>>>>> The Sconstruct build automatically builds all java files in the
>>>>>>>>>>> interfaces directory. The Sconstruct build also generates the .java
>>>>>>>>>>> files from SWIG into that folder. It also leaves .class files in that
>>>>>>>>>>> folder. I'm done with SConstruct after this.
>>>>>>>>>>>
>>>>>>>>>>> I just managed a fix. Will upload and detail in another reply.
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Mar 21, 2012 at 12:22 PM, Victor Lazzarini
>>>>>>>>>>> wrote:
>>>>>>>>>>>> This is to do with code I have added yesterday, but it is not ready. Why is being built?
>>>>>>>>>>>>
>>>>>>>>>>>> Victor
>>>>>>>>>>>> On 21 Mar 2012, at 12:02, Steven Yi wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I just experienced the issue with Scons. Working on a fix now.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Mar 21, 2012 at 11:50 AM, Steven Yi wrote:
>>>>>>>>>>>>>> Hi John,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> The error message explains it, to use "-source 5" instead of "-source
>>>>>>>>>>>>>> 1.4". That should fix it up.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 1.4 is very old now, and Oracle has stopped supporting Java 5, as Java
>>>>>>>>>>>>>> 6 has been out a few years, and Java 7 is the current release. Was
>>>>>>>>>>>>>> this from scons or were you compiling by hand?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> steven
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Mar 21, 2012 at 10:27 AM, john ffitch wrote:
>>>>>>>>>>>>>>> javac -source 1.4 -target 1.4 -d interfaces -sourcepath interfaces interfaces/CS
>>>>>>>>>>>>>>> ....
>>>>>>>>>>>>>>> aces/com/valueCacheable/CachedButton.java interfaces/com/valueCacheable/CachedSlider.java interfaces/com/valueCacheable/CsoundValueCacheable.java interfaces/com/csounds/CsoundObj.java interfaces/com/csounds/CsoundObjCompletionListener.java
>>>>>>>>>>>>>>> AbstractValueCacheable.java:32: annotations are not supported in -source 1.4
>>>>>>>>>>>>>>> (use -source 5 or higher to enable annotations)
>>>>>>>>>>>>>>> @Override
>>>>>>>>>>>>>>> ^
>>>>>>>>>>>>>>> CachedButton.java:27: expected
>>>>>>>>>>>>>>> import import javax.swing.JButton;
>>>>>>>>>>>>>>> ^
>>>>>>>>>>>>>>> CachedButton.java:45: annotations are not supported in -source 1.4
>>>>>>>>>>>>>>> (use -source 5 or higher to enable annotations)
>>>>>>>>>>>>>>> @Override
>>>>>>>>>>>>>>> ^
>>>>>>>>>>>>>>> CachedButton.java:73: 'else' without 'if'
>>>>>>>>>>>>>>> else button.addActionListener(null);
>>>>>>>>>>>>>>> ^
>>>>>>>>>>>>>>> CachedSlider.java:49: annotations are not supported in -source 1.4
>>>>>>>>>>>>>>> (use -source 5 or higher to enable annotations)
>>>>>>>>>>>>>>> @Override
>>>>>>>>>>>>>>> ^
>>>>>>>>>>>>>>> CachedSlider.java:68: illegal start of type
>>>>>>>>>>>>>>> public void setup(CsoundObj csoundObj) {
>>>>>>>>>>>>>>> ^
>>>>>>>>>>>>>>> CachedSlider.java:68: ';' expected
>>>>>>>>>>>>>>> public void setup(CsoundObj csoundObj) {
>>>>>>>>>>>>>>> ^
>>>>>>>>>>>>>>> CachedSlider.java:68: ')' expected
>>>>>>>>>>>>>>> public void setup(CsoundObj csoundObj) {
>>>>>>>>>>>>>>> ^
>>>>>>>>>>>>>>> ......
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> No idea what this is about
>>>>>>>>>>>>>>> ==John ffitch
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> This SF email is sponsosred by:
>>>>>>>>>>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>>>>>>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> This SF email is sponsosred by:
>>>>>>>>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>>>>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> This SF email is sponsosred by:
>>>>>>>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>>>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> This SF email is sponsosred by:
>>>>>>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>> Senior Lecturer
>>>>>>>>>> Dept. of Music
>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> This SF email is sponsosred by:
>>>>>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> This SF email is sponsosred by:
>>>>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>> Dr Victor Lazzarini
>>>>>>>> Senior Lecturer
>>>>>>>> Dept. of Music
>>>>>>>> NUI Maynooth Ireland
>>>>>>>> tel.: +353 1 708 3545
>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> This SF email is sponsosred by:
>>>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> This SF email is sponsosred by:
>>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>> Dr Victor Lazzarini
>>>>>> Senior Lecturer
>>>>>> Dept. of Music
>>>>>> NUI Maynooth Ireland
>>>>>> tel.: +353 1 708 3545
>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> This SF email is sponsosred by:
>>>>>> Try Windows Azure free for 90 days Click Here
>>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> Dr Victor Lazzarini
>>>>> Senior Lecturer
>>>>> Dept. of Music
>>>>> NUI Maynooth Ireland
>>>>> tel.: +353 1 708 3545
>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> This SF email is sponsosred by:
>>>>> Try Windows Azure free for 90 days Click Here
>>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> This SF email is sponsosred by:
>>>> Try Windows Azure free for 90 days Click Here
>>>> http://p.sf.net/sfu/sfd2d-msazure
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> This SF email is sponsosred by:
>>> Try Windows Azure free for 90 days Click Here
>>> http://p.sf.net/sfu/sfd2d-msazure
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here
>> http://p.sf.net/sfu/sfd2d-msazure
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |