Recent

Author Topic: Fpcupdeluxe  (Read 794370 times)

minesadorada

  • Sr. Member
  • ****
  • Posts: 452
  • Retired
Re: Fpcupdeluxe
« Reply #225 on: December 14, 2016, 02:33:26 pm »
@DonAlfredo
I have an odd issue with all my fpcupdeluxe installations which you may know the answer to.
Code completion works fine, but if I right-click a unit in the Uses section of a source pas and select 'Open file/Open File at cursor' nothing happens.  Can I assume this is a path/fpc.cfg issue?
GPL Apps: Health MonitorRetro Ski Run
OnlinePackageManager Components: LazAutoUpdate, LongTimer, PoweredBy, ScrollText, PlaySound, CryptINI

hnb

  • Sr. Member
  • ****
  • Posts: 270
Re: Fpcupdeluxe
« Reply #226 on: December 14, 2016, 02:40:35 pm »
Code completion works fine, but if I right-click a unit in the Uses section of a source pas and select 'Open file/Open File at cursor' nothing happens.  Can I assume this is a path/fpc.cfg issue?
You need to delete fpcdefines.xml in C:\fpcupdeluxe\config_lazarus or go to "Tools > Rescan fpc source directory"
Checkout NewPascal initiative and donate beer - ready to use tuned FPC compiler + Lazarus for mORMot project

best regards,
Maciej Izak

minesadorada

  • Sr. Member
  • ****
  • Posts: 452
  • Retired
Re: Fpcupdeluxe
« Reply #227 on: December 14, 2016, 02:44:52 pm »
Code completion works fine, but if I right-click a unit in the Uses section of a source pas and select 'Open file/Open File at cursor' nothing happens.  Can I assume this is a path/fpc.cfg issue?
You need to delete fpcdefines.xml in C:\fpcupdeluxe\config_lazarus or go to "Tools > Rescan fpc source directory"
I deleted fpcdefines.xml in my config directory, then did a rescan.  Still not working.
I'm testing using Lazarus 1.7 trunk on Win64 v10

-edit- Maybe that's the problem - it works fine in Laz 1.62
« Last Edit: December 14, 2016, 02:47:14 pm by minesadorada »
GPL Apps: Health MonitorRetro Ski Run
OnlinePackageManager Components: LazAutoUpdate, LongTimer, PoweredBy, ScrollText, PlaySound, CryptINI

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #228 on: December 14, 2016, 02:59:37 pm »
@minesadorada
Have no clues other than the advice of hnb ... on what system are you ?

minesadorada

  • Sr. Member
  • ****
  • Posts: 452
  • Retired
Re: Fpcupdeluxe
« Reply #229 on: December 14, 2016, 03:18:56 pm »
@minesadorada
Have no clues other than the advice of hnb ... on what system are you ?
I'm testing using Lazarus 1.7 trunk on Win64 v10.  Anyone else have the same problem with trunk?
Laz V1.62 is fine.
I'll do some research to see what the menu entry does, I guess.
GPL Apps: Health MonitorRetro Ski Run
OnlinePackageManager Components: LazAutoUpdate, LongTimer, PoweredBy, ScrollText, PlaySound, CryptINI

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Fpcupdeluxe
« Reply #230 on: December 14, 2016, 09:24:49 pm »
It works fine here, 64 bit Windows 10, but 32 bit Lazarus 1.7 + FPC 3.1.1

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Fpcupdeluxe
« Reply #231 on: December 15, 2016, 10:34:13 pm »
Hi, compiling FPC is fine, but when I need to compile lazarus this happens (attached screenshot).

Seems that there's a resourcestring missing the last quote symbol " and that breaks the compilation?

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #232 on: December 20, 2016, 10:12:15 am »
@lainz

The cause of this error is unclear to me. Perhaps a temporary issue with Lazarus trunk ?!
However, there is a new release of fpcupdeluxe, with many bugfixes and changes.
You could give it a try.

https://github.com/newpascal/fpcupdeluxe/releases/tag/v1.2.0

hnb

  • Sr. Member
  • ****
  • Posts: 270
Re: Fpcupdeluxe
« Reply #233 on: December 20, 2016, 10:23:17 am »
It was temporary problem with FPC trunk (r35128) fixed in r35132
Checkout NewPascal initiative and donate beer - ready to use tuned FPC compiler + Lazarus for mORMot project

best regards,
Maciej Izak

mizar

  • New Member
  • *
  • Posts: 35
Re: Fpcupdeluxe
« Reply #234 on: December 20, 2016, 03:24:55 pm »
A bit off topic, perhaps  ::)

I just used fpcupdeluxe 1.2.0 (linux x64) to compile fpc fixes only. After a couple of runs everything went well.

I'd like to know if and how it is possible to compile fpc textual ide.

In the ide folder (downloaded by fpcupdeluxe) there is a "readme.txt" saying "make  gdb" or "make nogdb" but make doesn't work.
What am I missing?

