Csound Csound-dev Csound-tekno Search About

[Cs-dev] missing file in git sources ?

Date2011-12-18 14:27
FromDave Phillips
Subject[Cs-dev] missing file in git sources ?
Greetings,

After a git pull this morning :

gcc -o Top/csound.os -c -Wno-format -DGNU_GETTEXT -g 
-fomit-frame-pointer -freorder-blocks -fPIC -DLINUX -DPIPES 
-fvisibility=hidden -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK 
-DUSE_DOUBLE -DHAVE_SOCKETS -DHAVE_PTHREAD_SPIN_LOCK 
-DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET -DHAVE_FCNTL_H 
-DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H 
-DHAVE_TERMIOS_H -DHAVE_VALUES_H -DHAVE_SOCKETS -DHAVE_DIRENT_H 
-D__BUILDING_LIBCSOUND -D_CSOUND_RELEASE_ 
-DCS_DEFAULT_PLUGINDIR=\"/usr/local/lib/csound/plugins64\" -I. -IH 
-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux 
-I/usr/local/include -I/usr/include -I/usr/include -I/usr/X11R6/include 
Top/csound.c
In file included from Top/csound.c:62:0:
H/csound_orc.h:15:29: fatal error: csound_orcparse.h: No such file or 
directory
compilation terminated.
scons: *** [Top/csound.os] Error 1
scons: building terminated because of errors.


Just FYI.

Best,

dp


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-18 14:40
FromTito Latini
SubjectRe: [Cs-dev] missing file in git sources ?
AttachmentsNone  

Date2011-12-18 14:58
FromDave Phillips
SubjectRe: [Cs-dev] missing file in git sources ?
On 12/18/2011 09:40 AM, Tito Latini wrote:
> Hey Dave, add this
>
> -IEngine
>
>

Hi Tito,

I figured it out a few moments ago. Sorry for the noise, and thanks for 
the reply. :)

Best,

dp


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-18 15:08
FromDave Phillips
SubjectRe: [Cs-dev] missing file in git sources ?
On 12/18/2011 09:58 AM, Dave Phillips wrote:
> ... I figured it out a few moments ago.

Ah, no I didn't. I compiled the tarball without the problem but the git 
sources still fail with the same error, even with -IEngine.

Best,

dp


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-18 15:13
FromTito Latini
SubjectRe: [Cs-dev] missing file in git sources ?
AttachmentsNone  

Date2011-12-18 15:59
FromDave Phillips
SubjectRe: [Cs-dev] missing file in git sources ?
On 12/18/2011 10:13 AM, Tito Latini wrote:
>> Ah, no I didn't. I compiled the tarball without the problem but the git
>> sources still fail with the same error, even with -IEngine.
> Yes, there is a problem with scons and buildNewParser=0
>
>

Ah, okay. You're right, I'm building without the new parser.

Best,

dp


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-18 16:30
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] missing file in git sources ?
csound_orcparse.h is only for the new parser.  Who is asking for it?


> On 12/18/2011 10:13 AM, Tito Latini wrote:
>>> Ah, no I didn't. I compiled the tarball without the problem but the git
>>> sources still fail with the same error, even with -IEngine.
>> Yes, there is a problem with scons and buildNewParser=0
>>
>>
>
> Ah, okay. You're right, I'm building without the new parser.
>
> Best,
>
> dp
>
>
> ------------------------------------------------------------------------------
> Learn Windows Azure Live!  Tuesday, Dec 13, 2011
> Microsoft is holding a special Learn Windows Azure training event for
> developers. It will provide a great way to learn Windows Azure and what it
> provides. You can attend the event by watching it streamed LIVE online.
> Learn more at http://p.sf.net/sfu/ms-windowsazure
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-18 16:35
FromTito Latini
SubjectRe: [Cs-dev] missing file in git sources ?
AttachmentsNone  

Date2011-12-18 16:37
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] missing file in git sources ?
Fixed and committed

>> csound_orcparse.h is only for the new parser.  Who is asking for it?
>
> I have a fix; 5 minutes...
>
> Top/csound.c includes csound_orc.h
>
> tito
>
> ------------------------------------------------------------------------------
> Learn Windows Azure Live!  Tuesday, Dec 13, 2011
> Microsoft is holding a special Learn Windows Azure training event for
> developers. It will provide a great way to learn Windows Azure and what it
> provides. You can attend the event by watching it streamed LIVE online.
> Learn more at http://p.sf.net/sfu/ms-windowsazure
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-18 16:37
FromTito Latini
SubjectRe: [Cs-dev] missing file in git sources ?
AttachmentsNone  

Date2011-12-18 16:39
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] missing file in git sources ?
> ... and buildMultiCore=1 adds MultiCoreSources even if buildNewParser=0
>

Of course. If you want multicore then you need the new parser.  Tht is as
designed



------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-18 16:43
FromTito Latini
SubjectRe: [Cs-dev] missing file in git sources ?
AttachmentsNone  

Date2011-12-18 17:42
FromDave Phillips
SubjectRe: [Cs-dev] missing file in git sources ?
On 12/18/2011 11:43 AM, Tito Latini wrote:
> 2 solutions for scons:
>
> 1) buildMultiCore=1 ignored when buildNewParser=0
> 2) buildMultiCore=1 sets buildNewParser=1
>
> ???
>

Btw, here are my options for scons :

scons includeSerial=0 buildMultiCore=0 buildNewParser=0 
buildInterfaces=1 buildPythonWrapper=1 buildJavaWrapper=1 buildPDClass=1 
install=1 dynamicCsoundLibrary=1 Word64=1 buildRelease=1 
buildPythonOpcodes=1 useOSC=1 useDouble=1


All others have been left at their defaults.

Best,

dp


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-18 18:04
FromTito Latini
SubjectRe: [Cs-dev] missing file in git sources ?
AttachmentsNone  

Date2011-12-19 08:09
FromTito Latini
SubjectRe: [Cs-dev] missing file in git sources ?
AttachmentsNone