View Single Post
  #15  
Old 01-12-2015, 05:00 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Compiling the 'latest' source code is like buying the fastest computer at the store..it's already outdated...

Compiling source code (conventionally) should essentially be:

1 - pull latest repo

2 - check show log for any additions/deletions that require re-running cmake (and re-run, if necessary)

3 - compile latest source code


EDIT: In all honesty..it might have been cause by the issue with OP_FormattedMessage encoding, that I 'hope' I fixed last night.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote