You are not logged in.
Hey guys,
As some of you already knows, I'm the owner of the desmume.org domain name.
I bought it ten years ago just after taking over the DeSmuME project.
Now... it's been a while I'm not active at all in the project and it doesn't makes much sense that I keep owning it.
So, I'm looking for someone to transfer the domain name to.
Of course, that needs to be someone wanting to buy it for the project and not to turn it into some commercial site
I paid this morning for the renewal for 2017, meaning that the domain should transfered before 2018-02-09
(though I think there's some period before renewal when it cannot be transfered...)
Anyone interested can reply to this subject or mail me at guillaume@desmume.org if you want to keep private.
(but I'll contact project members before agreeing to anything)
Ok, anti-spam updated... hope everything is ok now...
ehm... ok... the anti spam bot was broken by the update. Stupid forum software require extensions to be wrote as "modifications" instead of plugins, update => break everything. So I'll take the forums offline again to reinstall the anti spam bot. Sorry.
Everything should be working again now
Heya,
Just a quick post to let everyone know I will update the forums to the last fluxbb 1.4 (non-)release today at 20:00 UTC (that is 22:00 in France).
I will have to cut public access to the forums during the process. The downtime should be less than an hour long, it's just a matter of upgrading and checking that everything went well.
If you're running Linux and if for some reason 3D doesn't works for you, you may want to give a try to osmesa version:
make distclean
./configure --enable-osmesa
make
You'll need osmesa package to test that.
Which revision are you using?
Is it a clean copy or an update? If it's an update, try to run ./autogen.sh again.
Usually the problem comes from missing dependencies. You should try to install (those are debian/ubuntu package names, ymmv):
- libsdl1.2-dev
- libglade2-dev
- libgtkglext1-dev
About initial post in the thread... you should install the c++ compiler as well.
Now I should fix our configure script so it reports about those missing dependencies (at least the C++ one...)
yeah, it seems that's what gentoo guys suggest too and as I have no way to test and maybe fix it, I guess you'll have to go that way...
Ok, the problem is that I can't reproduce the compilation error, so fixing it will be quite hard.
It may just be a missing function definition, could you try to add that line:
void glActiveTexture(GLenum texture);
at the beginning of OGLRender.cpp (somewhere around the #include) and try recompiling?
could you try again with revision 1402?
There were two places where I needed to update the code and only updated one in my previous commit...
if it doesn't works I may end up installing a slackware in a qemu to test that
I just commited some change that should fix the problem.
Could you get revision 1400 of the desmume svn and tell me if it improves things?
I guess you lack gtkglext, try:
apt-get install libgtkglext1-dev
then configure and make again
I did installed Debian Etch and did reproduced the problem. I fixed it by installing libsdl1.2-dev
(ok... I really should fix that configure script before the next release...)
I'll install a "clean" debian etch in a qemu to see if I can reproduce the problem and fix it... gonna update this thread when it's done
It seems you're missing libraries to compile the frontends.
Try installing libgtkglext1-dev and libglade2-dev and compile again.
About the configure problem, I already had the same error and I'm not sure to really understand what happens here
Anyways, I think it's related with some syntax in our configure.ac file only understood by recent automake.
Try this:
- install automake1.10 package
- run ./autogen.sh in directory containing the configure.ac file
- run ./configure again
Hope this helps
All recent patches have been reviewed.
About the preferred way... you should post your patches on sf.net trackers as it's easier to keep tracks of changes, updates, etc.
Anyways, thanks for your help
I checked in 2118382 with some more changes. Gonna try to review other patches in the next days.
Looks like I won't be of any help then, as I'm only speaking french and english, but I can give a hint about the "most wanted translation"... according to google analytics, 43% of DeSmuME website visitors are coming from Japan, so it could be nice to have a japanese translation. (I could try to learn japanese and do it, but the only thing I can say so far is "watashi wa Guilaume desu", so it could take some time before I get a complete translation ;D)
Visual Studio is the Microsoft product for C/C++ devel, you can get the express (free) version here: http://msdn.microsoft.com/vstudio/express/
I thought it may be nice to have non-english forums here, so non-english-speaking users could ask why pokemon and final fantasy are not working too. Now, that means we'll need moderators for those forums. Tell me what you think of it and what languages you're speaking good enough (Je pense que je pourrais m'occuper du français)
as it seems to be a dev-c++ related problem and not a desmume one, I guess you should contact the dev-c++ team
DeSmuME is open source, meaning that everyone able to use CVS and a compiler is a beta tester. Moreover, even if you can't use CVS and a compiler, Amponzi provides builds for windows on his websites. After testing some games, you can do compatibility reports on the forum or submit bugs to the sourceforge tracker. So you were already a beta tester, you just didn't knew it yet. Now I'm waiting for your feedback
and I closed the new forums too (there's a permanent redirect on the new new forums)