-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have created a Windows Installer Package of asn1c 0.9.24 #30
base: master
Are you sure you want to change the base?
Conversation
@StefanGu65 do you remember how you built this on Windows? especially with regards to sample.source.TAP3. I get a segmentation fault when running make in that directory. |
I have to check, it's been a while since I last built ASN1c. One thing On Tue, Mar 11, 2014 at 7:43 AM, Morten Brix Pedersen <
|
Are you sure you build it with mingw? Your installer includes cygwin1.dll (I also built using cygwin - but with segmentation fault). If you happen to find the time to create an updated installer or describe how you made it, that would be appreciated! |
The PC that I used to build .24 on has a bad Mobo, and I am waiting for a On Wed, Mar 12, 2014 at 12:39 AM, Morten Brix Pedersen <
|
No need to use more time on it. I am going with .24 for now. |
ok, I'll try and rebuild latest once my build PC is back up. On Thu, Mar 13, 2014 at 10:18 AM, Morten Brix Pedersen <
|
I cannot merge this, since the source codes should not contain binaries and since I can't allow myself be liable for potentially unverified third party executable code. Nothing personal, sorry. I will leave it open for a while. |
@StefanGu65 Any chance you will update to the current 0.9.27 version? Alternatively, you could share a more detailed readme how to build it on windows (e. G. makefile modifications, which cygwin packages you need etc...), and make a pull request for that documentation. :-) Thanks in advance! |
@vlm: would you accept pull requests for a "native" windows build? Either using GCC, MinGW or VS? |
Sure, I can update the windows version, it’s just that I have not had any reason to as the one I have worked well for me. I’ll be on the road for about 2 weeks, if you can hold on a bit, I should be able to update it after this. The resulting app is self-contained and works natively on windows. Due to the placement of the skeletons in windows, you may have to use the –s parameter as described in my readme. S From: Markus Schaber [mailto:[email protected]] @StefanGu65 https://github.com/StefanGu65 Any chance you will update to the current 0.9.27 version? Alternatively, you could share a more detailed readme how to build it on windows (e. G. makefile modifications, which cygwin packages you need etc...), and make a pull request for that documentation. :-) Thanks in advance! — This email has been checked for viruses by Avast antivirus software. |
I tried to build it with cygwin myself. After installing some missing packages, it builds fine, but "make check" fails with: GeneralizedTime.c: At top level:
GeneralizedTime.c:132:15: error: static declaration of 'timegm' follows non-static declaration
static time_t timegm(struct tm *tm) {
^
In file included from /usr/include/time.h:173:0,
from GeneralizedTime.c:12:
/usr/include/cygwin/time.h:21:16: note: previous declaration of 'timegm' was here
time_t __cdecl timegm (struct tm *); I also noted that GeneralizedTime.c does not work with Non-GCC compilers on Windows due to the |
Unfortunately my build machine had a failed HDD and I don’t seem to be able to find the correct version of autotools to get the .27 version work. What versions of autoreconf and autotools did you use? It’s been a while and I normally use Cmake… /Stefan From: Markus Schaber [mailto:[email protected]] @StefanGu65 https://github.com/StefanGu65 Any chance you will update to the current 0.9.27 version? Alternatively, you could share a more detailed readme how to build it on windows (e. G. makefile modifications, which cygwin packages you need etc...), and make a pull request for that documentation. :-) Thanks in advance! — This email has been checked for viruses by Avast antivirus software. |
|
Have created a Windows Installer Package of asn1c 0.9.24 (except unber/enber, that will not compile under that version using CygWin).
One .exe file contains the installer.
This may help other people and cut down on support requests...
I am willing to create these packages on a continuous base.
/Stefan