SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 25 | October | 2008 ]

<< Previous Message <<


Date: Sat, 25 Oct 2008 21:25:47 -0700
From: "Steven Levine" <steve53@earthlink.net >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: Building flipit (was GCC432)

In <20081025205350-59354-12@scoug.com>, on 10/25/08
at 08:53 PM, "Robert Blair" said:

>/* If the environment variable GLIB is set, use it, otherwise assume GLIB
>is a directory off of ROOT */
>if value('GLIB',,'OS2ENVIRONMENT') = '' THEN
>DO
>'SET GLIB=%ROOT%\GLIBIDL335\GLIB'
>END
>/* Create an environment variable GLIB2 with forward slashes instead of
>backslashes */
>'SET GLIB2='backtoforward(value('GLIB',,'OS2ENVIRONMENT'));

OK. Nothing I've built so far needs it, so it's not yet installed here.
It's also possible that you are looking at old code that's no longer
relevant. You might ask on the libc list.

>/* If the environment variable LIBIDL is set, use it, otherwise assume
>LIBIDL is a directory off of ROOT */
>if value('LIBIDL',,'OS2ENVIRONMENT') = '' THEN
>DO
>'SET LIBIDL=%ROOT%\GLIBIDL335\LIBIDL'
>END
>/* Create an environment variable LIBIDL2 with forward slashes instead of
>backslashes */
>'SET LIBIDL2='backtoforward(value('LIBIDL',,'OS2ENVIRONMENT'));

Same here.

>/* If the environment variable AUTOCONF is set, use it, otherwise assume
>AUTOCONF is a directory off of ROOT */
>if value('AUTOCONF',,'OS2ENVIRONMENT') = '' THEN
>DO
>rem 'SET AUTOCONF=%ROOT%\AUTOCONF'
>END

>which clearly says that both AUTOCONF and GLIBIDL335 are expected in the
>root of f: not in \usr.

Not for AUTOCONF. Notice the REM?

>After I installed both of those components I did another configure and at
>least the make file was a little bit different. Since both were
>installed at the same time I don't know which affected the output.
>Before the install the makefile contained a reference to f:\toolkit\bin
>which is wrong, the correct toolkit is g:\cd\os2tk45, now there is no
>reference to a toolkit.

I don't have a toolkit reference either. It's not something I would
expect flipit to need.

>There two versions of gcc335.cmd. One in \usr\bin and the other in the
>root, they are a bit different.

I suspect the version in \usr\bin is the one Knut delivers and that the
one in the root is Paul's, although I could have it backwards.

>The one in root is used to start a
>command line with the environment set up to compile and will only run
>once as it checks to see if has been run before.

This is probably the one you want to use.

>At this time I am not moving your files into the flipit directory.

You can do anything my scripts do from the command line.

Steven

--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 3.00.11.18 BETA #10183 eCS/Warp/DIY/14.103a_W4 etc.
www.scoug.com irc.ca.webbnet.info #scoug (Wed 7pm PST)
----------------------------------------------------------------------

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"postmaster@scoug.com".

=====================================================


<< Previous Message <<

Return to [ 25 | October | 2008 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.