swatpup32
Forum Replies Created
-
AuthorPosts
-
swatpup32Participant
I do everything as described by you
swatpup32ParticipantThanks, but
now I get this messagec:/devkitPro/msys/home/BadBoy/wiimc/source/fileop.cpp:18:18: fatal error: ntfs.h
: No such file or directory
compilation terminated.
make[1]: *** [fileop.o] Error 1
make: *** [build] Error 2
BadBoy@BadBoy-PC ~/wiimc
$swatpup32Participant@ jhb50
I have the last libogc 4846
c:/devkitPro/msys/home/BadBoy/wiimc/source/fileop.cpp: In function 'bool MountDV
D(bool)':
c:/devkitPro/msys/home/BadBoy/wiimc/source/fileop.cpp:970:25: error: 'DI_CheckDV
DSupport' was not declared in this scope
make[1]: *** [fileop.o] Error 1
make: *** [build] Error 2
BadBoy@BadBoy-PC ~/wiimc
$I compile this manual to
PATH=$DEVKITPPC/bin:$PATH
cd wiimc/libs/fribidi/
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --disable-shared
make
make install
cd ..
cd libiconv/
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --disable-shared
make
make install
cd ..
cd pcre/
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --disable-shared
make
make install
cd ..
cd libexif/
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --disable-shared
make
make install
cd ..
cd wiimc
make clean
make
exitswatpup32ParticipantHello together,
I get an error message when compiling.c:/devkitPro/msys/home/BadBoy/wiimc/source/fileop.cpp: In function 'bool MountDVD(bool)':
c:/devkitPro/msys/home/BadBoy/wiimc/source/fileop.cpp:970:25: error: 'DI_CheckDVDSupport' was not declared in this scope
make[1]: *** [fileop.o] Error 1
"make": *** [build] Error 2swatpup32ParticipantHey
can you help me please?I keep getting an error message.
The problems I have since rev 849 I could only compile without problems.
I wanted to include a new logo,
as it did not work I have msys command (cd wiimc / make clean / make
now get only error messageslinking … wiimc.elf
c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.5.1/../../../../powerpc-eabi/bin/ld.exe: cannot find -lmplayerwii
collect2: ld returned 1 exit status
make[1]: *** [/home/BadBoy/wiimc/wiimc.elf] Error 1
“make”: *** [build] Error 2> Process Exit Code: 2
> Time Taken: 11:06[/code]swatpup32ParticipantTantric Hey,
Have you seen this now?swatpup32ParticipantI can now compile again
Thanksswatpup32ParticipantI have compiled all portlibs, but I get another error message.
Please help
linking ... wiimc.elf
menu.o: In function `getExifOrientation':
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2973: undefined reference to
`exif_data_new_from_data'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2974: undefined reference to
`exif_data_get_byte_order'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2975: undefined reference to
`exif_content_get_entry'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2977: undefined reference to
`exif_get_short'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2998: undefined reference to
`exif_data_free'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2973: undefined reference to
`exif_data_new_from_data'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2974: undefined reference to
`exif_data_get_byte_order'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2975: undefined reference to
`exif_content_get_entry'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2977: undefined reference to
`exif_get_short'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2998: undefined reference to
`exif_data_free'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2998: undefined reference to
`exif_data_free'
collect2: ld returned 1 exit status
make[1]: *** [/home/BadBoy/wiimc/wiimc.elf] Error 1
make: *** [build] Error 2
BadBoy@BadBoy-Laptop ~/wiimc
$swatpup32ParticipantHi
I have problems when compilingc:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2983: undefined reference to
`exif_data_new_from_data'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2984: undefined reference to
`exif_data_get_byte_order'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2985: undefined reference to
`exif_content_get_entry'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2987: undefined reference to
`exif_get_short'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:3008: undefined reference to
`exif_data_free'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2983: undefined reference to
`exif_data_new_from_data'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2984: undefined reference to
`exif_data_get_byte_order'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2985: undefined reference to
`exif_content_get_entry'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2987: undefined reference to
`exif_get_short'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:3008: undefined reference to
`exif_data_free'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:3008: undefined reference to
`exif_data_free'
menu.o: In function `RE':
c:/devkitPro/portlibs/ppc/include/pcrecpp.h:493: undefined reference to `pcrecpp
::RE::Init(std::string const&, pcrecpp::RE_Options const*)'
menu.o: In function `_Rb_tree_impl':
c:devkitprodevkitppcbin../lib/gcc/powerpc-eabi/4.5.1/../../../../powerpc-eab
i/include/c++/4.5.1/bits/stl_tree.h:434: undefined reference to `pcrecpp::Arg::p
arse_string(char const*, int, void*)'
c:devkitprodevkitppcbin../lib/gcc/powerpc-eabi/4.5.1/../../../../powerpc-eab
i/include/c++/4.5.1/bits/stl_tree.h:434: undefined reference to `pcrecpp::RE::no
_arg'
menu.o: In function `_Alloc_hider':
c:devkitprodevkitppcbin../lib/gcc/powerpc-eabi/4.5.1/../../../../powerpc-eab
i/include/c++/4.5.1/bits/basic_string.h:261: undefined reference to `pcrecpp::Ar
g::parse_string(char const*, int, void*)'
menu.o: In function `StringPiece':
c:/devkitPro/portlibs/ppc/include/pcre_stringpiece.h:71: undefined reference to
`pcrecpp::RE::no_arg'
menu.o: In function `LoadYouTubeFile(char*, char*)':
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2049: undefined reference to
`pcrecpp::RE::FindAndConsume(pcrecpp::StringPiece*, pcrecpp::Arg const&, pcrecp
p::Arg const&, pcrecpp::Arg const&, pcrecpp::Arg const&, pcrecpp::Arg const&, pc
recpp::Arg const&, pcrecpp::Arg const&, pcrecpp::Arg const&, pcrecpp::Arg const&
, pcrecpp::Arg const&, pcrecpp::Arg const&, pcrecpp::Arg const&, pcrecpp::Arg co
nst&, pcrecpp::Arg const&, pcrecpp::Arg const&, pcrecpp::Arg const&) const'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2044: undefined reference to
`pcrecpp::RE::~RE()'
c:/devkitPro/msys/home/BadBoy/wiimc/source/menu.cpp:2044: undefined reference to
`pcrecpp::RE::~RE()'
gettext.o: In function `LoadLanguage()':
c:/devkitPro/msys/home/BadBoy/wiimc/source/utils/gettext.cpp:231: undefined refe
rence to `ta_lang_size'
c:/devkitPro/msys/home/BadBoy/wiimc/source/utils/gettext.cpp:231: undefined refe
rence to `ta_lang'
c:/devkitPro/msys/home/BadBoy/wiimc/source/utils/gettext.cpp:231: undefined refe
rence to `ta_lang_size'
c:/devkitPro/msys/home/BadBoy/wiimc/source/utils/gettext.cpp:231: undefined refe
rence to `ta_lang'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(mp_msg.o): I
n function `filename_recode':
mp_msg.c:(.text.filename_recode+0xa8): undefined reference to `libiconv'
mp_msg.c:(.text.filename_recode+0xec): undefined reference to `libiconv_open'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(mp_msg.o): I
n function `mp_msg_va':
mp_msg.c:(.text.mp_msg_va+0x1a4): undefined reference to `libiconv_close'
mp_msg.c:(.text.mp_msg_va+0x1b8): undefined reference to `libiconv_open'
mp_msg.c:(.text.mp_msg_va+0x264): undefined reference to `libiconv'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(subreader.o)
: In function `sub_fribidi':
subreader.c:(.text.sub_fribidi+0x9c): undefined reference to `fribidi_set_mirror
ing'
subreader.c:(.text.sub_fribidi+0xa4): undefined reference to `fribidi_set_reorde
r_nsm'
subreader.c:(.text.sub_fribidi+0xc4): undefined reference to `fribidi_parse_char
set'
subreader.c:(.text.sub_fribidi+0x124): undefined reference to `fribidi_charset_t
o_unicode'
subreader.c:(.text.sub_fribidi+0x164): undefined reference to `fribidi_log2vis'
subreader.c:(.text.sub_fribidi+0x188): undefined reference to `fribidi_remove_bi
di_marks'
subreader.c:(.text.sub_fribidi+0x1c0): undefined reference to `fribidi_unicode_t
o_charset'
subreader.c:(.text.sub_fribidi+0x284): undefined reference to `fribidi_parse_cha
rset'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(subreader.o)
: In function `subcp_close':
subreader.c:(.text.subcp_close+0x20): undefined reference to `libiconv_close'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(subreader.o)
: In function `subcp_recode':
subreader.c:(.text.subcp_recode+0x5c): undefined reference to `libiconv'
subreader.c:(.text.subcp_recode+0xdc): undefined reference to `libiconv'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(subreader.o)
: In function `sub_read_file':
subreader.c:(.text.sub_read_file+0x33c): undefined reference to `libiconv_open'
subreader.c:(.text.sub_read_file+0x514): undefined reference to `libiconv_close'
subreader.c:(.text.sub_read_file+0x7f8): undefined reference to `libiconv_close'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(font_load_ft
.o): In function `prepare_charset.clone.1':
font_load_ft.c:(.text.prepare_charset.clone.1+0x58): undefined reference to `lib
iconv_open'
font_load_ft.c:(.text.prepare_charset.clone.1+0x64): undefined reference to `lib
iconv_close'
font_load_ft.c:(.text.prepare_charset.clone.1+0x70): undefined reference to `lib
iconv_open'
font_load_ft.c:(.text.prepare_charset.clone.1+0xf0): undefined reference to `lib
iconv'
font_load_ft.c:(.text.prepare_charset.clone.1+0x144): undefined reference to `li
biconv_close'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(ass.o): In f
unction `sub_recode':
ass.c:(.text.sub_recode+0x58): undefined reference to `libiconv_open'
ass.c:(.text.sub_recode+0xd0): undefined reference to `libiconv'
ass.c:(.text.sub_recode+0x108): undefined reference to `libiconv'
ass.c:(.text.sub_recode+0x178): undefined reference to `libiconv_close'
c:/devkitPro/msys/home/BadBoy/wiimc/source/mplayer/libmplayerwii.a(asf_mmst_str
eaming.o): In function `asf_mmst_streaming_start':
asf_mmst_streaming.c:(.text.asf_mmst_streaming_start+0x114): undefined reference
to `libiconv_open'
asf_mmst_streaming.c:(.text.asf_mmst_streaming_start+0x194): undefined reference
to `libiconv'
asf_mmst_streaming.c:(.text.asf_mmst_streaming_start+0x230): undefined reference
to `libiconv'
asf_mmst_streaming.c:(.text.asf_mmst_streaming_start+0x2c4): undefined reference
to `libiconv'
asf_mmst_streaming.c:(.text.asf_mmst_streaming_start+0xa2c): undefined reference
to `libiconv_close'
collect2: ld returned 1 exit status
make[1]: *** [/home/BadBoy/wiimc/wiimc.elf] Error 1
make: *** [build] Error 2
BadBoy@BadBoy-Laptop ~/wiimc
$
swatpup32ParticipantHi everybody
I always get an error message when compiling.c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/4.5.1/../../../../powerpc-eab
i/bin/ld.exe: cannot find -lext2fs
collect2: ld returned 1 exit status
make[1]: *** [/home/BadBoy/wiimc/wiimc.elf] Error 1
make: *** [build] Error 2I hope you can help me
swatpup32ParticipantHave you seen this already?
is that good?
Your builds the so as well?
it works without problemsswatpup32ParticipantNo one wants to see it ?
swatpup32Participant😯
swatpup32ParticipantWe now have all improved.
the themes must still sd: / apps / wiimc / themes / lie, but the name does not matter now
all can be selected themeshow can I send the data now
swatpup32ParticipantHey Tantric
I have changed in revision 681 a couple of things,
TO USE a theme of which one of the sd card can.One can take only a fixed folder where the images are there.
The changes are menue.cpp
line :325-349 351-368 1014-1021 3904-3905 7169and in the setting.cpp
line: 650I hope you can edit it, so that you can change the designs on the fly
-
AuthorPosts