Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » pregexp isn't compiling complaining about undefined symbols
Re: pregexp isn't compiling complaining about undefined symbols [message #30483 is a reply to message #21071] Tue, 04 January 2011 15:03 Go to previous message
linuxeasy is currently offline  linuxeasy
Messages: 1
Registered: January 2011
Location: Mumbai, India
Junior Member
Thanks for the info domingoad,

Actually i came across this thread while searching for the solution of the same _imp_pcre_free, _imp_pcre_malloc kind errors, and your solution worked for me.

Though my work wasn't related to ultimate++ but i was trying to compile a cppcms and was getting stuck at this error.

just for anyone who reaches here for the same error, the changes to be made in the file of cppcms is here:

cppcms-0.99.5\booster\lib\regex\src\pcre_regex.cpp

#define BOOSTER_SOURCE
#include <booster/regex.h>
#include <string.h>
#define PCRE_EXP_DECL extern // <--- this is the addition.
#include <pcre.h>

This is probably a general error that can be encountered while compiling anything that requires pcre library on windows.
once again thanks a lot for your help.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CtrlCore.h const correctnes fixes
Next Topic: GCC warnings patch - mega mix 3 - signed/unsigned compares and stuff (SVN r2960)
Goto Forum:
  


Current Time: Sun Apr 28 02:24:26 CEST 2024

Total time taken to generate the page: 0.04379 seconds