- Posts: 7
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CT Pascal Programming
- An error occurred while compiling. whatis the problem and how to solve it?
×
Discussions for CodeTyphon Object Pascal Programming Language
Question An error occurred while compiling. whatis the problem and how to solve it?
- Brues
- Topic Author
- Offline
- New Member
-
Less
More
2 months 2 weeks ago #17067
by Brues
An error occurred while compiling. whatis the problem and how to solve it? was created by Brues
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.
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.
- Matis A.
-
- Offline
- Moderator
-
2 months 2 weeks ago - 2 months 2 weeks ago #17068
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic An error occurred while compiling. whatis the problem and how to solve it?
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).
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
Last edit: 2 months 2 weeks ago by Matis A..
The following user(s) said Thank You: Brues
Please Log in or Create an account to join the conversation.
- Brues
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
2 months 2 weeks ago #17071
by Brues
Replied by Brues on topic An error occurred while compiling. whatis the problem and how to solve it?
Thanks.I'll try it.
Please Log in or Create an account to join the conversation.
- Brues
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
2 months 2 weeks ago #17072
by Brues
Replied by Brues on topic An error occurred while compiling. whatis the problem and how to solve it?
@Matis A.
Nice.I've got it.Thank you very much.
Nice.I've got it.Thank you very much.
Please Log in or Create an account to join the conversation.