![]() |
Makefile Errors
Hello Awesome Programmers:
I was trying to get the adambots configure.py script to work with a mac once and for all last night, and was up 'till 3 or so trying to debug this one error. :eek: I installed MCC18 in wine, set my path variable. I installed GAWK via fink (a darwin ports thing) and set my path accordingly. I then modified the configure.py script so that it matched the proper commands needed. The python script executes marvelously, and it makes a proper makefile. I plan on releasing this on CD when I am finished, However, when I executed the makefile, i got this: Code:
-e Compiling adc.o...The line of makefile that is causing this is the line that forces cpp to look for dependencies that MCC18 apparently uses to compile. Here is the line: Code:
@cpp -nostdinc -isystem $(INCLUDE_PATH) -D __$(PIC) -M -MP ./$< -MF .deps/$*.depsCode:
/Users/jordanperr/.wine/drive_c/MCC18/hCode:
MCC18=wine mcc18.exe |
Re: Makefile Errors
Ok, I think I am on to something. The makefile is not creating any .o object files to begin with. So it makes sense that CPP is having trouble. I will try and fix this tonite. Got a dentist's appointment in like, 15 minutes and the office is a good 30 minutes away, so gahh..
|
| All times are GMT -5. The time now is 17:59. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi