Return-Path: Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 902150 for cwmm-dev@2rosenthals.com; Sun, 19 Jul 2020 23:31:11 -0400 Received: from secmgr-va.2rosenthals.com ([50.73.8.217]:38733 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1jxMW9-0000aa-0J for cwmm-dev@2rosenthals.com; Sun, 19 Jul 2020 23:31:05 -0400 Received: from elasmtp-galgo.atl.sa.earthlink.net ([209.86.89.61]:45876) by mail2.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1jxMW6-0000AB-0P for cwmm-dev@2rosenthals.com; Sun, 19 Jul 2020 23:31:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=earthlink.net; s=dk12062016; t=1595215862; bh=9co5hCEPETbVd40+htyYQQe8BtT3WvTQgJav t8CE6Ps=; h=Received:From:Date:To:In-Reply-To:Subject:X-Mailer: Message-ID:X-ELNK-Trace:X-Originating-IP; b=McUXqNb6/dDovksdnn2QNt tSv+mGG3Eoink6phfYa1jhtItnRZaCm5240k1THDt9+BW87AhDYXmP0zUMOps6ifc8t S+jcJdzpOkyxhssurchtHeV1JvokDtehBOLONLZXkelcCJHrKOpQidl8FKfTMr2O2Yn w/QBNexjmZKTmbjl7yqqPG4WLcVGm0j3aOBob40n537WgXe77fSHg2NO2WMxDlZSGax VYKjogUoB757ro1PbB/dhuJkyvAledZRtBPXTmDaECg/abSZO6oauuV3VezdxZdUmVn PGwuAV+w+EVXZPWcu0bshlOpZUtuXZCo4BLoF5TOiMseRnTi4klw== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk12062016; d=earthlink.net; b=RmMt2wNhf+8UCiiryxhqz53G1rkalbM3wtbwGwiU1p4HJGeMN0yGSoJiWNKnDPB/oVvNH3rRplc5yuEknXaPeXdsWUwKCNW3UJ5iuM7+d16EvAMyKwM//qtXY37irULINrf6xf9Zy+bCPmZprF86p8um4pGhUuPfOnoRKeQYgYbxf15URtPPpMh4LUqpMd9BQZ1O5UC3FCTus3W+Q50whzER52DNu8EvZbEwwRmo0pVVwBHyAlBhGYruHwHHACoRAe98dQ6hX2/KljhU9uD18rFcroMoWeqi3MYWYPYbX7rap/CmrTAv8Jc/XJCHMJtPYf3qcQ1x1J2kpFnfuj/b6Q==; h=Received:From:Date:To:In-Reply-To:Subject:X-Mailer:Message-ID:X-ELNK-Trace:X-Originating-IP; Received: from [108.193.252.206] (helo=slamain) by elasmtp-galgo.atl.sa.earthlink.net with esmtpa (Exim 4) (envelope-from ) id 1jxMW4-000BJN-Jo for cwmm-dev@2rosenthals.com; Sun, 19 Jul 2020 23:31:00 -0400 From: "Steven Levine" Date: Sun, 19 Jul 2020 19:40:16 -0700 To: "CWMM Developers Mailing List" In-Reply-To: Subject: Compiling cwwm X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.21 BETA/60 Message-ID: X-ELNK-Trace: a1109158fca87577d780f4a490ca6956846b590522b13c95af7713a947cb9b39dfd58de43570ef5b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 108.193.252.206 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable In , on 07/19/20 at 02:48 PM, Dave Yeo said: Hi Dave, Moving this to new list... >They seem to all be part of the final packaging stage. I did not look all that closely at why the directories were being created.= =20 I guess it could just be omitted functionality or just lost source code. >wl.exe and wrc.exe doesn't like GCC 2.8.1's output :) Well, wl does not like gcc's default output all that much either. :-) >Yes, the first part of the compile involves generating quite a few hh=20 >files out of idl files. Some of these .idl files, such as wpdataf.idl, are part of the toolkit as is wpdataf.h and wpdataf.xh. Others such as wpdataf.hh are not, so you need to generate them if your code needs them and it appears the cwmm does. The .hh files are used by code that uses the DTS interface. See the SOM Programming Guide in the toolkit for the details. >No sign of progfolder* Perhaps this one got lost. For now, comment anything that requires it out of the build, which means don't build progfldr.dll/progfolder.dll. >and wpdataf.hh seems to=20 >be a system header It's not. >as it is surrounded by <> and the only wpdataf.*=20 >files I find are in the toolkit and no hh file. wpdataf.h is provided by the toolkit, so it can be considered a system header. Keep in mind that the only thing that <> does is change the include search order. Whether or not a file is system header is somewhat a matter of POV. The lack of a wpdataf.hh is not a problem because none of the code requires it, which explains why the make files don't create it. >All but those 2 are generated. I assume that progfolder.hh should be=20 >generated from progfolder.idl or be referenced somewhere other then an=20 >include line in the source. We need to track down progfolder.idl, but that can happen in parallel with getting everything else to build. You might try turning off optimization and see if that works around the compiler defect. Steven --=20 ---------------------------------------------------------------------- "Steven Levine" Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ---------------------------------------------------------------------- --=20 This email was Anti Virus checked by Astaro Security Gateway. http://www.so= phos.com