Discussion:
[Lazarus] Ide won't
larrydalton71 via Lazarus
2018-05-31 03:36:11 UTC
Permalink
I recently installed linux mint 18.2 on a laptop I use for coding. I then installed lazarus 1.8.2, using fpc 3.04-2_amd64.deb and fpc-src_3.04-2_amd64.deb. Everything seemed to install OJ, but when I start the ide, the Free Pascal icon comes up, then disappears and the compiler doesn't run. I tried completely reinstalling but that didn't help. What ast do I try next?

Sent from my Verizon, Samsung Galaxy smartphone
Michael Van Canneyt via Lazarus
2018-05-31 06:11:37 UTC
Permalink
Post by larrydalton71 via Lazarus
I recently installed linux mint 18.2 on a laptop I use for coding. I then installed lazarus 1.8.2, using fpc 3.04-2_amd64.deb and fpc-src_3.04-2_amd64.deb. Everything seemed to install OJ, but when I start the ide, the Free Pascal icon comes up, then disappears and the compiler doesn't run. I tried completely reinstalling but that didn't help. What ast do I try next?
Try starting it from a terminal. You will then normally see any error
messages that are output to the console. This should help us for further
analysis of the problem.

Michael.
--
Mattias Gaertner via Lazarus
2018-05-31 06:21:38 UTC
Permalink
On Wed, 30 May 2018 23:36:11 -0400
Post by larrydalton71 via Lazarus
I recently installed linux mint 18.2 on a laptop I use for coding. I then installed lazarus 1.8.2, using fpc 3.04-2_amd64.deb and fpc-src_3.04-2_amd64.deb. Everything seemed to install OJ, but when I start the ide, the Free Pascal icon comes up,
Just to make sure: You mean the Lazarus splash screen, right?
Post by larrydalton71 via Lazarus
then disappears and the compiler doesn't run.
The IDE, not the compiler, right?
Post by larrydalton71 via Lazarus
I tried completely reinstalling but that didn't help. What ast do I try next?
Please open a terminal and run

startlazarus

You should get some output.

Mattias
--

Continue reading on narkive:
Loading...