Pages

Saturday, September 24, 2005

flamerobin with g++4 (on ubuntu breezy)

now it compiles with g++4 (on 64 bit)


I have checkout ibpp 2.4 from cvs


cat ../ibpp_checkout.sh


cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ibpp co -r rel_2_4 -P ibpp2


and overwrote the version that is in flamerobin tree


seems i had to recompile wxwidgets ;)

When i started flamerobin got this message

The library used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.4),

and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4).



Finally it worked after wxwidgets recompile



..:: ::..:: ::..::::..

3 comments:

  1. converting from mySQL:
    int(10) Error
    integer default '0' Error
    double(15,0) Error

    does nmeric replace double??


    also some names like active and row
    musr be quoted.

    Havnt tried short yet
    Not sure if mySQL or Fireb is the non standard animal

    BEWARE of EMS 'free trial' - it only does 30 rows
    Any software that promises a free trial and wastes my time NEVER gets any money EVER.

    ReplyDelete
  2. So flameRobin provides a template where i can write my field definitions.

    What I want is a drop-down list
    Because: converting from mySQL
    double(15,0) is illegal
    I dont know if double is a mySQL non standard type,
    or if FireB will accept double with slightly different params? or do I have to convert to 'numeric'

    So FlameRobin doesnt help.

    ReplyDelete
  3. use numeric then , i think you have created
    database with firebird's dialect 3 and with
    it you have to use quotes (close to standard specs)

    http://www.cpcug.org/user/clemenzi/technical/Databases/Firebird/SQL_Dialect.html

    ps:there is an support list for such questions



    And here is the firebird's(and interbase) manual

    http://www.firebirdsql.org/index.php?op=guide

    http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_download_documentation

    ReplyDelete