Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Cross-Platform-Entwicklung (https://www.delphipraxis.net/91-cross-platform-entwicklung/)
-   -   multiple definition of sqlite3_aggregate_context (https://www.delphipraxis.net/213827-multiple-definition-sqlite3_aggregate_context.html)

bcvs 2. Okt 2023 13:02

multiple definition of sqlite3_aggregate_context
 
Hallo zusammen,

Ich kompiliere ein Projekt erstmals mit D12 Yukon Beta.
Jetzt bekomme ich beim Linken jede Menge Fehlermeldung der Art:

Zitat:

[DCC Fehler] E2597 c:\\program files (x86)\\embarcadero\\studio\\23.0\\lib\\Android64\\ Release\libsqlite_fde.a(sqlite3_fde.o): In function `sqlite3_aggregate_context':
sqlite3_fde.c:(.text+0xb5e8): multiple definition of `sqlite3_aggregate_context'
c:\\program files (x86)\\embarcadero\\studio\\23.0\\lib\\Android64\\ Release\libsqlite.a(sqlite3.o):sqlite3.c:(.text+0x ce7c): first defined here
Und dann gibt es noch jede Menge weiterer solcher Meldungen, nur mit sqlite3_aggregate_count, sqlite3_auto_extemsion und vielen anderen.

Was mich verwundert: Da ist von Release die Rede, ich kompiliere aber noch für Debug.
Hat jemand eine Idee, wie man das weg bekommt? Oder ist das noch ein Bug in der Beta?

(Kann man die Smileys in dem Zitat abschalten? c:( soll c: ( heißen, ohne Leerzeichen )

bcvs 3. Okt 2023 12:01

AW: multiple definition of sqlite3_aggregate_context
 
So, jetzt bin ich den üblichen Weg in solchen Fällen gegangen:

Neues Projekt mit D12 erstellt und alle Forms und Units da rein kopiert. Es kompiliert und läuft auf dem Handy.


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:23 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz