Hi all,
My Thanks to Earnie for solving the issue regarding access of TDM-GCC and
GIT through Msys.There is another issue now regarding the compiler. I tried
building wxWidgets 2.8.12 through Msys. That is, through Msys shell, the
TDM-GCC was accessed. The log is attached regarding the commands given,
configuration, and make. Previously, i could build wxWidgets
2.8.12successfully  through TDM-GCC, which then was not accessible from
Msys. Then, tried compiling from TDM-GCC terminal which was again giving
error. I didn't save that log. So i experimented with the bash script in
the Msys, etc/Profile file. I changed the conditional EXPORT assignment,
i.e.,
From
if [ $MSYSTEM == MINGW32 ]; then
  export PATH=".:/usr/local/bin: /e/MINGW32_64/bin:/bin:$PATH"
else
  export PATH=".:/usr/local/bin:/bin:/mingw/bin:$PATH"
fi
to
if [ $MSYSTEM == MINGW32 ]; then
  export PATH=".:/usr/local/bin:/mingw/bin:/bin:$PATH"
else
  export PATH=".:/usr/local/bin:/bin:/mingw/bin:$PATH"
fi
then, opened the TDM-GCC terminal, removed the wxwidgets2.8.12 and then
installed again, i have attached the log (file name: compile_log_tdm-gcc)
for that. I have installed wxwwidgets 2.8.12 through the dialog blocks
bundle setup4.43.
Pl help.
Rgds,
Raj007

Attachment: compile_log_tdm-gcc.7z
Description: Binary data


Attachment: compile_log.7z
Description: Binary data

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to