[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [opendx-dev] dx/src/uipp/tutor NoUndoTutorAppCommand.CNoUndoTutorAppCommand.h TutorApplication.C TutorWindow.CTutorWindow.h
gabra@us.ibm.com wrote:
>
> glyph is an AIX box, xl is a family of C compilers on AIX. I'm still
> working on getting the changes I've made for MSVC to build smoothly
> elsewhere.
>
> Guess that was a bit cryptic.
>
> Greg
Greg,
I cannot get your MSVC wrappers working under my Cygwin install. My
Cygwin is version 1.1.1.
I use binary mount. The new version of Cygwin differentiate between
upper cases and lower cases
(casesensitive, like on UNIX). Cygwin reads all the MSVC headers in
VC98\include
with upper cases (i.e STDLIb.H), thus returns "no" for each header.
Exceed headers have ^M (\r\n) and under binary mounts it gives problems
too and configure returns
: not found.
The MSVC project files would be better for users who are not very
familiar with Cygwin.
I just compiled the 4.1.1. from CVS, using OpenMOTIF 2.1.3 from ICS and
Fujitsu Compilers on Linux.
Compilation went smooth, though Fujitsu compilers returned a million
more warnings then g++ ever did...
Suhaib