Thanks Mark
That modification made it.
/hex

-------------------------
Ursprungligt Meddelande:
Från: Mark Miesfeld <miesf...@gmail.com>
Till: hexi...@users.sourceforge.net, Open Object Rexx Users 
<oorexx-users@lists.sourceforge.net>
Kopia: 
Datum: lördag, 04 augusti 2012 03:36
Ämne: Re: [Oorexx-users] ooSQLIte enabling Full-text-search engine (FTS)
/hex,

You can compile by making this change in the make file:

#CFLAGS = /nologo /EHsc /O2 /Gr /Gs /Gy /FAs /Fa$(OUT_DIR)\ /MT
$(BASEFLAGS) $(MISCDEFS) /c
CFLAGS = /nologo /EHsc /O2 /Gs /Gy /FAs /Fa$(OUT_DIR)\ /MT
$(BASEFLAGS) $(MISCDEFS) /c

That is remove the /Gr flag from the CFLAGS.  The above are the
RELEASE flags.  I copied the original line and commented it out.  You
don't need to  make a copy of course, you can just remove the flag.
Do the same thing for the DEBUG build if you are building debug
versions.

I don't really see why, right off the bat, it compiles in 64-bit
without that change.  But it does.

The change shouldn't make any difference.  It might make the binary
slightly smaller and maybe execution slightly slower.  Very unlikely
anyone could perceive slower execution.

I ran a few quick tests just to make sure things still worked and they did.

For others perhaps reading this, FTS is a full text search module that
can be compiled into the database engine as an extension.

I have been wanting to fool with that, glad to see you experimenting.
At some point the question would be, should we compile that in by
default for ooSQLite.

--
Mark Miesfeld

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to