Building the key file generator for CentOS 5.x

Hey guys,

I'm trying to biuld the key file generator code in the marketplace module for CentOS 5.x. It builds fine on Windows, but when I try to use the LinuxBuildFile on CentOS it can't find the AppConfig.h file and the build fails.

I had to disable c++11 because the server has an older version of gcc. Could that be a problem? I'm not so hot on make files and the like, so any hinters would be awesome.

 

Thanks!

 

Rob

FYI, I once hacked together some PHP code that generates a valid key file for the Marketplace classes:

http://www.juce.com/forum/topic/create-tracktion-marketplace-key-file-php

I am not a PHP expert, so there may be some security loop holes, but in case you don't want (or can't) run binaries on your server, it could be a starting point.