1
| | Compiler: Default compiler
Executing g++.exe...
g++.exe "C:\DOCUME~1\Chad\LOCALS~1\Temp\Temporary Directory 1 for Gl_Lighting.ZIP\Lighting\Lighting.cpp" -o "C:\DOCUME~1\Chad\LOCALS~1\Temp\Temporary Directory 1 for Gl_Lighting.ZIP\Lighting\Lighting.exe" -I"C:\Dev-Cpp\lib\gcc\mingw32\3.4.2\include" -I"C:\Dev-Cpp\include\c++\3.4.2\backward" -I"C:\Dev-Cpp\include\c++\3.4.2\mingw32" -I"C:\Dev-Cpp\include\c++\3.4.2" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib" -L"C:\Dev-Cpp\mingw32\lib" -lalleg -lopengl32 -lglu32 -lglut32
C:\DOCUME~1\Chad\LOCALS~1\Temp\Temporary Directory 1 for Gl_Lighting.ZIP\Lighting\Lighting.cpp: In function `int WinMain(HINSTANCE__*, HINSTANCE__*, CHAR*, int)':
C:\DOCUME~1\Chad\LOCALS~1\Temp\Temporary Directory 1 for Gl_Lighting.ZIP\Lighting\Lighting.cpp:241: warning: passing NULL used for non-pointer converting 1 of `HWND__* CreateWindowExA(DWORD, const CHAR*, const CHAR*, DWORD, int, int, int, int, HWND__*, HMENU__*, HINSTANCE__*, void*)'
C:\DOCUME~1\Chad\LOCALS~1\Temp/cciobaaa.o(.text+0x15):Lighting.cpp: undefined reference to `ChoosePixelFormat@8'
C:\DOCUME~1\Chad\LOCALS~1\Temp/cciobaaa.o(.text+0x35):Lighting.cpp: undefined reference to `SetPixelFormat@12'
C:\DOCUME~1\Chad\LOCALS~1\Temp/cciobaaa.o(.text+0x619):Lighting.cpp: undefined reference to `auxSolidCube@8'
C:\DOCUME~1\Chad\LOCALS~1\Temp/cciobaaa.o(.text+0x665):Lighting.cpp: undefined reference to `SwapBuffers@4'
collect2: ld returned 1 exit status
Execution terminated |