← Back to team overview

kicad-developers team mailing list archive

Help with kicad make

 

Hi All,

My OS is WinXP
I have installed MinGW-3.1.0-1 to C:\LinuxDev\MinGW
I have installed MSYS-1.0.9 to C:\LinuxDev\msys
I have installed msysDTK-1.0.0
The hello world examples compile fine

I have loaded wxMSW-2.6.3 to C:\LinuxDev\msys\home\wxWidgets-2.6.3
I have built the wxWidgets (took more than an hour to compile!)
I have built the wxWidgets samples. They compile fine.

I have loaded kicad-sources-2006-01-19 to 
C:\LinuxDev\msys\home\kicad-dev

Now the guesswork starts.  
??? How to install the wxWidgets that I have just compiled? 
I copied the wxWidgets\lib folder to C:\LinuxDev\wxWidgets-2.6.3\lib

I then set the environment variable WXWIN=/C/LinuxDev/wxWidgets-2.6.3

I then run "make -f makefile.g95" and get millions of errors (see 
below)
Please help.

Regards
Derek

../include/wxstruct.h:521: `wxDC' was not declared in this scope
../include/wxstruct.h:521: `DC' was not declared in this scope
../include/wxstruct.h:521: parse error before `&' token
../include/wxstruct.h:522: parse error before `&' token
../include/wxstruct.h:523: `wxCommandEvent' was not declared in this 
scope
../include/wxstruct.h:523: `event' was not declared in this scope
../include/wxstruct.h:523: invalid data member initialization
../include/wxstruct.h:523: variable or field `OnSelectOptionToolbar' 
declared 
void
../include/wxstruct.h:524: `wxCommandEvent' was not declared in this 
scope
../include/wxstruct.h:524: `event' was not declared in this scope
../include/wxstruct.h:524: invalid data member initialization
../include/wxstruct.h:524: variable or field `ToolOnRightClick' 
declared void
../include/wxstruct.h:528: `wxDC' was not declared in this scope
../include/wxstruct.h:528: `DC' was not declared in this scope
../include/wxstruct.h:528: invalid data member initialization
../include/wxstruct.h:528: variable or field `HandleBlockPlace' 
declared void
../include/wxstruct.h:529: `wxDC' was not declared in this scope
../include/wxstruct.h:529: `DC' was not declared in this scope
../include/wxstruct.h:529: invalid data member initialization
../include/wxstruct.h:532: `wxCommandEvent' was not declared in this 
scope
../include/wxstruct.h:532: `event' was not declared in this scope
../include/wxstruct.h:532: invalid data member initialization
../include/wxstruct.h:532: variable or field `Process_Settings' 
declared void












Follow ups