Thread: Linux Guide
View Single Post
Old January 1st, 2008   #12 (permalink)
Yassine
Registered User
 
Join Date: Feb 2007
Location: Bordeaux (France)
Posts: 51
hello

well i trying to compile on fat32 partition!and that the no permissions!

well now i have compile with this error message please :
Code:
t -f 'targets.cpp' || echo './'`targets.cpp; \
	then mv -f ".deps/libZeroGSogl_a-targets.Tpo" ".deps/libZeroGSogl_a-targets.Po"; else rm -f ".deps/libZeroGSogl_a-targets.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DRELEASE_TO_PUBLIC=1 -DZEROGS_SSE2=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -I. -I.  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer  -MT libZeroGSogl_a-zerogs.o -MD -MP -MF ".deps/libZeroGSogl_a-zerogs.Tpo" -c -o libZeroGSogl_a-zerogs.o `test -f 'zerogs.cpp' || echo './'`zerogs.cpp; \
	then mv -f ".deps/libZeroGSogl_a-zerogs.Tpo" ".deps/libZeroGSogl_a-zerogs.Po"; else rm -f ".deps/libZeroGSogl_a-zerogs.Tpo"; exit 1; fi
zerogs.cpp:321: warning: non-local variable ‘<anonymous union> g_vars’ uses anonymous type
zerogs.cpp: In function ‘bool ZeroGS::Create(int, int)’:
zerogs.cpp:946: error: ‘cgSetErrorHandler’ was not declared in this scope
zerogs.cpp: In function ‘void SetupFragmentProgramParameters(FRAGMENTSHADER*, int, int)’:
zerogs.cpp:1956: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1960: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1961: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1962: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1963: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1964: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1965: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1966: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1967: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1968: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1969: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1970: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1971: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1972: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1976: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1984: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1991: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:1998: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2005: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2010: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2015: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2020: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2025: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2030: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2037: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2042: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2046: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2050: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2054: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp: In function ‘void SetupVertexProgramParameters(_CGprogram*, int)’:
zerogs.cpp:2063: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2067: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2072: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2076: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2080: error: ‘cgIsParameterUsed’ was not declared in this scope
zerogs.cpp:2084: error: ‘cgIsParameterUsed’ was not declared in this scope
make[1]: *** [libZeroGSogl_a-zerogs.o] Erreur 1
make[1]: quittant le répertoire « /home/nadia/log/pcsx2/plugins/gs/zerogs/opengl »
make: *** [install-recursive] Erreur 1
Error with building plugins
nadia@Nadia-Elive[~/log/pcsx2]$
Yassine is offline   Reply With Quote