Author Topic: Op2 Compiler  (Read 10441 times)

Offline Mcshay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 404
Op2 Compiler
« Reply #25 on: October 13, 2005, 07:26:55 PM »
Yes.

Offline Hooman

  • Administrator
  • Hero Member
  • *****
  • Posts: 4954
Op2 Compiler
« Reply #26 on: October 14, 2005, 01:48:26 AM »
Well, if the compiler runs, and you're not getting a DLL, then it's probably gotta have something to do with the linker. Are you not getting any output? Or are you getting an EXE instead of a DLL? If that's the case, it's a compiler flag. If you're not getting anything out, then it's probably not calling the linker on the compiled object modules.

Offline Mcshay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 404
Op2 Compiler
« Reply #27 on: October 14, 2005, 05:37:59 AM »
I'm not getting anything out.

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Op2 Compiler
« Reply #28 on: October 14, 2005, 07:30:37 AM »
You tried this right?

Quote
And you can download the compiler files at:
http://www.outpostuniverse.net/files/coding/toolkit.rar

Just extract to a folder. Start Codeblocks, go to Settings > Compiler. Select MSVC++ Toolkit from the list. Go to the Programs tab and browse for the folder you extracted to.

This sets the correct path for your compiler (since it won't auto-detect it since you didn't run the actual installer)

Make sure you follow all of the other directions on the setup page, to configure the linker settings and what not. Just skip the part about the "Compilers auto detection" window, and insert the above directions in instead.

Are you getting any error messages at all when you try to compile?

Offline TH300

  • Hero Member
  • *****
  • Posts: 1404
    • http://op3game.net
Op2 Compiler
« Reply #29 on: October 14, 2005, 01:04:20 PM »
CodeBlocks + the toolkit do also not work on my comp. (I have the toolkit-package that hacker made, too)
I got some error, but don't remember it. I will find it out later.

EDIT: here is it:
Quote
Switching to target: default
Main.cpp
c1xx : fatal error C1083:
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
« Last Edit: October 15, 2005, 05:28:50 AM by TH300 »

Offline Mcshay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 404
Op2 Compiler
« Reply #30 on: October 14, 2005, 06:49:33 PM »
i did use that toolkit, I get no errors, I followed all the instructions. So then it's not calling the linker?

Offline Mcshay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 404
Op2 Compiler
« Reply #31 on: October 15, 2005, 07:45:58 AM »
Quote
CodeBlocks + the toolkit do also not work on my comp. (I have the toolkit-package that hacker made, too)
I got some error, but don't remember it. I will find it out later.

EDIT: here is it:
Quote
Switching to target: default
Main.cpp
c1xx : fatal error C1083:
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
I just noticed i get that too.

Offline Mcshay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 404
Op2 Compiler
« Reply #32 on: October 15, 2005, 11:53:32 AM »
Quote
check in ./ReleaseMinSize for OP2Script.dll. it should be there when using msvc; for codeblocks i have no idea where it puts it.
I just did a search for that dll, and nothing turned up.

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Op2 Compiler
« Reply #33 on: October 15, 2005, 01:39:42 PM »
I suggest you download MSVC. Your have no problems with it.

Offline Hooman

  • Administrator
  • Hero Member
  • *****
  • Posts: 4954
Op2 Compiler
« Reply #34 on: October 15, 2005, 05:11:50 PM »
I have no idea what the problem is, and to be honest I've never used codeblocks, but I've googled the error message and came across the following:

Quote
When "Command execution failed" appears, switch to the "Code::Blocks Debug" message tab. It contains the failed command line.
To display this tab, if it is not visible, go to Settings/Environment (you will have to restart CB to show it).

and if that's nonsense:
Quote
in Setting/Configure Plugins/Compiler
select the correct compiler,
click on the "Other" tab and
set "Compiler Logging" combo to "Full Command Line"
than post again the compiler log
Apparently that will give better error messages. At least then we'd have a better idea how to help.

Or maybe this is all just nonsense. I really wouldn't know. :(
 

Offline Mcshay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 404
Op2 Compiler
« Reply #35 on: October 15, 2005, 07:21:04 PM »
Hmm... nothing in any areas discovered using those instructions said anything about an error.

Edit: I saw something online in which these two lines i get:

Main.cpp
c1xx : fatal error C1083:

would mean that Main.ccp does not exist, or cannot be opened.

Linky: http://www.icsharpcode.net/opensource/sd/F...p?TOPIC_ID=7714

Edit2: also, this is my full compiler readout from the mentioning of Main.ccp:

Main.cpp
c1xx : fatal error C1083:
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
« Last Edit: October 15, 2005, 07:37:13 PM by Mcshay »

Offline Mcshay

  • Administrator
  • Sr. Member
  • *****
  • Posts: 404
Op2 Compiler
« Reply #36 on: November 23, 2005, 04:38:33 PM »
I seem to only get 1/10th of the files in MSVC++'s /include file and mabe my lib file on my Xp computer, I get all of them on my Me.