..:: PCSX2 Forums ::..

Full Version: Compile Guide
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(04-29-2009, 10:27 AM)Air Wrote: [ -> ]odee > Try the latest trunk revision now. The problem you had opriginally should be fixed now. The memory allocation code has been streamlined, and the address it tries to grab fixed (the address was tyop'd to be 0z2400000 instead of 0x24000000 -- spot the difference Wink

thanks. now pcsx2 is working for me. Laugh
Does anybody here know how to change the internal name of the GDsx plugin (the name that appears in the Configuration section of pcsx2)? I have a modified one and I want to differentiate it from the original one. Pls tell me how to do it. Thnks in advance.
@Bin.Gang: no need to Smile, it adds an "m" whenever you compile it after being modified Smile
Oh, thanks LuisR14, I got it.
Facility users linux problems compile Pcsx2

compiled last version and plugins on build.sh

Binary file .tar.gz
Link removed. Maximu, read our rules, we do NOT allow on the forums third party compiles, nor links to any such.
(05-01-2009, 12:20 AM)Krakatos Wrote: [ -> ]Link removed. Maximu, read our rules, we do NOT allow on the forums third party compiles, nor links to any such.

I'm sorry did not know Blush I just wanted to help users to linux or at least one team official who is responsible for updating the binary versions linux beta mode:
Hey all,
When I compile, I get these warnings related to Gsdx. It still works fine, so I assume warnings are ok, but I figured I would check just in case. Thanks in advance.
Those warnings are normal.
I get this error message :

----------------
Building CDVDiso
----------------
Makefile.am: installing `./depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... gcc
checking whether we are using the GNU C++ compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking dependency style of gcc... gcc3
checking debug build... no
checking for development build...... no
checking for _aligned_malloc... no
checking for _aligned_free... no
checking gtk2+... checking for pkg-config... pkg-config
checking for main in -lstdc++... yes
checking for main in -lz... yes
checking for main in -lbz2... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
Configuration:
Debug build? no
Dev build? no
test -z "libCDVDiso.a" || rm -f libCDVDiso.a
test -z "libCDVDiso.so.0.9.0" || rm -f libCDVDiso.so.0.9.0
rm -f *.o
gcc -DPACKAGE_NAME=\"CDVDiso\" -DPACKAGE_TARNAME=\"cdvdiso\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"CDVDiso\ 0.9\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"CDVDiso\" -DVERSION=\"0.9\" -DNDEBUG=1 -D__LINUX__=1 -D_FILE_OFFSET_BITS=64 -I. -D_REENTRANT -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I./../../../common/include -I./../../../3rdparty -I./Linux -I../../../../3rdparty/zlib -O3 -fomit-frame-pointer -fPIC -Wno-unused-value -O3 -fomit-frame-pointer -fPIC -Wno-unused-value -fpermissive -MT CDVDisop.o -MD -MP -MF .deps/CDVDisop.Tpo -c -o CDVDisop.o CDVDisop.cpp
In file included from CDVDisop.cpp:11:
./Linux/Config.h:31:19: error: bzlib.h: No such file or directory
CDVDisop.cpp:48: warning: deprecated conversion from string constant to ‘char*’
CDVDisop.cpp:48: warning: deprecated conversion from string constant to ‘char*’
CDVDisop.cpp:53: warning: deprecated conversion from string constant to ‘char*’
CDVDisop.cpp: In function ‘s32 CDVDopen(const char*)’:
CDVDisop.cpp:168: warning: deprecated conversion from string constant to ‘char*’
make: *** [CDVDisop.o] Error 1
Error with building plugins

What can i do ?