User forums > Help

PANIC IN MY PC Problem in Windows with GLUT

(1/2) > >>

watt:
hi!

when i run my application i have this error:

-------------- Build: Release in b ---------------
mingw32-g++.exe -Wall -O2 -g  -I"D:\needed\Needed\compiler needs\include" -I"C:\Program Files\CodeBlocks\include"  -c D:\programacao\b\main.cpp -o obj\Release\main.o
mingw32-g++.exe: installation problem, cannot exec `cc1plus': No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

TDragon:

--- Quote from: watt on March 09, 2007, 07:42:42 pm ---mingw32-g++.exe: installation problem, cannot exec `cc1plus': No such file or directory

--- End quote ---
Are you using Windows Vista? If so, MinGW has problems with it. There are workarounds other people have used that can be found if you search the forums.

watt:

--- Quote from: TDragon on March 09, 2007, 08:20:51 pm ---
--- Quote from: watt on March 09, 2007, 07:42:42 pm ---mingw32-g++.exe: installation problem, cannot exec `cc1plus': No such file or directory

--- End quote ---
Are you using Windows Vista? If so, MinGW has problems with it. There are workarounds other people have used that can be found if you search the forums.

--- End quote ---
yes i'm using vista a i see this post:
http://forums.codeblocks.org/index.php?topic=4692.0
but i have some questios ...

"...there will be a button called Environment Variables (or something like that), click  it, now in System Variables, search Path, edit it and add: ;C:\CodeBlocks\bin\;C:\CodeBlocks\include\;C:\CodeBlocks\mingw32\bin\;C:\CodeBlocks\libexec\gcc\mingw32\3.4.4\;C:\CodeBlocks\lib\
Click on Ok..."

whats the name of variable?

stahta01:

--- Quote from: watt on March 09, 2007, 08:25:58 pm ---
--- Quote from: TDragon on March 09, 2007, 08:20:51 pm ---
--- Quote from: watt on March 09, 2007, 07:42:42 pm ---mingw32-g++.exe: installation problem, cannot exec `cc1plus': No such file or directory

--- End quote ---
Are you using Windows Vista? If so, MinGW has problems with it. There are workarounds other people have used that can be found if you search the forums.

--- End quote ---
yes i'm using vista a i see this post:
http://forums.codeblocks.org/index.php?topic=4692.0
but i have some questios ...

"...there will be a button called Environment Variables (or something like that), click  it, now in System Variables, search Path, edit it and add: ;C:\CodeBlocks\bin\;C:\CodeBlocks\include\;C:\CodeBlocks\mingw32\bin\;C:\CodeBlocks\libexec\gcc\mingw32\3.4.4\;C:\CodeBlocks\lib\
Click on Ok..."

whats the name of variable?

--- End quote ---

Path is the variable name, or at least it is under windows XP.
Tim S

watt:
-------------- Build: Release in Game ---------------
mingw32-g++.bat -L\usr\lib -L"C:\Program Files\CodeBlocks\lib"  -o bin\Release\Game.exe obj\Release\main.o   -s  -lglut -lGL -lGLU -lXxf86vm  -mwindows
MinGW Enviroment Command Console
....
D:\programacao\Game>C:\CodeBlocks\bin\mingw32-g++.exe -L\usr\lib -L"C:\Program Files\CodeBlocks\lib" -o bin\Release\Game.exe obj\Release\main.o -s -lglut -lGL
ld: cannot find -lGL
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

I dont understend why appear "\usr\lib" !?
i have the GL

Navigation

[0] Message Index

[#] Next page

Go to full version