TIA

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #235 on: December 20, 2016, 03:43:35 pm »
At the moment, I have disabled the building of the  fpc textual ide.
Thinking that no user of fpcupdeluxe would ever need it .... apparently I am wrong !

With a new release, I will add the possibility to enable the fpc ide again !

Josh

  • Hero Member
  • *****
  • Posts: 1271
Re: Fpcupdeluxe
« Reply #236 on: December 24, 2016, 01:27:15 pm »
Hi

Downloaded Latest 1.2.0 and tried and update.

But I get fpcdeluxe has stopped working
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #237 on: December 24, 2016, 02:52:15 pm »
This seems to be the same error as reported before, by @lainz.
http://forum.lazarus.freepascal.org/index.php/topic,34645.msg231916.html

Unfortunately, I cannot reproduce.
Your command sequence runs flawless on my pc.

Again, it could be a problem of Lazarus trunk. Or not.

If you have enough time and bandwidth, you could try NewPascal.
And test if that makes a difference !

Josh

  • Hero Member
  • *****
  • Posts: 1271
Re: Fpcupdeluxe
« Reply #238 on: December 24, 2016, 03:23:03 pm »
Hi
Tried to Install New Pascal in a Folder called New_Pascal
and get following

log below

Hope it helps
Code: [Select]
Going to install NewPascal release.
.......................
!       C:\New_Pascal\fpc\tests\webtbs\tw8977.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9025.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9026.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9054.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9059.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9072.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9073.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9076.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9076a.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9085.pp
!       C:\New_Pascal\fpc\tests\webtbs\tw9089a.pp
fpcupdeluxe: info: Running SVN checkout or update.
Executing : C:\New_Pascal\fpcbootstrap\svn\bin\svn.exe "info" "C:\New_Pascal\fpc" (working dir: )
Path: C:\New_Pascal\fpc
Working Copy Root Path: C:\New_Pascal\fpc
URL: https://github.com/newpascal/freepascal/branches/release
Relative URL: ^/branches/release
Repository Root: https://github.com/newpascal/freepascal
Repository UUID: b06cf4e9-28d3-451c-dbe9-ce57b7db7bff
Revision: 30543
Node Kind: directory
Schedule: normal

Executing : C:\New_Pascal\fpcbootstrap\svn\bin\svn.exe "cleanup" "--non-interactive" "C:\New_Pascal\fpc" (working dir: )
svn: E720002: Can't remove 'C:\New_Pascal\fpc\.svn\tmp\svn-B472CBAC'
svn: E720002: Can't remove file 'C:\New_Pascal\fpc\.svn\tmp\svn-B472CBAC': The system cannot find the file specified. 
Executing : C:\New_Pascal\fpcbootstrap\svn\bin\svn.exe "cleanup" "--non-interactive" "--remove-unversioned" "--remove-ignored" "C:\New_Pascal\fpc" (working dir: )
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
Executing : C:\New_Pascal\fpcbootstrap\svn\bin\svn.exe "update" "--quiet" "--non-interactive" "--trust-server-cert" "-r" "HEAD" "C:\New_Pascal\fpc" (working dir: )
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
Executing : C:\New_Pascal\fpcbootstrap\svn\bin\svn.exe "info" "C:\New_Pascal\fpc" (working dir: )
Path: C:\New_Pascal\fpc
Working Copy Root Path: C:\New_Pascal\fpc
URL: https://github.com/newpascal/freepascal/branches/release
Relative URL: ^/branches/release
Repository Root: https://github.com/newpascal/freepascal
Repository UUID: b06cf4e9-28d3-451c-dbe9-ce57b7db7bff
Revision: 30543
Node Kind: directory
Schedule: normal

fpcupdeluxe: info: DownloadFromSVN: SVN gave error code: 1

fpcupdeluxe: info: DownloadFromSVN: SVN gave error message: Path: C:\New_Pascal\fpc
Working Copy Root Path: C:\New_Pascal\fpc
URL: https://github.com/newpascal/freepascal/branches/release
Relative URL: ^/branches/release
Repository Root: https://github.com/newpascal/freepascal
Repository UUID: b06cf4e9-28d3-451c-dbe9-ce57b7db7bff
Revision: 30543
Node Kind: directory
Schedule: normal


fpcupdeluxe: info: FPC was at: branch revision cal\fp (repository revision 30543)
fpcupdeluxe: info: No updates for FPC found.
fpcupdeluxe: info: Error running fpcup. Technical details: error executing sequence fpc; line: 4, param: FPC
fpcupdeluxe: info: Error running fpcup. Technical details: error executing sequence DefaultWin32; line: 3, param: fpc


ERROR: Fpcupdeluxe failed.

The best way to get accurate information on the forum is to post something wrong and wait for corrections.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #239 on: December 24, 2016, 03:33:01 pm »
According to the log: some kind off SVN error !
Dunno what to do with it !

If you have GIT installed, you could try and install through GIT with fpcupdeluxe !
Perhaps with better results.

 

TinyPortal © 2005-2018