You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(27) |
Feb
(19) |
Mar
(62) |
Apr
(37) |
May
(40) |
Jun
(3) |
Jul
(11) |
Aug
(20) |
Sep
(12) |
Oct
(7) |
Nov
(6) |
Dec
|
2009 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(5) |
Sep
|
Oct
(4) |
Nov
(3) |
Dec
|
2010 |
Jan
|
Feb
(3) |
Mar
(7) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
From: Coda H. <co...@bo...> - 2014-11-30 22:25:55
|
On Sun, Nov 30, 2014 at 9:33 AM, Sisira Jayasinghe <sis...@gm...> wrote: > HI; > > I found libQxt is very useful to my research and beginning to explore it. In > particular, I am interested in using QxtStdio module. > > I would appreciate if you can point me to or send me and example of > QxtStdio. > > Thank you. > > Sisira For the most part, you should be treating QxtStdio just like any other QIODevice. It exposes QxtPipe as a convenience for stream-processing functionality but I don't recommend worrying about this. You'll get readyRead signals when new data arrives on stdin, and you can use QIODevice::read() to get data from stdin and QIODevice::write() to send data to stdout. /s/ Adam |
From: Sisira J. <sis...@gm...> - 2014-11-30 17:34:05
|
HI; I found libQxt is very useful to my research and beginning to explore it. In particular, I am interested in using QxtStdio module. I would appreciate if you can point me to or send me and example of QxtStdio. Thank you. Sisira |
From: Arvid P. <ae...@ib...> - 2010-10-25 11:16:06
|
On 10/22/2010 06:06 PM, Ted Flethuseo wrote: > In the documentation I see two > Possible ways of doing the installation with Berkely DB, or > With OpenSSL. Those dependencies are optional. You should be able to build without. > This is the log I get when I try to configure > And install: We need the full configure output, and probably config.log |
From: Ted F. <fle...@gm...> - 2010-10-22 16:06:30
|
Hi everyone, I am having trouble installing qxt because I’m probably Missing a dependency. In the documentation I see two Possible ways of doing the installation with Berkely DB, or With OpenSSL. Are these things that I need to get installed Before building qxt. This is the log I get when I try to configure And install: Reading C:/libqxt/src/web/web.pro WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. Makefiles generated. Run mingw32-make now. C:\libqxt>mingw32-make cd tools/3rdparty/qdoc3/ && mingw32-make -f Makefile mingw32-make[1]: Entering directory `C:/libqxt/tools/3rdparty/qdoc3' mingw32-make -f Makefile.Release mingw32-make[2]: Entering directory `C:/libqxt/tools/3rdparty/qdoc3' compiling apigenerator.cpp compiling archiveextractor.cpp compiling atom.cpp compiling bookgenerator.cpp compiling ccodeparser.cpp compiling codechunk.cpp compiling codemarker.cpp compiling codeparser.cpp compiling command.cpp compiling config.cpp compiling cppcodemarker.cpp compiling cppcodeparser.cpp compiling cpptoqsconverter.cpp compiling dcfsection.cpp compiling doc.cpp compiling editdistance.cpp compiling generator.cpp compiling helpprojectwriter.cpp compiling htmlgenerator.cpp compiling jambiapiparser.cpp compiling javacodemarker.cpp compiling javadocgenerator.cpp compiling linguistgenerator.cpp compiling location.cpp compiling loutgenerator.cpp compiling mangenerator.cpp compiling main.cpp compiling node.cpp compiling openedlist.cpp compiling pagegenerator.cpp compiling plaincodemarker.cpp compiling polyarchiveextractor.cpp compiling polyuncompressor.cpp compiling qsakernelparser.cpp compiling qscodemarker.cpp compiling qscodeparser.cpp compiling quoter.cpp compiling separator.cpp compiling sgmlgenerator.cpp compiling text.cpp compiling tokenizer.cpp compiling tree.cpp compiling uncompressor.cpp compiling webxmlgenerator.cpp compiling yyindent.cpp linking release/qdoc3.exe c:/qt/2010.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -llibdb47 collect2: ld returned 1 exit status mingw32-make[2]: *** [release/qdoc3.exe] Error 1 mingw32-make[2]: Leaving directory `C:/libqxt/tools/3rdparty/qdoc3' mingw32-make[1]: *** [release] Error 2 mingw32-make[1]: Leaving directory `C:/libqxt/tools/3rdparty/qdoc3' mingw32-make: *** [sub-tools-3rdparty-qdoc3-make_default] Error 2 Where do I download and install those dependencies. Any help appreciated, Ted |
From: J-P N. <jp...@gm...> - 2010-04-18 15:43:20
|
On Sun, Apr 18, 2010 at 5:15 PM, Arvid Picciani <ae...@ex...> wrote: > On Sun, 18 Apr 2010 12:04:18 +0300, J-P Nurmi <jp...@gm...> wrote: > >> Furthermore, I ran tests/other/app to check that QxtGui is mostly >> fine. You guys might want to give it a quick try as well > > Works for me on heresy,archlinux, and ubuntu. Good. I'm proposing that we package the release already today if somebody has time for that. >> PS. Please don't accept contributions that add named branches. >> Mercurial's named branches are more or less permanent. Thus, now we >> have a "changes" branch from marcusl there. :( Instead of blindly >> pushing contributed changes in, you can for example create a diff from >> the changes (especially if it's a messy bunch of change sets ie. not a >> single revision) and then apply a clean patch. > > i pulled them in with the named branch on purpose. i don't see whats > wrong with it. $ hg branches default 1879:0034a43b85e4 0.6 1878:bf0846459ced 0.5 1759:2dd3424cb69d 0.4 1307:753311dcae94 0.2 620:643f45a9c85c changes 1798:5a46ad58c9e4 (inactive) 0.2.4 617:89e192777962 (inactive) We have a clean structure there, which is important to have when dealing with multiple branches ie. maintaining older 0.x series. If you accept arbitrarily named personal branches there, it will be very very messy in the long run. You don't want named branches like "arvids-foo-tryout", "adams-web-fixes" or "jp-0wns-j00" there, right? :-) -- J-P Nurmi |
From: J-P N. <jp...@gm...> - 2010-04-18 09:04:46
|
Hi, Qxt v0.6.0-rc2 is good to go for me. I've built it successfully on the following platforms: (#1) Qt 4.6.1 [winxp-sp3/mingw-4.4.0/nopenssl/nodb] (jpnurmi): OK (#2) Qt 4.6.2 [winxp-sp3/vs2008-express/nopenssl/nodb] (jpnurmi): OK (#3) Qt 4.6.2 [ubuntu-9.10/g++-4.4.1/openssl/db/xrandr/zeroconf] (jpnurmi): OK (#4) Qt 4.6.2 [macx-10.6.3/g++-4.2.1/nodb] (jpnurmi): OK Furthermore, I ran tests/other/app to check that QxtGui is mostly fine. You guys might want to give it a quick try as well. PS. Please don't accept contributions that add named branches. Mercurial's named branches are more or less permanent. Thus, now we have a "changes" branch from marcusl there. :( Instead of blindly pushing contributed changes in, you can for example create a diff from the changes (especially if it's a messy bunch of change sets ie. not a single revision) and then apply a clean patch. -- J-P Nurmi |
From: Ozlem S. <ozl...@ho...> - 2010-04-02 13:26:30
|
Thanks a lot, that solved the problem. > From: jp...@gm... > Date: Wed, 31 Mar 2010 00:48:47 +0300 > To: lib...@li... > Subject: Re: [Libqxt-discussion] QxtSpanSlider problem > > On Wed, Mar 31, 2010 at 12:22 AM, Ozlem Subakan > <ozl...@ho...> wrote: > > I just found the problem. I am changing the style sheet of the application > > by adding a gradient color to the background: > > this->setStyleSheet("background-color: qlineargradient(.... );"); > > > > when I remove this line, I can see the two handles, and use them properly. > > otherwise, it shows only one handle. > > I really want to be able to make changes to the look of the application, but > > it seems it is not possible with qxtspanslider. ? > > Use suitable selectors. That kind of open style sheet rule would apply > to each and every widget which is the culprit in your case. > > -- > J-P Nurmi > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Libqxt-discussion mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion _________________________________________________________________ Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1 |
From: J-P N. <jp...@gm...> - 2010-03-30 21:49:13
|
On Wed, Mar 31, 2010 at 12:22 AM, Ozlem Subakan <ozl...@ho...> wrote: > I just found the problem. I am changing the style sheet of the application > by adding a gradient color to the background: > this->setStyleSheet("background-color: qlineargradient(.... );"); > > when I remove this line, I can see the two handles, and use them properly. > otherwise, it shows only one handle. > I really want to be able to make changes to the look of the application, but > it seems it is not possible with qxtspanslider. ? Use suitable selectors. That kind of open style sheet rule would apply to each and every widget which is the culprit in your case. -- J-P Nurmi |
From: Coda H. <chi...@gm...> - 2010-03-30 21:32:14
|
QxtSpanSlider is a bit of a mess when it comes to styles, unfortunately. QStyle wasn't intended to be used that way. It doesn't quite render right with QMacStyle either. /s/ Adam On Tue, Mar 30, 2010 at 4:22 PM, Ozlem Subakan <ozl...@ho...> wrote: > I just found the problem. I am changing the style sheet of the application > by adding a gradient color to the background: > this->setStyleSheet("background-color: qlineargradient(.... );"); > > when I remove this line, I can see the two handles, and use them properly. > otherwise, it shows only one handle. > I really want to be able to make changes to the look of the application, but > it seems it is not possible with qxtspanslider. ? > > > >> From: jp...@gm... >> Date: Tue, 30 Mar 2010 23:49:09 +0300 >> To: lib...@li... >> Subject: Re: [Libqxt-discussion] QxtSpanSlider problem >> >> On Tue, Mar 30, 2010 at 6:23 PM, Ozlem Subakan <ozl...@ho...> >> wrote: >> > >> > Hi J-P, >> > Thank you. >> > I am using Qt4, Qxt0.5.1 on Windows Xp, with MSVS2008. >> > I have compiled Qxt without msvc option. >> > I actually tried with Mac's Plastique style (changed QApplication's >> > style) thinking that the style might be an issue, but still had one >> > handle >> > on the slider. >> >> Have you tried the qxtgui test app in libqxt/tests/other/app? Works >> fine for me with Qt 4.6.2 and latest development version of Qxt. See >> the attached screenshot. >> >> -- >> J-P Nurmi > > ________________________________ > Hotmail: Powerful Free email with security by Microsoft. Get it now. > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Libqxt-discussion mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion > > |
From: Ozlem S. <ozl...@ho...> - 2010-03-30 21:22:58
|
I just found the problem. I am changing the style sheet of the application by adding a gradient color to the background: this->setStyleSheet("background-color: qlineargradient(.... );"); when I remove this line, I can see the two handles, and use them properly. otherwise, it shows only one handle. I really want to be able to make changes to the look of the application, but it seems it is not possible with qxtspanslider. ? > From: jp...@gm... > Date: Tue, 30 Mar 2010 23:49:09 +0300 > To: lib...@li... > Subject: Re: [Libqxt-discussion] QxtSpanSlider problem > > On Tue, Mar 30, 2010 at 6:23 PM, Ozlem Subakan <ozl...@ho...> wrote: > > > > Hi J-P, > > Thank you. > > I am using Qt4, Qxt0.5.1 on Windows Xp, with MSVS2008. > > I have compiled Qxt without msvc option. > > I actually tried with Mac's Plastique style (changed QApplication's > > style) thinking that the style might be an issue, but still had one handle > > on the slider. > > Have you tried the qxtgui test app in libqxt/tests/other/app? Works > fine for me with Qt 4.6.2 and latest development version of Qxt. See > the attached screenshot. > > -- > J-P Nurmi _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. http://clk.atdmt.com/GBL/go/196390710/direct/01/ |
From: J-P N. <jp...@gm...> - 2010-03-30 20:49:39
|
On Tue, Mar 30, 2010 at 6:23 PM, Ozlem Subakan <ozl...@ho...> wrote: > > Hi J-P, > Thank you. > I am using Qt4, Qxt0.5.1 on Windows Xp, with MSVS2008. > I have compiled Qxt without msvc option. > I actually tried with Mac's Plastique style (changed QApplication's > style) thinking that the style might be an issue, but still had one handle > on the slider. Have you tried the qxtgui test app in libqxt/tests/other/app? Works fine for me with Qt 4.6.2 and latest development version of Qxt. See the attached screenshot. -- J-P Nurmi |
From: Ozlem S. <ozl...@ho...> - 2010-03-30 15:23:42
|
Hi J-P, Thank you. I am using Qt4, Qxt0.5.1 on Windows Xp, with MSVS2008. I have compiled Qxt without msvc option. I actually tried with Mac's Plastique style (changed QApplication's style) thinking that the style might be an issue, but still had one handle on the slider. > From: jp...@gm... > Date: Tue, 30 Mar 2010 16:59:56 +0200 > To: lib...@li... > Subject: Re: [Libqxt-discussion] QxtSpanSlider problem > > On Tue, Mar 30, 2010 at 4:04 PM, Ozlem Subakan <ozl...@ho...> wrote: > > Hi, > > I have just compiled Qxt and linked it successfully to my project to use > > QxtSpanSlider. > > however, I don't see two handles on the slider, and when I connect a > > lowerValueChanged signal to a slot, it doesn't do anything; seems like the > > lower handle does not exist at all, and the qxtspanslider behaves like a > > single handle slider, like Qslider. > > can anyone help me please? > > -- > > ozlem > > Hi Ozlem, > > Please provide necessary background information; used platform, tool > chain, exact Qt & Qxt version etc. Furthermore, in case of > QxtSpanSlider that heavily uses QStyle to render its parts, the active > QStyle is also rather important to know. > > -- > J-P Nurmi > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Libqxt-discussion mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion _________________________________________________________________ Hotmail: Trusted email with powerful SPAM protection. http://clk.atdmt.com/GBL/go/196390707/direct/01/ |
From: J-P N. <jp...@gm...> - 2010-03-30 15:00:23
|
On Tue, Mar 30, 2010 at 4:04 PM, Ozlem Subakan <ozl...@ho...> wrote: > Hi, > I have just compiled Qxt and linked it successfully to my project to use > QxtSpanSlider. > however, I don't see two handles on the slider, and when I connect a > lowerValueChanged signal to a slot, it doesn't do anything; seems like the > lower handle does not exist at all, and the qxtspanslider behaves like a > single handle slider, like Qslider. > can anyone help me please? > -- > ozlem Hi Ozlem, Please provide necessary background information; used platform, tool chain, exact Qt & Qxt version etc. Furthermore, in case of QxtSpanSlider that heavily uses QStyle to render its parts, the active QStyle is also rather important to know. -- J-P Nurmi |
From: Ozlem S. <ozl...@ho...> - 2010-03-30 14:04:26
|
Hi, I have just compiled Qxt and linked it successfully to my project to use QxtSpanSlider. however, I don't see two handles on the slider, and when I connect a lowerValueChanged signal to a slot, it doesn't do anything; seems like the lower handle does not exist at all, and the qxtspanslider behaves like a single handle slider, like Qslider. can anyone help me please? -- ozlem _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. http://clk.atdmt.com/GBL/go/196390710/direct/01/ |
From: J-P N. <jp...@gm...> - 2010-02-04 15:36:52
|
Hi, Are you using Qxt 0.5.x or the current development branch (upcoming 0.6)? QxtGlobalShortcut 0.5.x depends on QxtApplication, whereas the current development version does not. If you have Qxt 0.5.x, did you instantiate QxtApplication or just QApplication? -- J-P Nurmi On Thu, Feb 4, 2010 at 4:59 PM, Coda Highland <chi...@gm...> wrote: > Can you post a backtrace? > > /s/ Adam > > On Thu, Feb 4, 2010 at 8:19 AM, Biber <bib...@gm...> wrote: >> Hi, when i create a new shortcut in my window class,my program crashes. >> >> MainWindow::MainWindow(QWidget *parent) >> : QMainWindow(parent) >> { >> >> QxtGlobalShortcut *shortcut = new QxtGlobalShortcut(this); //crash here >> >> } >> >> I must be constructing it the wrong way or something, any help? >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Libqxt-discussion mailing list >> Lib...@li... >> https://lists.sourceforge.net/lists/listinfo/libqxt-discussion >> > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Libqxt-discussion mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion > |
From: Coda H. <chi...@gm...> - 2010-02-04 14:59:52
|
Can you post a backtrace? /s/ Adam On Thu, Feb 4, 2010 at 8:19 AM, Biber <bib...@gm...> wrote: > Hi, when i create a new shortcut in my window class,my program crashes. > > MainWindow::MainWindow(QWidget *parent) > : QMainWindow(parent) > { > > QxtGlobalShortcut *shortcut = new QxtGlobalShortcut(this); //crash here > > } > > I must be constructing it the wrong way or something, any help? > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Libqxt-discussion mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion > |
From: Biber <bib...@gm...> - 2010-02-04 14:19:18
|
Hi, when i create a new shortcut in my window class,my program crashes. MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { QxtGlobalShortcut *shortcut = new QxtGlobalShortcut(this); //crash here } I must be constructing it the wrong way or something, any help? |
From: Thomas M. <tho...@tm...> - 2009-11-03 22:36:38
|
Hi Roland, As far as I can see - just had a quick look - we don't integrate the translation files within the libqxt binaries. You need to generate th *.qm file from the *.ts files and load these *.qm files to your project either as a resource or from the file system. Loading qm files from resources is shown in examples/country Give it a try and let me know. CU Tom Am Dienstag, 3. November 2009 schrieb Roland Zoder: > Hi all, > > > > I have some problems getting a localized version of the > > QxtCountryComboBox. Though my locale is German (and I also tried to > > explicitly set that inside my Qt application) I always get english > > country names (which is somewaht annoying for my - german - users). If I > > understood correctly there should be german names on a german system?!? > > > > FWIW: Qt 4.5.1, libqxt 0.5.0 on Win Vista. > > > > Regards, > > > > Roland > > --------------------------------------------------------------------------- >--- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is > the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Libqxt-discussion mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion |
From: Coda H. <chi...@gm...> - 2009-11-03 18:56:23
|
On Tue, Nov 3, 2009 at 8:38 AM, Roland Zoder <rz...@ra...> wrote: > > Hi all, > > > > I have some problems getting a localized version of the > > QxtCountryComboBox. Though my locale is German (and I also tried to > > explicitly set that inside my Qt application) I always get english > > country names (which is somewaht annoying for my - german - users). If I > > understood correctly there should be german names on a german system?!? > > > > FWIW: Qt 4.5.1, libqxt 0.5.0 on Win Vista. We read the country names from QLocale the first time the model is populated. Make sure that QLocale::language() returns the right value before constructing the first QxtCountryModel (that is, the first QxtCountryComboBox) in your application. If this still doesn't work, check to confirm that calling QApplication::translate("QLocale", "Germany") returns the right string; if it doesn't, the bug is possibly in Qt itself. attn: developers: Storing the localized versions in static storage seems like a bad idea; this won't handle changing locales at run-time. This should probably be fixed for 0.6. /s/ Adam |
From: Roland Z. <rz...@ra...> - 2009-11-03 14:56:10
|
Hi all, I have some problems getting a localized version of the QxtCountryComboBox. Though my locale is German (and I also tried to explicitly set that inside my Qt application) I always get english country names (which is somewaht annoying for my - german - users). If I understood correctly there should be german names on a german system?!? FWIW: Qt 4.5.1, libqxt 0.5.0 on Win Vista. Regards, Roland |
From: Coda H. <chi...@gm...> - 2009-10-21 01:21:56
|
No, ldd is correct and you did link it dynamically. You'll need to make sure that it ONLY links to the static version, which may require uninstalling the dynamic Qxt libraries or manually linking directly to the .a files instead of using the QXT .pro variable. /s/ Adam On Tue, Oct 20, 2009 at 8:11 PM, Alex Grilo <abg...@gm...> wrote: > But if I take to another computer which has no qxt installed, will it run? > > On Tue, Oct 20, 2009 at 5:46 PM, Coda Highland <chi...@gm...> wrote: >> >> Do you still have the dynamic version installed? ld prefers dynamic >> libraries over static libraries when available. >> >> /s/ Adam >> >> On Tue, Oct 20, 2009 at 2:24 PM, Alex Grilo >> <abg...@gm...> wrote: >> > Hi, >> > I'm trying to install Qxt with static linkage so I did the commands >> > ./configure -static -no-db >> > make >> > make install >> > >> > >> > After that, I include the CONFIG += qxt static in my project file. But >> > after >> > I compile, I see with ldd that qxt libraries are still dynamically >> > linked. >> > >> > Could someone help me? >> > >> > Thanks >> > >> > Alex >> > >> > >> > ------------------------------------------------------------------------------ >> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> > is the only developer event you need to attend this year. Jumpstart your >> > developing skills, take BlackBerry mobile applications to market and >> > stay >> > ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> > http://p.sf.net/sfu/devconference >> > _______________________________________________ >> > Libqxt-discussion mailing list >> > Lib...@li... >> > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion >> > >> > > > |
From: Alex G. <abg...@gm...> - 2009-10-21 01:12:00
|
But if I take to another computer which has no qxt installed, will it run? On Tue, Oct 20, 2009 at 5:46 PM, Coda Highland <chi...@gm...> wrote: > Do you still have the dynamic version installed? ld prefers dynamic > libraries over static libraries when available. > > /s/ Adam > > On Tue, Oct 20, 2009 at 2:24 PM, Alex Grilo > <abg...@gm...> wrote: > > Hi, > > I'm trying to install Qxt with static linkage so I did the commands > > ./configure -static -no-db > > make > > make install > > > > > > After that, I include the CONFIG += qxt static in my project file. But > after > > I compile, I see with ldd that qxt libraries are still dynamically > linked. > > > > Could someone help me? > > > > Thanks > > > > Alex > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > > http://p.sf.net/sfu/devconference > > _______________________________________________ > > Libqxt-discussion mailing list > > Lib...@li... > > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion > > > > > |
From: Coda H. <chi...@gm...> - 2009-10-20 19:47:07
|
Do you still have the dynamic version installed? ld prefers dynamic libraries over static libraries when available. /s/ Adam On Tue, Oct 20, 2009 at 2:24 PM, Alex Grilo <abg...@gm...> wrote: > Hi, > I'm trying to install Qxt with static linkage so I did the commands > ./configure -static -no-db > make > make install > > > After that, I include the CONFIG += qxt static in my project file. But after > I compile, I see with ldd that qxt libraries are still dynamically linked. > > Could someone help me? > > Thanks > > Alex > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Libqxt-discussion mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion > > |
From: Alex G. <abg...@gm...> - 2009-10-20 19:24:29
|
Hi, I'm trying to install Qxt with static linkage so I did the commands ./configure -static -no-db make make install After that, I include the CONFIG += qxt static in my project file. But after I compile, I see with ldd that qxt libraries are still dynamically linked. Could someone help me? Thanks Alex |
From: J-P N. <jp...@gm...> - 2009-08-28 18:20:42
|
Hi again, I should have taken a closer look before I replied. I noticed a potential problem in the way QxtFileLock platform specific implementations were compiled on all platforms depending on the WIN32 macro. Does the attached patch solve the problem for you? -- J-P Nurmi On Fri, Aug 28, 2009 at 8:33 PM, J-P Nurmi<jp...@gm...> wrote: > Hmm, I wonder how come a xxx_unix.cpp file is compiled on Windows in > the first place. > > -- > J-P Nurmi > > > > On Fri, Aug 21, 2009 at 3:41 AM, Darryl Wallace<da...@wa...> wrote: >> Hello Everyone, >> I am new to this list. >> I am having a problem compiling the Qxt library v 0.5.0. >> I am using Qt 4.5.1 opensource that I compiled with MSVC++2008 on Windows 7 >> RC. When I run the configure.bat for Qxt everything seems fine and then I >> call nmake and it gets so far and I get the following error: >> ---- >> qxtabstractconnectionmanager.cpp >> qxtcommandoptions.cpp >> qxtcsvmodel.cpp >> qxtdaemon.cpp >> qxtdatastreamsignalserializer.cpp >> qxtdeplex.cpp >> qxterror.cpp >> qxtfifo.cpp >> qxtfilelock.cpp >> qxtfilelock_unix.cpp >> .\qxtfilelock_unix.cpp(32) : fatal error C1083: Cannot open include file: >> 'unist >> d.h': No such file or directory >> qxtfilelock_win.cpp >> qxtglobal.cpp >> qxtlocale.cpp >> qxtjob.cpp >> qxtlinesocket.cpp >> qxtlinkedtree.cpp >> qxtlogger.cpp >> qxtloggerengine.cpp >> qxtlogstream.cpp >> qxtmetaobject.cpp >> Generating Code... >> Compiling... >> qxtmultisignalwaiter.cpp >> qxtnull.cpp >> qxtpipe.cpp >> qxtpointerlist.cpp >> qxtsemaphore.cpp >> qxtsignalgroup.cpp >> qxtsignalwaiter.cpp >> qxtslotjob.cpp >> qxtslotmapper.cpp >> qxtstdio.cpp >> qxtstdstreambufdevice.cpp >> .\qxtstdstreambufdevice.cpp(94) : warning C4996: >> 'std::basic_streambuf<_Elem,_Traits>::sgetn': Function call with parameters >> that may be unsafe - this call relies on the caller to check that the passed >> values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. >> See documentation on how to use Visual C++ >> 'Checked Iterators' >> with >> [ >> _Elem=char, >> _Traits=std::char_traits<char> >> ] >> C:\Program Files\Microsoft Visual Studio >> 9.0\VC\INCLUDE\streambuf(121) : >> see declaration of 'std::basic_streambuf<_Elem,_Traits>::sgetn' >> with >> [ >> _Elem=char, >> _Traits=std::char_traits<char> >> ] >> qxtrpcservice.cpp >> Generating Code... >> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio >> 9.0\VC\BIN\cl.EXE"' : return code '0x2' >> Stop. >> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio >> 9.0\VC\BIN\nmake.EXE"' : return code '0x2' >> Stop. >> NMAKE : fatal error U1077: 'cd' : return code '0x2' >> Stop. >> --- >> Thanks in advance! >> darryl >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Libqxt-discussion mailing list >> Lib...@li... >> https://lists.sourceforge.net/lists/listinfo/libqxt-discussion >> >> > |