I have tried posting this on the forums and wasn't able to get any help. I'm mailing it here on jorrits suggestion. Its really a 3 part problem with pseudo stable and SVN source using cygwin and the pseudo stable using MingW/MSYS
I have downloaded cs-win32libs-0.99r0_018.exe and copied them to all 3 copies of my CS folder and both MSYS and cygwin are correctly setup (profile sets PATH to the cswinlibs folder).
OS: Win XP Prof.
Part I: Cygwin and pseudo stable
I first downloaded the pseudo stable release cs-pseudo-stable-2006-01-27.zip. I already had cygwin on my system so I compiled with that. Everything compiled fine. The only problem I am facing is with the sample applications, some of them work, most of them crash.
For instance here is the info for walktest.exe
<walktest.exe.stackdump>
Exception: STATUS_ACCESS_VIOLATION at eip=34051EF3
eax=00000000 ebx=10226580 ecx=32C47820 edx=32C47840 esi=32C41C60 edi=00000008
ebp=0022E3A8 esp=0022E3A0 program=d:\GHQ\dev\CS\walktest.exe, pid 1572, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame? ? ?Function? Args
0022E3A8? 34051EF3? (32C41C60, 32C47840, 00000008, 340897F8)
End of stack trace
</walktest.exe.stackdump>
Using gdb I get this:
Program recieved signal SIGSEGV, Segmentation fault.
0x34041ef3 in cspluginPNGimg::ImagePngFile::PngLoader::ImagePngRead (
? ? png=0x32810dd0, data="" "", size=8)
? ? at plugins/video/loader/png/pngimage.cpp:357
357? ? ? ? ? ? if (self->r_size < size)
Ones that work: simple1.exe, waterdemo.exe
Ones that crash: walktest, simple2, and pretty much everything else.
gcc, g++ version: 3.4.4
Part II: MSYS/MingW
After checking these forums I saw some posts about MingW/MSYS being preffered over cygwin, so I gave that a shot. I installed MingW first with MingW-5.0.2.exe. I selected the latest version of make and gcc.
make: 3.79.1
gcc, g++: 3.4.2
Then installed MSYS, MSYS-1.0.10-rc-5.exe.
Configure appears to run fine but at the end I get a ./config.status: failed to open directory ./configstat<randomnumbers>/jcache
When I run jam it appears to be compiling the source, but nothing gets created. The out/debug/blahblah dont get created at all. I saw a similar post but there was no solution to this particular problem, and I think the author went and tried Visual C++ in the end. Basically the 'out' directory and all its subdirectories dont get created at all, even when I run jam -q it runs through fine.
Part III: Cygwin and SVN
I finally grabbed the SVN copy yesterday and tried compiling it on cygwin.
Here is the jam output I get:
CompileResources ./out/msysx86/debug/plugins/bugplug/bugplug_resource.o
windres: <stdin>:34: syntax error
? ? cat ./out/msysx86/debug/plugins/bugplug/bugplug_versionrc.rc ./out/msysx86/debug/plugins/bugplug/bugplug_metarc.rc | windres --use-temp-file? --include-dir=./out/msysx86/debug/plugins/bugplug --include-dir=./out/msysx86/debug/plugins/bugplug -o ./out/msysx86/debug/plugins/bugplug/bugplug_resource.o
...failed CompileResources ./out/msysx86/debug/plugins/bugplug/bugplug_resource.o ...
...skipped bugplug.dll for lack of <plugins!bugplug!>bugplug_resource.o...
Any help at all would be much appreciated.
Thanks
Be one of the first to try Windows Live Mail beta
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
