Re: [Xtcc-developer] Chat with pompon
Market Research Data Processing Suite
Status: Alpha
Brought to you by:
neilxdsouza
|
From: Neil D'S. <nei...@gm...> - 2010-06-08 06:23:28
|
Hi Pompon,
I have made a new library libqscript_compiletime which contains the
parser. I cannot eliminate the readline dependency right now - the
AbstractQuestion::GetDataFromUser() functions in question.cpp make calls to
it ( through read_data)
run an "svn update" and have a look at my changes to
simple_compile/CustomQScriptMakefile and note the change in
integrated_parsing/Makefile
Regards,
Neil
On Tue, Jun 8, 2010 at 12:36 AM, pom...@gm... <
pom...@gm...> wrote:
> 12:16 AM pom...@gm...: are you there?
> me: hi - yes very much.
> 12:17 AM in fact I was just going to mesg you
> pom...@gm...: update svn
> and look at data_conv/branches/integrated_parsing/Makefile
> 12:18 AM I hoped that I'll find all parsing functions in the
> libqscript_runtime.so
> 12:19 AM namely InitStatement(),yyrestart() and yyparse()
> what do you think about it?
> 12:20 AM me: i dont think all the parsing functions are there - let me
> have a look at the makefile which generates the runtime library
> pom...@gm...: can you add them?
> 12:21 AM and libreadline.so
> 12:22 AM me: the include and lib directories - can you set them as a
> relative symbolic link
> 12:23 AM i.e. using ../../../qscript/stubs/simple_compiler/include/
> pom...@gm...: whoops
> 12:28 AM done
> 12:29 AM works now?
> 12:30 AM me: I already updated the link here. I have modified the runtime
> Makefile to include q.cpp into the runtime library - this is the one which
> will add yyparse() into the library
> 12:32 AM pom...@gm...: what about lreadline?
> me: readline should be installed in your /usr/lib
> 12:33 AM just working on the boot -lfilesystem
> 12:34 AM pom...@gm...: ./lib//libqscript_runtime.so: undefined
> reference to `readline'
> 12:35 AM I'd like not compiling with -lreadline, since it is used only by
> parsing functions
> me: try dropping it
> pom...@gm...: so qscript_runtine should have a dependency on
> readline
> 12:36 AM already tried
> if not compiled with -lreadline, I've got: ./lib//libqscript_runtime.so:
> undefined reference to `readline'
> 12:38 AM me: I need to read my boost filesystem documentation for 1.43 to
> figure out why it doesnt compile. Can I get back to you tomorrow?
> pom...@gm...: ok
> 12:39 AM me: thanks - I will drop you a mail if I figure it out
>
|