User forums > Nightly builds
The 28 May 2014 build (9781) is out.
ToApolytoXaos:
About crashing issue: Can anyone with svn9817 try to create a macro like
--- Code: ---#define arrsize(array) (sizeof(array) / sizeof(array[0]) )
--- End code ---
and let me know if it crashes on insertion of the first parenthesis (?
UPDATE: I ran it with GDB and got the following line upon repeating the aforementioned procedure:
--- Code: ---0x00007fffe553605e in wxsResourceTree::InvalidateItemData (this=0x0, ItemData=0x49b6b50) at wxsresourcetree.cpp:212
212 if ( m_Data == ItemData )
--- End code ---
oBFusCATed:
Are you sure you build is fine?
If you search the source you'll see that wxsResourceTree is part of wxSmith.
Can you try to unload it and try to reproduce the issue again?
Have you thought about learning how to make dep packages? I doubt it is that hard, but I'm sure it produces reliable binaries.
Using ./configure && make && make install && make unininstall is quite error prone.
ToApolytoXaos:
--- Quote from: oBFusCATed on June 21, 2014, 12:36:56 pm ---Are you sure you build is fine?
--- End quote ---
Well, it built just fine without reporting any further issue, but seriously I don't know if it's "fine".
--- Quote from: oBFusCATed on June 21, 2014, 12:36:56 pm ---If you search the source you'll see that wxsResourceTree is part of wxSmith.
Can you try to unload it and try to reproduce the issue again?
--- End quote ---
Sure, I will do it right now and I will let you know.
--- Quote from: oBFusCATed on June 21, 2014, 12:36:56 pm ---Have you thought about learning how to make dep packages? I doubt it is that hard, but I'm sure it produces reliable binaries.
--- End quote ---
To be honest, it passed through my mind, but I did not give it a try; maybe it's a good time now, why not?
--- Quote from: oBFusCATed on June 21, 2014, 12:36:56 pm ---Using ./configure && make && make install && make unininstall is quite error prone.
--- End quote ---
To say such thing it means you know more than me and for sure you have far more traumatic experience than I.
I will try your suggestions and I will let you know.
Jenna:
--- Quote from: ToApolytoXaos on June 21, 2014, 12:53:23 pm ---
--- Quote from: oBFusCATed on June 21, 2014, 12:36:56 pm ---Using ./configure && make && make install && make unininstall is quite error prone.
--- End quote ---
To say such thing it means you know more than me and for sure you have far more traumatic experience than I.
--- End quote ---
If you build from a build-folder in (or outside) the C::B source-tree and install to a local folder below your home-directory you do not need "make uninstall" (which can fail miserably if file-paths have changed in makefiles).
You can always completely wipe-out your local build and install-folder and be sure no artefacts of former builds are left.
Jenna:
--- Quote from: jens on June 21, 2014, 01:56:15 pm ---
--- Quote from: ToApolytoXaos on June 21, 2014, 12:53:23 pm ---
--- Quote from: oBFusCATed on June 21, 2014, 12:36:56 pm ---Using ./configure && make && make install && make unininstall is quite error prone.
--- End quote ---
To say such thing it means you know more than me and for sure you have far more traumatic experience than I.
--- End quote ---
If you build from a build-folder in (or outside) the C::B source-tree and install to a local folder below your home-directory you do not need "make uninstall" (which can fail miserably if file-paths have changed in makefiles).
You can always completely wipe-out your local build and install-folder and be sure no artefacts of former builds are left.
--- End quote ---
But creating deb-files do not need anything but running dpkg-buildpackage from C::B's root-folder (the one containing the debian-folder).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version