Re: [Xtcc-developer] Chat with pompon.pompon@gmail.com
Market Research Data Processing Suite
Status: Alpha
Brought to you by:
neilxdsouza
|
From: Neil D'S. <nei...@gm...> - 2010-06-09 04:40:35
|
On Tue, Jun 8, 2010 at 5:29 PM, pom...@gm... <
pom...@gm...> wrote:
>
> These messages were sent while you were offline.
>
> 5:29 PM pompon: 'make -f CustomQScript local_install' fails because
> simple_compiler/make-build-dir/compiletime_lib is not being created.
>
NxD: I have added "compiletime_lib" to the subversion
repository
> ------------------------------
> 55 minutes
> 6:24 PM pompon: "I cannot eliminate the readline dependency right now" - I
> didn't mean to eliminate the dependency, but add dependency to the
> qscript_compiletime, so as to make it require the libreadline.so
> 6:29 PM as you can see in data_conv/branches/integrated_parsing/main.cpp I
> wrote a specification for the binary output file for now
> 6:30 PM I need a specification for input data files - do you have it
> somewhere, or shall I write it too?
>
" <question> = <question name> ' ' <type> ' '
<first byte> ' ' <last byte> '\n' "
I have looked at the map, in main.cpp. Implied is
single coded/ multi coded can be determined by ( "last byte" - "first
byte")/sizeof(type), so we do not need to mention this in the map.
The input for the data file is the "1.dat", "2.dat"
files which are generated by the qscript generated exe. You can go ahead and
write a specification. I am currently concentrating on the navigation for
array questions and will shift my focus to the data part once we have the
array navigation working at a basic level of functionality. Please send me a
draft spec.
Thanks,
NxD
|