Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
QT
»
Lazarus trunk not compiling with QT widgetset under Windows
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Hello! Anything new?
by
Thaddy
[
Today
at 12:54:52 pm]
How many lines is too man...
by
440bx
[
Today
at 12:51:24 pm]
Questions about TFuncSeri...
by
Thaddy
[
Today
at 12:48:11 pm]
[revisited] triple click
by
dbannon
[
Today
at 12:27:18 pm]
Update a table with an Au...
by
Zvoni
[
Today
at 12:22:58 pm]
[SOLVED] Set horizontal s...
by
rvk
[
Today
at 11:25:38 am]
The growth of computers
by
marcov
[
Today
at 10:12:39 am]
could Ardour's YTK be use...
by
robert rozee
[
Today
at 08:26:10 am]
Configuration issues rega...
by
Martin_fr
[
Today
at 08:05:38 am]
[SOLVED] TCP/IP Question
by
valdir.marcos
[
Today
at 05:03:12 am]
Update fpexprpars
by
valdir.marcos
[
Today
at 04:52:27 am]
C/C++ code to Object Pasc...
by
Curt Carpenter
[
Today
at 03:58:28 am]
Win 11, strange position ...
by
d7_2_laz
[March 08, 2026, 11:13:04 pm]
Lazarus for Windows on aa...
by
msintle
[March 08, 2026, 09:23:01 pm]
Lazarus Bugfix Release 4....
by
Martin_fr
[March 08, 2026, 08:17:00 pm]
Debian removes FPC/Lazaru...
by
Schmitty2005
[March 08, 2026, 07:56:33 pm]
[SOLVED] ??? I don't even...
by
n7800
[March 08, 2026, 07:29:19 pm]
how to rename/save a seco...
by
valdir.marcos
[March 08, 2026, 07:25:59 pm]
How to run an external co...
by
valdir.marcos
[March 08, 2026, 07:07:31 pm]
Qt6/Wayland clipboard: pa...
by
Fred vS
[March 08, 2026, 07:02:05 pm]
NIL vs. Assign: when to u...
by
valdir.marcos
[March 08, 2026, 06:22:05 pm]
lazarus in new england
by
valdir.marcos
[March 08, 2026, 06:10:02 pm]
Text Fill (Memo)
by
Sc0li0sis
[March 08, 2026, 02:36:32 pm]
[Closed]Canvas.StretchDra...
by
jamie
[March 08, 2026, 01:57:10 pm]
Amigo programming languag...
by
paxscript
[March 08, 2026, 12:21:59 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Lazarus trunk not compiling with QT widgetset under Windows (Read 9339 times)
Groffy
Full Member
Posts: 205
Lazarus trunk not compiling with QT widgetset under Windows
«
on:
October 03, 2013, 10:55:39 am »
This issue exists since ref 19501. The conditional compiler switches
{$ifdef BINUX or MSWINDOWS or DARWIN}
are not working. They need to be replaced with
{$if defined(BINUX) or defined(MSWINDOWS) or defined(DARWIN)}
Patch file is attached
«
Last Edit: October 03, 2013, 11:39:40 am by Groffy
»
Logged
Linux Mint / Windows 10 / Lazarus 3.6.0 / trunk
BigChimp
Hero Member
Posts: 5740
Add to the wiki - it's free ;)
Re: Lazarus trunk not compiling with QT widgetset under Windows
«
Reply #1 on:
October 03, 2013, 10:57:45 am »
Thanks for writing a patch, but please post them to the bugtracker (see links to the left) so the devs can see them and track them.
Logged
Want quicker answers to your questions? Read
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero
Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified
Groffy
Full Member
Posts: 205
Re: Lazarus trunk not compiling with QT widgetset under Windows
«
Reply #2 on:
October 03, 2013, 11:28:34 am »
You are right, just done.
http://bugs.freepascal.org/view.php?id=25139
Logged
Linux Mint / Windows 10 / Lazarus 3.6.0 / trunk
zeljko
Hero Member
Posts: 1875
Re: Lazarus trunk not compiling with QT widgetset under Windows
«
Reply #3 on:
October 03, 2013, 03:49:47 pm »
It's fixed.
Logged
Ocye
Hero Member
Posts: 518
Re: Lazarus trunk not compiling with QT widgetset under Windows
«
Reply #4 on:
December 19, 2015, 05:09:26 pm »
Looks like there is a regression. I cannot compile Lazarus 1.7 r50932 with FPC 3.0.0 i386-darwin-qt because of {$ifdef BINUX] in line 5266 at qt45.pas
Logged
Lazarus 1.7 (SVN) FPC 3.0.0
zeljko
Hero Member
Posts: 1875
Re: Lazarus trunk not compiling with QT widgetset under Windows
«
Reply #5 on:
December 21, 2015, 10:20:13 am »
Please open an issue with detail info.
Logged
Ocye
Hero Member
Posts: 518
Re: Lazarus trunk not compiling with QT widgetset under Windows
«
Reply #6 on:
December 22, 2015, 02:30:08 pm »
There is a closed bug on mantis but I cannot reopen (and don't find the right number). And actually I'm not sure if it's really a regression. Who would remove this code?
Logged
Lazarus 1.7 (SVN) FPC 3.0.0
zeljko
Hero Member
Posts: 1875
Re: Lazarus trunk not compiling with QT widgetset under Windows
«
Reply #7 on:
December 22, 2015, 03:08:12 pm »
Nobody removed it. Just open an issue (you don't need to reopen it).
Logged
Ocye
Hero Member
Posts: 518
Re: Lazarus trunk not compiling with QT widgetset under Windows
«
Reply #8 on:
December 28, 2015, 11:00:56 am »
http://bugs.freepascal.org/view.php?id=29270
Logged
Lazarus 1.7 (SVN) FPC 3.0.0
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
QT
»
Lazarus trunk not compiling with QT widgetset under Windows
TinyPortal
© 2005-2018