This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Application not working in 64-bit cygwin cygwin/X


On 23/02/2016 16:12, Girish Joglekar wrote:
I have created a test example based on X-Windows/Motif which crashes
on 64-bit cygwin cygwin/X but runs on the 32-bit version.

Here is the link to the tar file. Please download it before the link
expires (I do not know now long it stays active)

https://www.dropbox.com/s/lknuoac64hfql4s/test.tar?dl=0

Hope you can reproduce the behavior and fix the problem.


Hi Girish,
May I suggest you add the -Wall flags to  INFLAGS
and look at all the mismatched definitions ?

there are almost 200 warnings... not counting the unused variables

marco@GE-MATZERI-EU /pub/temp/X_test/test
 64 $ grep warning make.log |wc -l
260

marco@GE-MATZERI-EU /pub/temp/X_test/test
 64 $ grep "warning: unused"  make.log |wc -l
72

Usually a test case is simple not 116 source files.

Regads
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]