Reply
Thread Tools
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#1
Hi
How can I use boost under N900? If I can't, how can I use regular expressions?
Thanks in advance
 
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#2
If you can't find a pre-compiled version of boost using the package manager of your choice, you can always download the source code and compile it yourself:
http://sourceforge.net/projects/boos.../boost/1.46.1/

If you're only going to do simple matching, with stable patterns, writing your own matcher isn't extremely hard.

The result is a state machine that do transitions using the next character in the string you're matching against.
 
Posts: 540 | Thanked: 387 times | Joined on May 2009
#3
libboost is HORRIBLE to compile. I wouldn't wish it on someone. The source is huge, takes a LONG time to compile and it's not simple a ./configure, make, make install configuration.

Your question is somewhat vague...regular expressions, perl and sed come to mind.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#4
Originally Posted by marmistrz View Post
Hi
How can I use boost under N900? If I can't, how can I use regular expressions?
Thanks in advance
I haven't checked out how to use boost, but from the responses so far it seems it's not easily possible. Therefore: use the regexp class in QT.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#5
I need just a regexp engine.... What would be best for N900
 
Posts: 37 | Thanked: 191 times | Joined on Nov 2009 @ Finland
#6
 

The Following User Says Thank You to TomppaS For This Useful Post:
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#7
Originally Posted by marmistrz View Post
I need just a regexp engine.... What would be best for N900
QRegExp
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 

The Following User Says Thank You to uvatbc For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 14:18.