Error occur during run the btool

Asked by Javis

I get an error during the btool.exe. The error that i get shown as below:

Make error line 202: executeCommand : could not create process : The system cannot find the file specified
Make error line 202: <cxxtestpart> problem:

May i know what happen to this? How to solve this problem? I needs a help from u all. Thank you very much!

Question information

Language:
English Edit question
Status:
Solved
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Solved by:
sas
Solved:
Last query:
Last reply:
Revision history for this message
ishmal (ishmalius) said :
#1

Hi, Javis.

Recently, Jasper added two new tasks for running tests. Both of these tasks require Python. So all you need to do is add the directory for python.exe to the PATH variable. Probably c:\devlibs\python, or wherever you have the libs installed.

Revision history for this message
Javis (bgteow84) said :
#2

Hi Ishmal,

Thanks for yours reply. The problem have solved but another error is occur. Hope u can help me again. Thanks!

The new error shown as below:

src/extension/internal/pdfinput/pdf-parser.cpp:2257 error: no matching function for call to 'GfxFont::getNextChar<char*&, int&, CharCode*, Unicode**, int*, double*, double*, double*, double*)'

c:/devlibs/include/poppler/GfxFont.h:204: note: candidates are: virtual int GfxFont::getNextChar<char*, int, CharCode*, Unicode*, int, int*, double*, double*, double*, double*>

FYI, i'm using the latest devlibs 2.12.

Thank you very much!

Revision history for this message
sas (sas-sas) said :
#3

This is caused by a mismatch with the version of Poppler being used.

> FYI, i'm using the latest devlibs 2.12.

Have you done an SVN update on it? (If not, your Poppler will be out of date.)

Revision history for this message
Javis (bgteow84) said :
#4

Hi sas,

Thanks for your reply.

May i know how to do svn update on the devlibs directory before i use it?

Thank you!

Revision history for this message
Best sas (sas-sas) said :
#5

Well, you do it the same way you would do an SVN update on your working copy of the Inkscape source. In my case, I use TortoiseSVN, so I would go to C:\devlibs (via My Computer), right click, and choose the SVN Update option.

Revision history for this message
Javis (bgteow84) said :
#6

Thanks for your help. The problem have been solved.

Revision history for this message
Javis (bgteow84) said :
#7

Thanks sas, that solved my question.

Revision history for this message
Javis (bgteow84) said :
#8

Thanks ishmal too. You oso help to solved my question.

Thank you!