On 24/04/2011 22:33, Complete Account Receivable Solutions wrote: > I have attached the verbose output below. I have the trunk for tiOPF v2 > fresh as of yesterday. It is the both the packages that are giving me > the same error at the end. It is tiOPF and tiOPFlcl packages. >
Sorry for the delay in reply, I was on leave all of last week. Using FPC 2.4.2 under 64-bit Linux (official released version): --------------------------------------------------------------- Hint: Start of reading config file /home/graemeg/.fpc.cfg Hint: End of reading config file /home/graemeg/.fpc.cfg Free Pascal Compiler version 2.4.2 [2010/11/08] for x86_64 Copyright (c) 1993-2010 by Florian Klaempfl Target OS: Linux for x86-64 Compiling tiOPF.pas Compiling /home/graemeg/programming/3rdParty/tiOPF2/Source/Core/tiBaseObject.pas Compiling /home/graemeg/programming/3rdParty/tiOPF2/Source/Core/tiCommandLineParams.pas ...[snip]... tiOPF.pas(18,88) Hint: Unit "tiOPFSqlScript" not used in tiOPF tiOPF.pas(19,30) Hint: Unit "tiLogToDebugSvr" not used in tiOPF 67692 lines compiled, 3.1 sec 27 warning(s) issued 87 hint(s) issued 18 note(s) issued "Compiling package tiOPF 2.0.4" completed Using FPC 2.4.3 under 64-bit Linux (updated today): --------------------------------------------------- Hint: Start of reading config file /home/graemeg/.fpc.cfg Hint: End of reading config file /home/graemeg/.fpc.cfg Free Pascal Compiler version 2.4.3 [2011/05/03] for x86_64 Copyright (c) 1993-2010 by Florian Klaempfl Target OS: Linux for x86-64 Compiling tiOPF.pas Compiling /home/graemeg/programming/3rdParty/tiOPF2/Source/Core/tiBaseObject.pas Compiling /home/graemeg/programming/3rdParty/tiOPF2/Source/Core/tiCommandLineParams.pas ...[snip]... tiOPF.pas(18,88) Hint: Unit "tiOPFSqlScript" not used in tiOPF tiOPF.pas(19,30) Hint: Unit "tiLogToDebugSvr" not used in tiOPF 67692 lines compiled, 2.10 sec 32 warning(s) issued 87 hint(s) issued 18 note(s) issued "Compiling package tiOPF 2.0.4" completed Using FPC 2.4.3 under 32-bit Windows (updated Dec 2010): -------------------------------------------------------- Hint: Start of reading config file C:\FPC\2.4.3\bin\fpc.cfg Hint: End of reading config file C:\FPC\2.4.3\bin\fpc.cfg Free Pascal Compiler version 2.4.3 [2010/12/09] for i386 Copyright (c) 1993-2010 by Florian Klaempfl Target OS: Win32 for i386 Compiling tiOPF.pas Compiling Y:\3rdParty\tiOPF2\Source\Core\tiBaseObject.pas Compiling Y:\3rdParty\tiOPF2\Source\Core\tiCommandLineParams.pas ...[snip]... tiOPF.pas(18,72) Hint: Unit "tiQueryDataset" not used in tiOPF tiOPF.pas(18,88) Hint: Unit "tiOPFSqlScript" not used in tiOPF tiOPF.pas(19,30) Hint: Unit "tiLogToDebugSvr" not used in tiOPF 68165 lines compiled, 8.2 sec 21 warning(s) issued 114 hint(s) issued 13 note(s) issued "Compiling package tiOPF 2.0.4" completed As you can see there is no problems compiling tiopf.lpk package using the various compilers. I don't have a 64-bit Windows setup so couldn't test that, but the 64-bit Linux does compile fine, and so does the 32-bit Windows setup. So I can't think why the 64-bit Windows version will have a problem. The only suggestion I can give is to make sure no old *.ppu files are lying around - thus doing a clean compile. Also double check your compiler settings in Lazarus and in the FPC's fpc.cfg file. If you still have a problem with your setup, maybe ask in the FPC mailing list for help. Regards, - Graeme - ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ tiOPF-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tiopf-talk
