Can't find win_inttypes

Asked by Bert

Hi,

It's the first time I try to compile PBXT on windows (Vista, VS 2005).
I followed the description from http://www.primebase.org/documentation/#windows.

The storage\pbxt\pbxt.vproj is created and when I open MySql.sln I choose build.
The building starts but starts raising errors that it can't find win_inttypes.
Where should this file exist?

Kind regards,
Bert

Question information

Language:
English Edit question
Status:
Solved
For:
PBXT Edit question
Assignee:
No assignee Edit question
Solved by:
Vladimir Kolesnikov
Solved:
Last query:
Last reply:
Revision history for this message
Vladimir Kolesnikov (vkolesnikov) said :
#1

Hi Bert,

win_inttypes.h is a pbxt source file. It should be located in <pbxt-root>/src folder, i.e. relative to mysql source root: <mysql-root>/storage/pbxt/src. What server version are you building for? Are you building for 32-bit Windows? Also if you can attach your pbxt.vcproj I will take a look at it and maybe find the problem (assuming that win_inttypes.h exists...)

Revision history for this message
Bert (bert-herngreen) said :
#2

Hi Vladimir,

Thank you for your reaction.
I work with Vista 32-bits.
I downloaded pbxt-1.0.09-rc and extracted all the files to /storage/pbxt, after that I followed the documentation.

The pbxt-1.0.09-rc.tar.gz doesn't contain win_inttypes.h and therefore it's also missing in /storage/pbxt/src.
Maybe pbxt-1.0.09-rc.tar.gz isn't a complete archive because of the Realease Candidate stage, should I download an other file?

Revision history for this message
Best Vladimir Kolesnikov (vkolesnikov) said :
#3

Hi Bert,

that must be problem in the package... I will let our packager know of it - thank you! For now you can simply get the file by this link form our repository:

http://bazaar.launchpad.net/%7Epbxt-core/pbxt/trunk/annotate/head%3A/src/win_inttypes.h

I'm not sure what other files might this package miss. If will you have any other problems - please let me know and I will send you a working archive... Otherwise I can recommend you to use our Bazaar repository where by alias lp:pbxt you can always get the latest stable version (you will need to have bazaar installed).

Revision history for this message
Bert (bert-herngreen) said :
#4

Thanks Vladimir Kolesnikov, that solved my question.