| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
Hii i m a beginner to qt in Linux.I m facing the problem like below when built the projects. But libqt-mt.so library is there in usr/share/qt3/lib/ directory.I have seen some solution in Qt archive.But none of them is working. /usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuCloseServer' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcFontSetDestroy' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `png_set_read_fn@@PNG12_0' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternAddString' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `png_write_chunk@@PNG12_0' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftInit' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_resync_to_restart' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XRenderChangePicture' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `compress' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftCharExists' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `png_get_valid@@PNG12_0' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuSoundPlayFromFile' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XFreeDeviceList' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcCharSetDestroy' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternGetCharSet' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftListFonts' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternAddMatrix' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_std_error' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_CreateDecompress' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuStopFlow' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `SmcInteractDone' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternGetBool' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftDrawSetClip' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_start_compress' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `png_get_progressive_ptr@@PNG12_0' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Load_Glyph' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_set_quality' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `png_create_read_struct@@PNG12_0' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcMatrixShear' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcDefaultSubstitute' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XRenderFindVisualFormat' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternAddCharSet' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `SmcGetIceConnection' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `uncompress' /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_read_header' please help me ... Thanks in advance mou -- [ signature omitted ]
Mautushi Paul wrote: >Hii >i m a beginner to qt in Linux.I m facing the problem like below when >built the projects. > >But libqt-mt.so library is there in usr/share/qt3/lib/ directory.I >have seen some solution in Qt archive.But none of them is working. > >/usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuCloseServer' [...] There's something wrong with your Qt build or how it was installed. The fact that you have a .so file inside /usr/share is already a big indication that this is a broken build. It works just fine here. My Qt 3 was built by Mandriva (my Linux distribution). How was yours installed? -- [ signature omitted ]
Attachment:
signature.asc
Description: This is a digitally signed message part.
On 01.04.08 07:57:31, Thiago Macieira wrote: > Mautushi Paul wrote: > >Hii > >i m a beginner to qt in Linux.I m facing the problem like below when > >built the projects. > > > >But libqt-mt.so library is there in usr/share/qt3/lib/ directory.I > >have seen some solution in Qt archive.But none of them is working. > > > >/usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuCloseServer' > [...] > > There's something wrong with your Qt build or how it was installed. The > fact that you have a .so file inside /usr/share is already a big > indication that this is a broken build. No, its just an indication he uses a linux distribution which tries to provide a QTDIR under /usr/share/qt3 by linking the binaries and .so's in apropriate bin+lib subdirs there. Andreas -- [ signature omitted ]
Hi, just a blind shot: Are you trying to use the jpeg plugin? Maybe you should read the chapter about Qt-Plugins: http://doc.trolltech.com/3.3/plugins-howto.html But if you are a beginner with Qt - are you sure you want to start wit Qt3? Regards, Malte "Mautushi Paul" <mautushi.paul@xxxxxxxxxxxxxxxxxxx> schrieb am 01.04.2008 07:00:15: > Hii > i m a beginner to qt in Linux.I m facing the problem like below when > built the projects. > > But libqt-mt.so library is there in usr/share/qt3/lib/ directory.I > have seen some solution in Qt archive.But none of them is working. > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuCloseServer' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcFontSetDestroy' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `png_set_read_fn@@PNG12_0' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternAddString' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `png_write_chunk@@PNG12_0' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftInit' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `jpeg_resync_to_restart' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XRenderChangePicture' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `compress' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftCharExists' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `png_get_valid@@PNG12_0' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuSoundPlayFromFile' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XFreeDeviceList' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcCharSetDestroy' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternGetCharSet' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftListFonts' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternAddMatrix' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_std_error' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_CreateDecompress' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuStopFlow' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `SmcInteractDone' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternGetBool' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftDrawSetClip' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_start_compress' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `png_get_progressive_ptr@@PNG12_0' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Load_Glyph' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_set_quality' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `png_create_read_struct@@PNG12_0' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcMatrixShear' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcDefaultSubstitute' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `XRenderFindVisualFormat' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcPatternAddCharSet' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `SmcGetIceConnection' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `uncompress' > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_read_header' > > please help me ... > > > Thanks in advance > > mou > > -- > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx > with "unsubscribe" in the subject or the body. > List archive and information: http://lists.trolltech.com/qt-interest/ > -- [ signature omitted ]
Hi , thanks for your reply. I am using QT3 and SQLDriver. Still it is showing the same error. plz help me.. On Tue, Apr 1, 2008 at 11:31 AM, Malte Witt <malte.witt@xxxxxxxxxxxxx> wrote: > Hi, > > just a blind shot: Are you trying to use the jpeg plugin? Maybe you > should read the chapter about Qt-Plugins: > http://doc.trolltech.com/3.3/plugins-howto.html > But if you are a beginner with Qt - are you sure you want to start wit > Qt3? > > Regards, > Malte > > > "Mautushi Paul" <mautushi.paul@xxxxxxxxxxxxxxxxxxx> schrieb am 01.04.2008 > 07:00:15: > > > > > Hii > > i m a beginner to qt in Linux.I m facing the problem like below when > > built the projects. > > > > But libqt-mt.so library is there in usr/share/qt3/lib/ directory.I > > have seen some solution in Qt archive.But none of them is working. > > > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuCloseServer' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `FcFontSetDestroy' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > > `png_set_read_fn@@PNG12_0' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `FcPatternAddString' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > > `png_write_chunk@@PNG12_0' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftInit' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > > `jpeg_resync_to_restart' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `XRenderChangePicture' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `compress' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftCharExists' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > > `png_get_valid@@PNG12_0' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `AuSoundPlayFromFile' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XFreeDeviceList' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `FcCharSetDestroy' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `FcPatternGetCharSet' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftListFonts' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `FcPatternAddMatrix' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `jpeg_std_error' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `jpeg_CreateDecompress' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `AuStopFlow' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `SmcInteractDone' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `FcPatternGetBool' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `XftDrawSetClip' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `jpeg_start_compress' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > > `png_get_progressive_ptr@@PNG12_0' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FT_Load_Glyph' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `jpeg_set_quality' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > > `png_create_read_struct@@PNG12_0' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `FcMatrixShear' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `FcDefaultSubstitute' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > > `XRenderFindVisualFormat' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `FcPatternAddCharSet' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `SmcGetIceConnection' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to `uncompress' > > /usr/share/qt3/lib/libqt-mt.so: undefined reference to > `jpeg_read_header' > > > > please help me ... > > > > > > Thanks in advance > > > > mou > > > > -- > > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx > > with "unsubscribe" in the subject or the body. > > List archive and information: http://lists.trolltech.com/qt-interest/ > > > > -- > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body. > List archive and information: http://lists.trolltech.com/qt-interest/ > > -- [ signature omitted ]
Hi again ;-) > I am using QT3 and SQLDriver. Did you build the Qt-library yourself or is it part of your linux distribution? If you built it yourself, what was your configuration? If you start a new project, I strongly recommend you to use Qt4 instead of Qt3. Regards, Malte -- [ signature omitted ]
Hi, i am using ubuntu..and i install the package. On Tue, Apr 1, 2008 at 12:15 PM, Malte Witt <malte.witt@xxxxxxxxxxxxx> wrote: > Hi again ;-) > > > > I am using QT3 and SQLDriver. > > Did you build the Qt-library yourself or is it part of your linux > distribution? If you built it yourself, what was your configuration? > > If you start a new project, I strongly recommend you to use Qt4 instead of > Qt3. > > Regards, > Malte > > > > -- > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body. > List archive and information: http://lists.trolltech.com/qt-interest/ > > -- [ signature omitted ]