Raised This Month: $32 Target: $400
 8% 

Can't compile stub_mm? [UPDATED]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Tilt3d
Junior Member
Join Date: Aug 2012
Old 08-27-2012 , 02:21   Can't compile stub_mm? [UPDATED]
Reply With Quote #1

I've been at this for a little while now and am getting a little frustrated. My ducks should all be in a row but I'm still getting this very annoying string of compile errors.

Code:
1>------ Build started: Project: stub_mm, Configuration: Release - Original Win32 ------
1>  stub_mm.cpp
1>C:\HL2SDK\public\tier0/platform.h(668): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(668): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(673): error C2144: syntax error : 'bool' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(673): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(673): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(682): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(682): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(682): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1055): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1055): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1055): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1056): error C2144: syntax error : 'bool' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1056): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1056): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1059): error C2144: syntax error : 'double' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1059): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1059): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1060): error C2146: syntax error : missing ';' before identifier 'uint32'
1>C:\HL2SDK\public\tier0/platform.h(1060): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1060): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1061): error C2146: syntax error : missing ';' before identifier 'uint64'
1>C:\HL2SDK\public\tier0/platform.h(1061): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1061): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1065): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1065): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1065): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1068): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1068): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1068): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1071): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1071): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1071): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1074): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1074): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1074): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1078): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1078): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1078): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1080): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1080): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1080): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1136): error C2143: syntax error : missing ';' before 'const'
1>C:\HL2SDK\public\tier0/platform.h(1136): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1136): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1143): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1143): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1143): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1144): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1144): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1144): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1145): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1145): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1145): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1150): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1150): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1150): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1151): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1151): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1151): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1158): error C2144: syntax error : 'bool' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1158): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1158): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1163): error C2144: syntax error : 'bool' should be preceded by ';'
The list goes on...I've linked intefaces.lib, and added the non-deprecating preprocessor directives. I can't think of anything else that would be causing these errors. Any help would be much appreciated!

Last edited by Tilt3d; 08-27-2012 at 03:37.
Tilt3d is offline
Tilt3d
Junior Member
Join Date: Aug 2012
Old 08-27-2012 , 02:23   Re: Can't compile stub_mm?
Reply With Quote #2

I might also note this is the first MM:S plugin I've attempted and have not touched a line of code. This is using the CS:GO SDK from AM and the latest MM:S source, although I can't see how that would matter...the more you know I suppose

*EDIT: MSVC++ 10 Express

Last edited by Tilt3d; 08-27-2012 at 02:32.
Tilt3d is offline
Tilt3d
Junior Member
Join Date: Aug 2012
Old 08-27-2012 , 03:32   Re: Can't compile stub_mm?
Reply With Quote #3

So I just started on page 47 of this forum and scanned over each page, looking into any post with regards to stub/sample and/or compile errors, etc. Got through roughly 1 year (05-06) and jumped ahead a few pages. Repeated this until I got back to my post....apparently I am the only person receiving this error so I must be doing something incredibly wrong

What I've done:
  • Downloaded the reverse engineered HL2SDK for CSGO
  • Created unique system enivronment variable for HL2SDK
  • Downloaded MM:S development version (latest)
  • Created unique system environment variable for MM:S
  • Opened stub_mm.sln in MSVC++ 2010 Express
  • Changed Solution Config to Release: Original
  • Updated additional include directories to new enviro variables.
  • Added preprocessor definitions to deny deprecation of stdc calls as suggested
  • Linked interfaces.lib
  • Ran and received errors above

Still hunting down and remnants of information I must've missed. Thanks again in advance for any advice

Last edited by Tilt3d; 08-27-2012 at 03:33.
Tilt3d is offline
Tilt3d
Junior Member
Join Date: Aug 2012
Old 08-27-2012 , 06:28   Re: Can't compile stub_mm? [RESOLVED]
Reply With Quote #4

Well I am officially an idiot. For anybody else unfortunate enough to be as near-sighted as myself...do not overlook the necessity to define COMPILER_MSVC and COMPILER_MSVC32

