Recent

Author Topic: output window wont pop up  (Read 2068 times)

Zohan

  • Newbie
  • Posts: 2
output window wont pop up
« on: February 20, 2019, 11:31:31 pm »
Help me please.

I create simple program but after running this program. The output window wont show. What can I do?
I used Lazarus on windows and the output window opened automatically. Did i messed anything during installing or it needs further settings?
thanks for advices :) :)

I have MacOs Mojave 10.14.3 and Lazarus 2.0.0

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: output window wont pop up
« Reply #1 on: February 21, 2019, 01:19:40 am »
You mean in Linux? No, I see it's MacOS; it may or may not work like Linux ...

Unlike Windows, Linux doesn't open a terminal automatically. You have basicaly three options:
  • Run your program from a terminal;
  • From inside Lazarus, press Ctrl+Alt+O or select "View>Debug windows>Terminal output" in the menu;
  • Also in Lazarus, select "Run>Run parameters" and in the dialog select "Use launching application" and type the terminal command line, p.e.
    /usr/bin/xterm -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)

HTH!
« Last Edit: February 21, 2019, 01:21:14 am by lucamar »
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9791
  • Debugger - SynEdit - and more
    • wiki
Re: output window wont pop up
« Reply #2 on: February 21, 2019, 01:35:04 am »
On Mac OS the "Terminal Output" window does not (yet) work.

But http://forum.lazarus-ide.org/index.php/topic,44330.msg311886.html#msg311886

Zohan

  • Newbie
  • Posts: 2
Re: output window wont pop up
« Reply #3 on: February 25, 2019, 09:03:22 am »
thanks for help a lot but, I can't really figure out how to install and apply a patch. Yes I am real newbie, can you please help me with that problem?? Thanks a lot.

 

TinyPortal © 2005-2018