AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

JEDI (JCL1.95 + JVCL300) Problem

Offene Frage von "nitroex"
Ein Thema von nitroex · begonnen am 25. Apr 2005 · letzter Beitrag vom 26. Apr 2005
Antwort Antwort
Seite 2 von 2     12   
Benutzerbild von nitroex
nitroex

Registriert seit: 8. Feb 2004
Ort: Weimar
31 Beiträge
 
Delphi 7 Enterprise
 
#11

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 25. Apr 2005, 20:18
@jbg: hat sich nix verändert:

Code:
MAKE Version 5.2  Copyright (c) 1987, 1998 Inprise Corp.
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
Fatal: File not found: 'JediInstaller.dpr'

** error 1 ** deleting ..\bin\JediInstaller.exe
hab ich vergessen
tüdelü
  Mit Zitat antworten Zitat
jbg

Registriert seit: 12. Jun 2002
3.483 Beiträge
 
Delphi 10.1 Berlin Professional
 
#12

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 25. Apr 2005, 21:06
Na dann eben ganz von Hand:
In der JCL\Install Ordner wechseln.
Code:
dcc32 -Q -I..\source -U..\source\common -U..\source\windows JediInstaller.dpr
Danach sollte eigentlich eine JediInstaller.exe im JCL\bin Ordner sein.
  Mit Zitat antworten Zitat
Benutzerbild von nitroex
nitroex

Registriert seit: 8. Feb 2004
Ort: Weimar
31 Beiträge
 
Delphi 7 Enterprise
 
#13

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 25. Apr 2005, 21:24
@jbg: ertmal DANKE, der Installer funzt nun ...

aber: Fehler über Fehler:

Code:
Delphi 7 Build 7.0.4.453 ===================

Added "D:\share\dev\delphi\comps\JVCL3C~1\jcl\lib\D7;D:\share\dev\delphi\comps\JVCL3C~1\jcl\source" to library path.

Added "D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\common;D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows;D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\vcl;D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\visclx;" to library browsing path.

Added "D:\share\dev\delphi\comps\JVCL3C~1\jcl\lib\D7\debug" to Debug DCU Path.

Making common library units for Delphi 7

Compiling .dcu files...
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1458) Error: File not found: 'obj\adler32.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1459) Error: File not found: 'obj\compress.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1460) Error: File not found: 'obj\crc32.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1461) Error: File not found: 'obj\deflate.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1462) Error: File not found: 'obj\infback.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1463) Error: File not found: 'obj\inffast.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1464) Error: File not found: 'obj\inflate.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1465) Error: File not found: 'obj\inftrees.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1466) Error: File not found: 'obj\trees.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1467) Error: File not found: 'obj\uncompr.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1468) Error: File not found: 'obj\zutil.obj'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(359) Error: Unsatisfied forward or external declaration: 'zlibVersion'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(390) Error: Unsatisfied forward or external declaration: 'deflate'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(473) Error: Unsatisfied forward or external declaration: 'deflateEnd'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(509) Error: Unsatisfied forward or external declaration: 'inflate'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(608) Error: Unsatisfied forward or external declaration: 'inflateEnd'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(685) Error: Unsatisfied forward or external declaration: 'deflateSetDictionary'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(723) Error: Unsatisfied forward or external declaration: 'deflateCopy'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(742) Error: Unsatisfied forward or external declaration: 'deflateReset'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(757) Error: Unsatisfied forward or external declaration: 'deflateParams'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(779) Error: Unsatisfied forward or external declaration: 'deflateBound'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(791) Error: Unsatisfied forward or external declaration: 'deflatePrime'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(851) Error: Unsatisfied forward or external declaration: 'inflateSetDictionary'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(870) Error: Unsatisfied forward or external declaration: 'inflateSync'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(888) Error: Unsatisfied forward or external declaration: 'inflateCopy'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(905) Error: Unsatisfied forward or external declaration: 'inflateReset'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(952) Error: Unsatisfied forward or external declaration: 'inflateBack'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1024) Error: Unsatisfied forward or external declaration: 'inflateBackEnd'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1034) Error: Unsatisfied forward or external declaration: 'zlibCompileFlags'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1091) Error: Unsatisfied forward or external declaration: 'compress'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1111) Error: Unsatisfied forward or external declaration: 'compress2'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1127) Error: Unsatisfied forward or external declaration: 'compressBound'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1139) Error: Unsatisfied forward or external declaration: 'uncompress'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1351) Error: Unsatisfied forward or external declaration: 'adler32'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1369) Error: Unsatisfied forward or external declaration: 'crc32'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1395) Error: Unsatisfied forward or external declaration: 'deflateInit_'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1401) Error: Unsatisfied forward or external declaration: 'inflateInit_'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1412) Error: Unsatisfied forward or external declaration: 'deflateInit2_'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1419) Error: Unsatisfied forward or external declaration: 'inflateInit2_'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1427) Error: Unsatisfied forward or external declaration: 'inflateBackInit_'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1431) Error: Unsatisfied forward or external declaration: 'zError'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1435) Error: Unsatisfied forward or external declaration: 'inflateSyncPoint'
D:\share\dev\delphi\comps\JVCL3C~1\jcl\source\windows\zlibh.pas(1439) Error: Unsatisfied forward or external declaration: 'get_crc_table'
JclCompression.pas(59) Fatal: Could not compile used unit 'zlibh.pas'
Raffsch nedd