Tilt3d is offline
psychonic

BAFFLED
Join Date: May 2008
Old 08-27-2012 , 07:44   Re: Can't compile stub_mm? [UPDATED]
Reply With Quote #5

Quote:
Originally Posted by Tilt3d View Post
I've been at this for a little while now and am getting a little frustrated. My ducks should all be in a row but I'm still getting this very annoying string of compile errors.

Code:
1>------ Build started: Project: stub_mm, Configuration: Release - Original Win32 ------
1>  stub_mm.cpp
1>C:\HL2SDK\public\tier0/platform.h(668): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(668): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(673): error C2144: syntax error : 'bool' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(673): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(673): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(682): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(682): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(682): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1055): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1055): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1055): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1056): error C2144: syntax error : 'bool' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1056): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1056): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1059): error C2144: syntax error : 'double' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1059): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1059): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1060): error C2146: syntax error : missing ';' before identifier 'uint32'
1>C:\HL2SDK\public\tier0/platform.h(1060): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1060): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1061): error C2146: syntax error : missing ';' before identifier 'uint64'
1>C:\HL2SDK\public\tier0/platform.h(1061): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1061): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1065): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1065): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1065): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1068): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1068): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1068): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1071): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1071): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1071): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1074): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1074): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1074): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1078): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1078): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1078): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1080): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1080): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1080): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1136): error C2143: syntax error : missing ';' before 'const'
1>C:\HL2SDK\public\tier0/platform.h(1136): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1136): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1143): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1143): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1143): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1144): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1144): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1144): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1145): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1145): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1145): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1150): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1150): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1150): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1151): error C2144: syntax error : 'void' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1151): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1151): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1158): error C2144: syntax error : 'bool' should be preceded by ';'
1>C:\HL2SDK\public\tier0/platform.h(1158): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\HL2SDK\public\tier0/platform.h(1158): error C2086: 'int DLL_IMPORT' : redefinition
1>          C:\HL2SDK\public\tier0/platform.h(668) : see declaration of 'DLL_IMPORT'
1>C:\HL2SDK\public\tier0/platform.h(1163): error C2144: syntax error : 'bool' should be preceded by ';'
The list goes on...I've linked intefaces.lib, and added the non-deprecating preprocessor directives. I can't think of anything else that would be causing these errors. Any help would be much appreciated!
"Configuration: Release - Original Win32"

The Release - CSGO configuration should already have those defines set and interfaces.lib included.
psychonic is offline
Tilt3d
Junior Member
Join Date: Aug 2012
Old 08-27-2012 , 11:02   Re: Can't compile stub_mm? [UPDATED]
Reply With Quote #6

Guess I didn't mention, there is no CSGO configuration
Tilt3d is offline
psychonic

BAFFLED
Join Date: May 2008
Old 08-27-2012 , 11:07   Re: Can't compile stub_mm? [UPDATED]
Reply With Quote #7

Quote:
Originally Posted by Tilt3d View Post
Guess I didn't mention, there is no CSGO configuration
If you don't see it, make sure that you're using the mmsource-central branch. Project files in the release branches don't get updated. The msvc10 file is also sometimes more up to date than the older ones, though it looks like that's what you're using.

I know it's there because I recently added it, making sure that all of the (msvc10) project files were up to date and creating the solution file to encompass all of them, http://hg.alliedmods.net/mmsource-ce...v/28397c678bc8 .
psychonic is offline
Tilt3d
Junior Member
Join Date: Aug 2012
Old 08-27-2012 , 19:45   Re: Can't compile stub_mm? [UPDATED]
Reply With Quote #8

You were correct, although eventually I got it configured...I downloaded from the wrong branch. Not sure how I bypassed the central branch (almost 4 times) by following links.

I retraced my steps (following wiki links to the MM:S dload page) and this time was directed to the central branch downloads, so all is fine . Sorry for all the confusion guys!
Tilt3d is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode