Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Object Pascal Programming Language
  • Page:
  • 1

TOPIC:

An error occurred while compiling. whatis the problem and how to solve it? 1 year 10 months ago #17067

  • Brues
  • Brues's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Messages, Errors: 1
Error: There are two units with the same name:

1. "/usr/local/codetyphon/typhon/components/packages_js/js_WebWidgetsGUI/interfaces.pas" from js_WebWidgetsGUI 7.7.1
2. "/usr/local/codetyphon/typhon/lcl/interfaces/cocoa/interfaces.pas" from adLCL 7.7.1
Both packages are connected. This means, either one package uses the other, or they are both used by a third package.
 

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

An error occurred while compiling. whatis the problem and how to solve it? 1 year 10 months ago #17068

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1061
  • Thank you received: 149
Read  this
A Pas2JS project you must use only  js_xxxxx packages.

If in your project exists any no js_xxxxx  like adLCL package,
remove it from your project.

LAB CT ver 7.80 has better support to FreePascal Pas2JS source-to-source compiler (S2S Compiler).
 
PilotLogic Core Programmer
The following user(s) said Thank You: Brues

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

Last edit: by Matis A..

An error occurred while compiling. whatis the problem and how to solve it? 1 year 10 months ago #17071

  • Brues
  • Brues's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Thanks.I'll try it.

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

An error occurred while compiling. whatis the problem and how to solve it? 1 year 10 months ago #17072

  • Brues
  • Brues's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
@Matis A.
Nice.I've got it.Thank you very much.

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

  • Page:
  • 1