so stht in der zlib.h:

Delphi-Quellcode:
{$LINK obj\adler32.obj} // OS: CHECKTHIS - Kylix version may need forward slashes?
{$LINK obj\compress.obj}
{$LINK obj\crc32.obj}
{$LINK obj\deflate.obj}
{$LINK obj\infback.obj}
{$LINK obj\inffast.obj}
{$LINK obj\inflate.obj}
{$LINK obj\inftrees.obj}
{$LINK obj\trees.obj}
{$LINK obj\uncompr.obj}
{$LINK obj\zutil.obj}
hab ich vergessen
tüdelü
  Mit Zitat antworten Zitat
jbg

Registriert seit: 12. Jun 2002
3.483 Beiträge
 
Delphi 10.1 Berlin Professional
 
#14

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 25. Apr 2005, 23:37
Zwar ne dumme Frage, aber möglich ist alles: Hast du vielleicht die "Kurzen Dateinamen" bei NTFS abgeschaltet?
  Mit Zitat antworten Zitat
Robert Marquardt
(Gast)

n/a Beiträge
 
#15

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 26. Apr 2005, 06:12
Das wuerde fatal sein, da der JCL Installer auf kurze Namen zurueckgreift um eine Macke des make auszugleichen.
  Mit Zitat antworten Zitat
jbg

Registriert seit: 12. Jun 2002
3.483 Beiträge
 
Delphi 10.1 Berlin Professional
 
#16

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 26. Apr 2005, 08:37
Da muss man wohl bei der JCL 2 und JVCL 4 von der make.exe Abschied nehmen und auf was anderes setzen.
  Mit Zitat antworten Zitat
Robert Marquardt
(Gast)

n/a Beiträge
 
#17

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 26. Apr 2005, 09:13
Wahrscheinlich nicht. Das Problem ist, das Borland ein fehlerhaftes und ein korrektes make.exe mit gleicher Versionsnummer hat.
Vielleicht liefern wir einfach ein korrektes make.exe mit (freie makes gibt es genuegend).

Gerade werkelt jemand daran die JCL .net kompatibel zu machen. Mal sehen was das an Aenderungen bringt.
  Mit Zitat antworten Zitat
Benutzerbild von nitroex
nitroex

Registriert seit: 8. Feb 2004
Ort: Weimar
31 Beiträge
 
Delphi 7 Enterprise
 
#18

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 26. Apr 2005, 15:23
@jbg: nö, "Kurze Dateinamen" sind NICHT ausgeschaltet.

aber eine neue vermustung: ich habe mein windows über ein existierendes (das nicht mehr lief) einfach neu drüberinstalliert. villeicht hat es beim install irgendwelche Pfad-fehler gegeben????
hab auch schon Delphi reinstalliert --> nix ...
hab ich vergessen
tüdelü
  Mit Zitat antworten Zitat
jbg

Registriert seit: 12. Jun 2002
3.483 Beiträge
 
Delphi 10.1 Berlin Professional
 
#19

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 26. Apr 2005, 15:31
Zitat von Robert Marquardt:
Vielleicht liefern wir einfach ein korrektes make.exe mit (freie makes gibt es genuegend).
Und schreiben dazu alle makefiles um.

Zitat:
Gerade werkelt jemand daran die JCL .net kompatibel zu machen. Mal sehen was das an Aenderungen bringt.
Es werden einige Funktionen wegfallen (Cmp => SameText), aber an er Installation wird sich wenig tun.
  Mit Zitat antworten Zitat
Robert Marquardt
(Gast)

n/a Beiträge
 
#20

Re: JEDI (JCL1.95 + JVCL300) Problem

  Alt 26. Apr 2005, 16:00
Makefiles umschreiben sollte nicht noetig sein. Die Syntax ist inzwischen ziemlich standardisiert und besondere Tricks verwenden wir nicht.
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 2 von 2     12   


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 12:58 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz