VLC 0.9.2 compiling problem: problem with qt4

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
nicopam
New Cone
New Cone
Posts: 3
Joined: 18 Oct 2008 10:46

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby nicopam » 30 Oct 2008 18:57

I've got the same problem cross-compiling with mingw from linux.
I solved (perhaps!) copying usr/include/w32api/* in /usr/i686-mingw32/usr/include/ (where my cross-compiler resides, of course).
I'm shure i'll have big problems runtime, however, because I keep the original libraries!
Does someone know where to get the right win32api for mingw?

Thanks in advance.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby VLC_help » 31 Oct 2008 19:12

Use cygwin setup.exe to download latest mingw stuff, if you messed those.

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 05 Nov 2008 13:33

ahmad majed al-jallad

dear all am facing this problem and i don't know what to do
plz help

ce to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wcha
r_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::
allocator<wchar_t> > const&)'
/usr/win32/lib/libtag.a(fileref.o):fileref.cpp:(.text+0x11a1): undefined referen
ce to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wcha
r_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::
allocator<wchar_t> > const&)'
/usr/win32/lib/libtag.a(fileref.o):fileref.cpp:(.text+0x1395): more undefined re
ferences to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocato
r<wchar_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>,
std::allocator<wchar_t> > const&)' follow
Creating library file: .libs/libtaglib_plugin.dll.a
collect2: ld returned 1 exit status
make[4]: *** [libtaglib_plugin.la] Error 1
make[4]: Leaving directory `/cygdrive/c/vlc/modules/meta_engine'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/cygdrive/c/vlc/modules/meta_engine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/vlc'
make: *** [all] Error 2

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby VLC_help » 05 Nov 2008 13:53

What version you try to build? And have you done some code modifications?

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 05 Nov 2008 14:09

dear all

am using version vlc 0.9.5 the latest and no i did't make any modification to the code yet
i used your pre posts to solve qt4 problems every thing it's ok but i have this problem now
i don't know what to do.

plz help

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 05 Nov 2008 14:14

sorry i forget to till you that i used version vlc 0.9.2
but also i have the same proble too.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby Jean-Baptiste Kempf » 05 Nov 2008 20:11

remove the -nostdlib thing from configure.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 06 Nov 2008 06:55

sorry but i cant find this nostdlib
and what configure you mean configure.ac
there is no nostdlib
and thanks any way

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 06 Nov 2008 07:11

dear j-b
sorry i can see it now but i should only delete
-nostdlib or all sentence for example :
reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl
thanks alot

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 06 Nov 2008 08:46

dear j-b

i tried your soulution twice but no use
still the same error what i can do
do you have any ather idea thanks

my error ///////////////////////////////////////////////////////
collect2: ld returned 1 exit status
make[4]: *** [libtaglib_plugin.la] Error 1
make[4]: Leaving directory `/cygdrive/c/vlc/modules/meta_engine'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/cygdrive/c/vlc/modules/meta_engine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/vlc'
make: *** [all] Error 2

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 06 Nov 2008 09:33

dear j-b

i tried your soulution twice but no use
still the same error what i can do
do you have any ather idea thanks

my error ///////////////////////////////////////////////////////
collect2: ld returned 1 exit status
make[4]: *** [libtaglib_plugin.la] Error 1
make[4]: Leaving directory `/cygdrive/c/vlc/modules/meta_engine'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/cygdrive/c/vlc/modules/meta_engine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/vlc'
make: *** [all] Error 2
i think the problem it can't create libtaglib_plugin.la or some thing like that
but i don't know way

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby VLC_help » 06 Nov 2008 15:47

Have you tried to compile git build?

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 09 Nov 2008 07:29

dear Vlc_help

no but can you till me how i can do it
that will be appreciated , and git build it's Different than my vlc and how
thanks

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 09 Nov 2008 09:51

how is git build Different than normal source code
we can get from website

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 09 Nov 2008 10:47

why whene i made configure-vlc

i get this message
$ ./configure-vlc.sh
configure: WARNING: unrecognized options: --disable-gtk, --with-wx-config-pa
--with-freetype-config-path, --with-fribidi-config-path, --disable-taglib--d
le-optimizations--enable-debug--enable-qt4--enable-mozilla
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby Jean-Baptiste Kempf » 10 Nov 2008 17:19

Don't use condifure;sh
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 11 Nov 2008 08:20

dear all
the problem has been fixed every thing is
working fine now
i made many changes and the result great
thanks for every thing and sorry for bother
i would like to become a linux developer
how i can do that is there any books or some thing
thanks for all

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby VLC_help » 11 Nov 2008 12:14

There are many books about programming. If you are interested about GCC, there is The Definitive Guide to GCC. But there are many good internet resources and tutorials, if you want to study online.

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 12 Nov 2008 10:21

how i can change Vlc icons
because i changed all the png files
but icons never change how i can do
that or who i can ask

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby VLC_help » 12 Nov 2008 13:21

You mean file association icons, or?

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 13 Nov 2008 07:12

yes , like menu icons and main i con + systry icon

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby VLC_help » 13 Nov 2008 14:34

vlc\share should have the image files that are used in VLCs build. (.ico, .xpm and .png)

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 18 Nov 2008 08:17

where i can change control box feture
close box , min ,maz box how
i can do that

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby VLC_help » 18 Nov 2008 15:30

You mean ones in QT4 interface?

ahmad_aljallad
Blank Cone
Blank Cone
Posts: 56
Joined: 04 Nov 2008 13:32

Re: VLC 0.9.2 compiling problem: problem with qt4

Postby ahmad_aljallad » 19 Nov 2008 07:20

this controls for windows red button for exit
and minimize + maximize how i can disable it in vlc


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 29 guests