Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 13 years 1 month ago #805

  • Dann Corbit
  • Dann Corbit's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
While the compiler does build for both 32 and 64 bit modes, for both the 64 and 32 bit versions of the Lazarus IDE build, I get the following failure:

Compile Lazarus Win64

C:/pp/bin/x86_64-win64/make.exe -C packager/registration all
make.exe[1]: Entering directory `c:/lazarus/packager/registration'
C:/msys/bin/rm.exe -f ../units/x86_64-win64/fcllaz.ppu
C:/pp/bin/x86_64-win64/ppcx64.exe -MObjFPC -Scghi -O1 -gl -vewnhi -l -Fu. -Fuc:/pp/rtl -FE. -FU../units/x86_64-win64 -dx86_64 fcllaz.pas
Hint: Start of reading config file C:\pp\bin\x86_64-win64\fpc.cfg
Hint: End of reading config file C:\pp\bin\x86_64-win64\fpc.cfg
Free Pascal Compiler version 2.5.1 [2011/03/16] for x86_64
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Win64 for x64
Compiling fcllaz.pas
Fatal: Can't find unit system used by fcllaz
Fatal: Compilation aborted
make.exe[1]: *** [fcllaz.ppu] Error 1
make.exe[1]: Leaving directory `c:/lazarus/packager/registration'
C:\pp\bin\x86_64-win64\make.exe: *** [packager/registration] Error 2

=======================================================

??????????????????????????????????????????????????????
ERROR: Lazarus64 BigIDE IDE NOT Build
??????????????????????????????????????????????????????
_______________________________________________________________

Terminate Action at 03/31/2011 12:52:10
ExitCode : 2

Please Log in or Create an account to join the conversation.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 13 years 1 month ago #810

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Please, remove any previews Lazarus or Freepascal installations
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 13 years 2 weeks ago #1003

  • Miquel Matas
  • Miquel Matas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 121
  • Thank you received: 10

sternas wrote: Please, remove any previews Lazarus or Freepascal installations


I did run into the same issue.

I solved this by turning off uac.

Thank you.

:)

Please Log in or Create an account to join the conversation.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 13 years 1 week ago #1007

  • avra
  • avra's Avatar
  • Visitor
  • Visitor
You can run CMD.EXE with "RUN AS" administrator, and then start setup.bat from this CMD.

Please Log in or Create an account to join the conversation.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 12 years 11 months ago #1041

  • Bill Buzzell
  • Bill Buzzell's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Hi, having install problems like these ,it looks like.

I recently installed Comodo Anti-virus which was interfering with CodeTyphon Center so I closed it down (did not remove/uninstall). cleaned all previous installs of 'c:\lazarus' and FPC installs etc.
Then I did option 7 from the commandline script (As Avra recommended above), as admin.

Did multiple tries and each time I am unable run a project with a blank form. It seems to compile ('compiled successfully' in output) but before it opens, the assembly code debugger opens with this output...

C:/lazarusTemp/project1.lpr:15
00402AB0 55 push %ebp
00402AB1 89e5 mov %esp,%ebp
00402AB3 e8989e0000 call 0x40c950 <fpc_initializeunits>
C:/lazarusTemp/project1.lpr:16
00402AB8 c605403e520001 movb $0x1,0x523e40
C:/lazarusTemp/project1.lpr:17
00402ABF a1103e5200 mov 0x523e10,%eax
00402AC4 8b15103e5200 mov 0x523e10,%edx
00402ACA 8b12 mov (%edx),%edx
00402ACC ff92f0000000 call *0xf0(%edx)


Do I need to uninstall Comodo completely, perhaps?

What is UAC? How can I cut it off?

Edit: also this same problem is occurring with ANY type of install I try, not just CodeTyphon.

Windows 7

Thanks

Please Log in or Create an account to join the conversation.

Last edit: by Bill Buzzell.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 12 years 11 months ago #1062

  • zorzal
  • zorzal's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
uac is probably user account control.

technet.microsoft.com/en-us/library/cc709691%28WS.10%29.aspx

Please Log in or Create an account to join the conversation.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 12 years 11 months ago #1064

  • avra
  • avra's Avatar
  • Visitor
  • Visitor
UAC trouble can be solved with TweakUAC application.

Comodo antivirus conflicts with GDB used in CT/LAZ/FPC.

Please Log in or Create an account to join the conversation.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 12 years 11 months ago #1065

  • Konstantinos Papadoulas
  • Konstantinos Papadoulas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 131
  • Thank you received: 19
I am using Comodo for a long time now. I never had problems with the CodeTyphon (or any of it's components) since v0.998
which was my first CT version.

BUT i must say that i have disabled the "sandbox" and "Defence+" functionality of Comodo sine i had trouble with many
programs while it was enabled. Remember that the "Defence+" it is NOT deactivated if one only deactivates it from the
context menu of the tray icon. It must be deactivated permanently from within the program settings in the main Comodo window.

Please Log in or Create an account to join the conversation.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 12 years 11 months ago #1066

  • Bill Buzzell
  • Bill Buzzell's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Thanks guys. Comodo does indeed seem to be my problem. Been getting by with Win 7, awaiting restore disks for Win XP before updating my install/s.

I am sure it will go well now.

Thanks

Please Log in or Create an account to join the conversation.

Re: Cannot build Lazarus IDE (CodeTypoon on 3-31-2011) 12 years 11 months ago #1067

  • avra
  • avra's Avatar
  • Visitor
  • Visitor
Sorry. I tried to delete the post but it is not possible.

Please Log in or Create an account to join the conversation.

Last edit: by avra.
  • Page:
  • 1