Embeding Perl into C++ Applications grant update
Wed, 30-Jun-2010 by
Alberto Simões
edit post
Leon sent me some updates on his grant:
bq. _I've been less productive than previous period this time, mainly due to school obligations. I've improved the Build system and the file layout. I've added some tests for regular expressions, which uncovered a number of bugs that seem to be fixed by now. Unless I uncover more bugs (not expecting them), the regexps are finished. I've also done some testing on windows, with limited success. Strawberry ships with a rather old compiler (gcc 3.4.5), which refused to compile my code, I hope I can get Curtis to update the gcc. Testing with MSVC is the next goal._
Comments (2)
FYI: strawberry 5.12 (both 32 and 64bit) ships with gcc 4.4.3
You're right. The code compiles, now I just have to deal with bugs in ExtUtils::CBuilder :-/ wrt linking.