| On 02/04/2014 09:18 AM, Steven Yi wrote:
> I imagine the git version is fine. As for the boost issue, perhaps
> Michael or other C++ expert might have some ideas. If you continue to
> have problems though, please do followup here.
>
> Thanks!
> steven
Bad installation, sorry for the noise. Reinstalled Fedora 19, compiled
and installed Csound6 from git this afternoon, no problems. :)
Best,
dp
>
> On Mon, Feb 3, 2014 at 2:42 PM, Dave Phillips wrote:
>> On 02/03/2014 12:09 PM, Steven Yi wrote:
>>> Hi Dave,
>>>
>>> I looked online but didn't see much for the GIT issue. What version
>>> of GIT do you have?
>>
>> git 1.8.3.1
>>
>>
>>
>>> For the Boost issue, I see it's using the headers from /usr/include.
>>> Is that the one you have installed when you refer to having 1.5.3
>>> installed?
>>
>> 1.53, and yes, the headers are in the /usr/include/boost directory.
>>
>> I'm having some other problems with the installation, maybe related.
>>
>> Best,
>>
>> dp
>>
>>
>>> steven
>>>
>>> On Mon, Feb 3, 2014 at 11:51 AM, Dave Phillips
>>> wrote:
>>>> Greetings,
>>>>
>>>> I need a 64-bit system so I installed Fedora 19 on a partition on my
>>>> laptop.
>>>> No problems with the installation, and I've already built and installed a
>>>> few small libs. However, I've hit some snags with Csound.
>>>>
>>>> First, when I tried to acquire a fresh git tree I received this error
>>>> consistently :
>>>>
>>>> [dlphilp@localhost src]$ git clone
>>>> git://git.code.sf.net/p/csound/csound6-git csound-csound6-git
>>>> Cloning into 'csound-csound6-git'...
>>>> remote: Counting objects: 67369, done.
>>>> remote: Compressing objects: 100% (18504/18504), done.
>>>> error: inflate: data stream error (incorrect data check)MiB/s
>>>> fatal: pack has bad object at offset 34097338: inflate returned -3
>>>> fatal: index-pack failed
>>>>
>>>>
>>>> I have no idea what's happening there, so I decided to simply copy the
>>>> source tree from another partition. Had no problems, even 'git pull'
>>>> worked
>>>> fine. I did a 'make clean' from the build directory, removed the previous
>>>> Cmake cache file, and started over with 'cmake ...' (from the build
>>>> directory of course). Alas, the build fails when it gets to the Chua
>>>> oscillator, with many messages like this one :
>>>>
>>>> In file included from /usr/include/c++/4.8.2/string:52:0,
>>>> from /usr/include/c++/4.8.2/bits/locale_classes.h:40,
>>>> from /usr/include/c++/4.8.2/bits/ios_base.h:41,
>>>> from /usr/include/c++/4.8.2/ios:42,
>>>> from /usr/include/c++/4.8.2/ostream:38,
>>>> from /usr/include/c++/4.8.2/iostream:39,
>>>> from /usr/include/boost/serialization/array.hpp:9,
>>>> from /usr/include/boost/numeric/ublas/storage.hpp:21,
>>>> from /usr/include/boost/numeric/ublas/vector.hpp:19,
>>>> from
>>>> /home/dlphilp/src/csound-csound6-git/Opcodes/chua/ChuaOscillator.cpp:121:
>>>> /usr/include/c++/4.8.2/bits/basic_string.h:2792:12: error:
>>>> 'basic_istream'
>>>> does not name a type
>>>> inline basic_istream<_CharT, _Traits>&
>>>>
>>>>
>>>> I have a complete Boost 1.53 installed but I'm missing something.
>>>>
>>>> Any suggestions or pointers to a solution would be vastly appreciated.
>>>> The
>>>> installation is new, perhaps I've missed a few needed items ?
>>>>
>>>> Best regards,
>>>>
>>>> dp
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug trackers
>>>> csound6:
>>>> https://sourceforge.net/p/csound/tickets/
>>>> csound5:
>>>> https://sourceforge.net/p/csound/bugs/
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>> Send bugs reports to the Sourceforge bug trackers
>>> csound6:
>>> https://sourceforge.net/p/csound/tickets/
>>> csound5:
>>> https://sourceforge.net/p/csound/bugs/
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>> https://sourceforge.net/p/csound/tickets/
>> csound5:
>> https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
> https://sourceforge.net/p/csound/tickets/
> csound5:
> https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>
|