Hi dispy,

Am 13.10.2011 um 14:26 schrieb dispy:
> I encountered a problem compiling LiteSQL on my ubuntu machine:
> 
> libmodel.a(generator.o): In function `AbstractFactory':
> /home/user/Arbeitsfläche/Quikka/Libs/litesql-src-0.3.12/litesql-src-0.3.12/src/generator/generator.hpp:67:
>  
> undefined reference to `litesql::wxFormBuilderGenerator::NAME'
> libmodel.a(generator.o): In function 
> `litesql::CodeGenerator::Factory<litesql::wxFormBuilderGenerator>::create()':
> /home/user/Arbeitsfläche/Quikka/Libs/litesql-src-0.3.12/litesql-src-0.3.12/src/generator/generator.hpp:94:
>  
> undefined reference to 
> `litesql::wxFormBuilderGenerator::wxFormBuilderGenerator()'
> collect2: ld returned 1 exit status
> 
> 
> I don't have any clue what is going wrong there. Especially: Why does 
> litesql attempt to use some kind of wx* things?? I installed 
> wxFormBuilder using synaptic but, as expected, didn't help.

I added a generator (experimental, not complete for now) for generating 
wxFormbuilder files with ui-elements for the different objecttypes.

A real dependency to wxWidgets is only added for building the also not anounced 
"Visual Litesql"-Tools, which contains a gui for 
editing the xml-files and starting code generation.
 
Actually there seems to be an old version of Makefile.in in svn, which doesnt 
contain the sources for wxFormbuilderGenerator. 
Will have a look at it as soon as possible but i am actually short of time. 

A possible fix could be (if you are using configure) a run of:
./autogen.sh #this regenerates the the automake stuff and configure
./configure 
make



HTH & Kind regards,
Gulliver


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Litesql-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/litesql-users

Reply via email to