Skip to content

Compiler error #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PeterPanino opened this issue Aug 1, 2020 · 3 comments
Closed

Compiler error #8

PeterPanino opened this issue Aug 1, 2020 · 3 comments
Labels
not an error It's not a bug, it's a feature! rejected Won't implement or fix

Comments

@PeterPanino
Copy link

[dcc32 Fatal Error] CodeSnip.dpr(373): F1026 File not found: 'AutoGen\IntfExternalObj.pas'

But the AutoGen\ directory is empty. It does not contain IntfExternalObj.pas.

@delphidabbler delphidabbler added the not an error It's not a bug, it's a feature! label Aug 4, 2020
@delphidabbler
Copy link
Owner

Hi

This file is auto generated when the Makefile is executed. Have a look at Build.html for details.

Put briefly you need to run:

Make config
Make typelib
Make autogen

Somewhere along the compile process you'll also need Make resources, which requires a couple of external programs to work

Cheers

@delphidabbler
Copy link
Owner

To save the trouble, I've attached a cheat file with the resources and auto gen files from CodeSnip v4.17.1.

In the zip is a Bin folder: copy the content into your Bin directory. There's also a copy of the auto-generated file in the Src/AutoGen folder.

These were generated using Delphi XE tools, so I hope they work!

ResourcesCheat.zip

@delphidabbler
Copy link
Owner

delphidabbler commented Aug 4, 2020

Just thought, I can't recall whether the resources in ResourcesCheat.zip were for CodeSnip standard or portable - should work either way, but the version info may be wrong.

@delphidabbler delphidabbler added the rejected Won't implement or fix label May 23, 2023
@github-project-automation github-project-automation bot moved this to Considering in CodeSnip May 23, 2023
@delphidabbler delphidabbler moved this from Considering to Rejected in CodeSnip May 23, 2023
@delphidabbler delphidabbler removed this from CodeSnip Jun 18, 2023
@delphidabbler delphidabbler reopened this Apr 15, 2025
@delphidabbler delphidabbler closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not an error It's not a bug, it's a feature! rejected Won't implement or fix
Projects
None yet
Development

No branches or pull requests

2 participants