PMP Mod 1.02 + Network Support

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

lliou
Posts: 1
Joined: Mon Nov 28, 2005 7:14 pm

Post by lliou »

hi,

Had tried to compiler the source code,
but have some error occurs,
could you help ?

make[1]: Entering directory `/home/psp/pmp1/pmp_mod_20060219/pmpmod'
psp-gcc -I.. -I../libavformat -I../libavcodec -I../libavutil -I./mod -I/usr/local/pspdev/psp/sdk/../include -I../libavcodec/mod -I. -I/usr/local/pspdev/psp/sdk/include -O3 -G0 -g -Wall -DHAVE_AV_CONFIG_H -c -o pmpmod.o pmpmod.c
/usr/local/pspdev/lib/gcc/psp/4.0.2/../../../../psp/include/stdint.h:163: error: conflicting types for ‘int_fast8_t’
../libavutil/common.h:129: error: previous declaration of ‘int_fast8_t’ was here/usr/local/pspdev/lib/gcc/psp/4.0.2/../../../../psp/include/stdint.h:164: error: conflicting types for ‘uint_fast8_t’
../libavutil/common.h:132: error: previous declaration of ‘uint_fast8_t’ was here In file included from ./mod/pmp_lib.h:33
./mod/net_io.h:39:23: error: curl/curl.h: No such file or directory
./mod/net_io.h:50: error: syntax error before ‘CURL’
./mod/net_io.h:50: warning: no semicolon at end of struct or union
./mod/net_io.h:51: warning: type defaults to ‘int’ in declaration of ‘res’
./mod/net_io.h:51: warning: data definition has no type or storage class
./mod/net_io.h:54: error: syntax error before ‘}’ token
./mod/net_io.h:54: warning: type defaults to ‘int’ in declaration of ‘netfd’


Thks
Post Reply