Sorry, again:
http://bazaar.launchpad.net/%7Eyade-dev/yade/trunk/annotate/head%3A/SConstruct#L189
env['SUFFIX']=env['SUFFIX_NODEBUG']+('' if not env['debug'] else *'/dbg')*
Is the '/dbg' at the end is correct? I thinks it causes the problem.
And maybe it calls a bug with combined-files?
Anton
On Fri, Oct 1, 2010 at 4:45 PM, Anton Gladky <[email protected]> wrote:
> Hi, Vaclav!
>
> I have one more problem with last commit. I have compiled it with
> debug=True, but I cant start yade-batch in this case. It says:
>
> sh: /home/gladk/dem/yade/currentNew/build/bin/yade-currentNew/dbg: not
>> found
>>
>
> yade-currentNew is not a folder, it is just a binary.
>
> Anton
>
>
>
> 2010/10/1 Václav Šmilauer <[email protected]>
>
> > if the file does not exist, we can not read it in 3-rd string. May I
>> just
>> > skip it, something like that:
>> >
>> > if os.path.exists(combinedFiles)
>> > *and*combinedFilesMd5!=md5.md5(open(combinedFiles).read()).hexdigest():
>> I have no time to test it, but that is what I had in mind: if the file is
>> absent, don't do anything special.
>>
>> HTH, v.
>>
>
>
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help : https://help.launchpad.net/ListHelp