Staffan

If I recall it correctly, Mark “lifted” out some modules to 
/incubator/APICommon, so you need to have those libs on your pc as well. You 
should see references in the makefile.win like this

APICOMMON_DIR = 

/hex






Från: Staffan Tylen
Skickat: ‎torsdag‎ den ‎2‎ ‎oktober‎ ‎2014 ‎12‎:‎09
Till: Open Object Rexx Users





Hex, as a matter of fact I only tried to compile the latest SVN update without 
knowing which sqlite version is included.



Staffan






On Wed, Oct 1, 2014 at 1:38 PM, <hexi...@users.sourceforge.net> wrote:





I made a note to myself, to be able to compile the “latest” SQLITE amalgation

ie. I compared Marks changes with the SQlite  amalgation 

I suppose that’s what you are trying, compile lastest sqlite amalgation, or…

/hex






Från: Staffan Tylen
Skickat: ‎onsdag‎ den ‎1‎ ‎oktober‎ ‎2014 ‎11‎:‎35


Till: Open Object Rexx Users







No I haven't seen this before. Where does this information come from? Will try 
it out later.



Staffan






On Tue, Sep 30, 2014 at 9:56 PM, <hexi...@users.sourceforge.net> wrote:




Staffan

Have you done this




Changes needed for compilation of SQLITE amalgation to oosqlite 
-------------------------
Last in sqlite3.c module ADD




#ifdef OOSQLITE_BUILD
SQLITE_API const sqlite3_api_routines* oosqlite3_get_routines(void){
    return &sqlite3Apis;
}
#endif




--------------
Last in sqlite3.h ADD




#ifdef OOSQLITE_BUILD




#ifdef __cplusplus
extern "C" {
#endif




typedef struct sqlite3_api_routines sqlite3_api_routines;
extern SQLITE_API const sqlite3_api_routines *oosqlite3_get_routines(void);




#ifdef __cplusplus
}  /* end of the 'extern "C"' block */
#endif




#endif /* end if OOSQLITE_BUILD */






Skickat från Windows E-post





Från: Staffan Tylen
Skickat: ‎tisdag‎ den ‎30‎ ‎september‎ ‎2014 ‎21‎:‎42
Till: Open Object Rexx Users







Hi Mike, I'm trying to compile the latest available source for ooSQLite but am 
receiving loads of error messages. I've updated my makefile to include recent 
changes in makefile.win. Below are the messages I receive.




Microsoft (R) Program Maintenance Utility Version 11.00.60610.1

Copyright (C) Microsoft Corporation.  All rights reserved.






------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to