Re: [CsMain] Okay, question: How do I distribute my game and link libraries?

2017-04-27 Thread Eric Sunshine
On Thu, Apr 27, 2017 at 11:54 PM, J S wrote: > I get errors like: > LoadLibrary(c:\roam\vfs.dll) error 126: The specified module could not be > found. > SCF_WARNING: factory returned a null instance for crystalspace.kernel.vfs > I tried setting my CRYSTAL variable to that directory too. > Also I

Re: [CsMain] Just trying to get the mailing list to work, please ignore

2017-04-27 Thread Eric Sunshine
On Thu, Apr 27, 2017 at 4:18 PM, J S wrote: > I have 3 other emails which is not getting updated by the mailing list. > Trying new email providers. Eric Sunshine says this list works, but it > isn't working for me. I've received several emails you've sent to the

Re: [CsMain] Problems configuring CS

2015-06-14 Thread Eric Sunshine
On Sat, Jun 13, 2015 at 9:01 AM, Ala de Dragón wrote: > 2015-06-10 23:09 GMT+02:00, Eric Sunshine : >> Are you actually running the configure script directly, or are you >> using some script which configures and builds CS? I ask because the >> configure script itself shoul

Re: [CsMain] Problems configuring CS

2015-06-10 Thread Eric Sunshine
On Wed, Jun 10, 2015 at 8:19 AM, Ala de Dragón wrote: > As I realized now, configure script produces config.log, but delete it > after executing Makefile commands stage. The configure script does not delete config.log. It must be getting deleted by some other agent. > Strangely, on this stage >

Re: [CsMain] Problems configuring CS

2015-06-04 Thread Eric Sunshine
On Thu, Jun 4, 2015 at 4:24 PM, Ala de Dragón wrote: > 2015-06-04 19:08 GMT+02:00, Eric Sunshine : >> On Thu, Jun 4, 2015 at 7:53 AM, Ala de Dragón wrote: >> Nothing in the CS configure script should be attempting network >> communication as far as I know. The best recomme

Re: [CsMain] Problems configuring CS

2015-06-04 Thread Eric Sunshine
On Thu, Jun 4, 2015 at 7:53 AM, Ala de Dragón wrote: > I was following the building guide for Planeshift linux (debian) at > http://svn.code.sf.net/p/planeshift/code/trunk/docs/compiling.html > $HOME/development/cs$ ./configure --without-java --without-perl > --without-python --without-3ds --with-

Re: [CsMain] Source Build Failing

2014-04-17 Thread Eric Sunshine
CS 2.0 is several years old. Have you tried grabbing the source code from 'trunk' in the Subversion repository? On Wed, Apr 16, 2014 at 9:09 PM, John Schneiderman wrote: > I have downloaded the source and configured it in a build directory, /tmp/cs- > build , but when I then attempt to run the ja

Re: [CsMain] Crystal-main Digest, Vol 84, Issue 3

2014-02-26 Thread Eric Sunshine
On Wed, Feb 26, 2014 at 12:19 PM, Christian Van Brussel wrote: > On Wed, 2014-02-26 at 13:36 -0300, Walter D'Avila Neto wrote: >> PS: Can any admin configure my mailing account to mail by mail, insted >> of the current configuration (daly)? I'm not seen how to do it on >> maillist configuration..

Re: [CsMain] Crystal Fighter:Getting back on the horse(could use some help)

2013-07-21 Thread Eric Sunshine
=/C/CrystalSpaceLibs/dlls/mingw:/c/cs/include > > It said: > /C/CrystalSpaceLibs/dlls/mingw:/C/cs/include:No such file or directory > > > Did I do something wrong with my separator ':'? > > > > > > From: Eric Sunshine >

Re: [CsMain] Crystal Fighter:Getting back on the horse(could use some help)

2013-07-21 Thread Eric Sunshine
Not really sure what you're trying to do here. Can you explain? On Sun, Jul 21, 2013 at 1:32 AM, Jim Sager wrote: > I am having a MINGW simulated Linux problem: > > [01:00] Can someone help me set my path variable? > [01:00] $ PATH=/c/cs/include > [01:00] $PATH sh: /c/cs/include: is a director

Re: [CsMain] Crystal Fighter:Getting back on the horse(could use some help)

2013-07-21 Thread Eric Sunshine
oject I only typed: > sh createproject.sh > > I tried typing ./configure in c:/xyzim and it said: > sh: ./configure: No such file or directory > > > ____ > From: Eric Sunshine > To: Jim Sager ; CS developers and users list > > Sent: Sunda

Re: [CsMain] Crystal Fighter:Getting back on the horse(could use some help)

2013-07-20 Thread Eric Sunshine
l > that if I don't get past, that I can't even program. > > > From: Eric Sunshine > To: Jim Sager ; CS developers and users list > > Sent: Saturday, July 20, 2013 11:59 PM > Subject: Re: [CsMain] Crystal Fighter:Getting

Re: [CsMain] Crystal Fighter:Getting back on the horse(could use some help)

2013-07-20 Thread Eric Sunshine
Best would be to run CS/scripts/jamtemplate/createproject.sh. Either create a new dummy project with createproject.sh and copy over the relevant configure.ac code to your project's configure.ac. Also copy over the latest mk/* from there. Alternately, use createproject.sh to create a real project a

Re: [CsMain] [Crystal-develop] CS 3.0

2011-11-25 Thread Eric Sunshine
On Nov 25, 2011, at 10:07 AM, Geert Janssens wrote: > Actually this kind of measures show the weakness of svn merging. > It's pretty > hard to track merges in svn. > > I saw a migration to git on your roadmap as well. I would suggest > you re- > evaluate this merge restriction at that time. Git

Re: [CsMain] Project Ares Demonstration Video

2011-04-11 Thread Eric Sunshine
Are you sure that "Creative Commons 3.0 BY-SA" is an appropriate license for the project? From the CC FAQ: "Can I use a Creative Commons license for software? We do not recommend it. Creative Commons licenses should not be used for software. We strongly encourage you to use one of the very good

Re: [CsMain] What about the new website?

2011-04-03 Thread Eric Sunshine
with the migration. -- ES On Sun, Apr 3, 2011 at 5:22 PM, Eric Sunshine wrote: > I sent an email directly to Andres several minutes ago regarding the issue. > > -- ES > > > On 04/03/2011 05:20 PM, Christian Van Brussel wrote: >>> Would be cool if someone can do somethi

Re: [CsMain] What about the new website?

2011-04-03 Thread Eric Sunshine
I sent an email directly to Andres several minutes ago regarding the issue. -- ES On 04/03/2011 05:20 PM, Christian Van Brussel wrote: >> Would be cool if someone can do something. At least a subdomain of >> crystalspace3d.org that we can put the new website up on and start content >> transfer.

Re: [CsMain] CS bindings ...

2011-01-25 Thread Eric Sunshine
confdefs.h. *// > // > /#if defined(__GNUC__)/ > /typedef long long __int64; /* For GCC on Windows *// > /#endif/ > // > //* Fix for 'jlong' on x86_64. *// > /#if defined(__x86_64)/ > /#ifdef _LP64 /* 64-bit Solaris *// > /#unde

Re: [CsMain] CS bindings ...

2011-01-24 Thread Eric Sunshine
.6.0_23/jre/bin/client > -L/F/PROG/Java/jdk1.6.0_23/lib test.c -ljvm/ > > > result: > > /C:\Users\Sp4M\AppData\Local\Temp\cc8J2dac.o:test.c:(.text+0x2e): > undefined reference to `_imp__JNI_GetCreatedJavaVMs@12'/ > /collect2: ld returned 1 exit status/

Re: [CsMain] CS bindings ...

2011-01-23 Thread Eric Sunshine
gt; /| #if defined(__GNUC__)/ > /| typedef long long __int64; /* For GCC on Windows *// > /| #endif/ > /| /* Fix for 'jlong' on x86_64. *// > /| #if defined(__x86_64)/ > /| #ifdef _LP64 /* 64-bit Solaris *// > /| #undef _LP64/ > /| #endif/ > /| #endif/ >

Re: [CsMain] CS bindings ...

2011-01-07 Thread Eric Sunshine
. *// > /| #if defined(__GNUC__)/ > /| typedef long long __int64; /* For GCC on Windows *// > /| #endif/ > /| /* Fix for 'jlong' on x86_64. *// > /| #if defined(__x86_64)/ > /| #ifdef _LP64 /* 64-bit Solaris *// > /| #undef _LP64/ >

Re: [CsMain] [Website Proposal] How to go forward?

2011-01-06 Thread Eric Sunshine
On 1/5/2011 6:46 PM, Andres Freund wrote: > On Wednesday 05 January 2011 17:13:05 Denis Washington wrote: >> How should we proceed with the website proposal? If there are no >> objections, I would love to put it on a subdirectory of >> crystalspace3d.org (/beta perhaps) and try to import all users

Re: [CsMain] CS bindings ...

2011-01-04 Thread Eric Sunshine
On 12/30/2010 9:34 PM, Sp4M wrote: > I followed your suggestions and installed MSYS/MinGW. > Quite everything looks fine when I ./configure, but the java SDK usability. > *Problem 1)* > Extract of the config.log > /configure:14689: checking if Java SDK is usable/ > /configure:14802: gcc -o

Re: [CsMain] CS bindings ...

2010-12-30 Thread Eric Sunshine
On 12/29/2010 8:32 PM, Sp4M wrote: > Nice IRC people has suggested me to come there and ask for eric, hehe. It has been several years since I looked at the Java bindings, and even then my involvement primarily was fixing a number of reported problems and writing some needed documentation for the

Re: [CsMain] [Website Proposal] Finished!

2010-12-28 Thread Eric Sunshine
On 12/28/2010 9:15 AM, Denis Washington wrote: > On 28.12.2010 14:58, Eric Sunshine wrote: >> One note: The existing website has tens of thousands of bogus users >> created by spambots. We don't want to transfer all those users to the >> new site. Perhaps it would make s

Re: [CsMain] [Website Proposal] Finished!

2010-12-28 Thread Eric Sunshine
On 12/28/2010 8:08 AM, Denis Washington wrote: > As a late christmas present, let me tell you that I enabled Drupal users > to log into the Trac instance. It is not single sign-on, unfortunately > (I just cannot find out how to accomplish this, or if this actually is > possible), but it still means

Re: [CsMain] whats the problem with forum?

2010-08-03 Thread Eric Sunshine
On 8/3/2010 8:49 AM, Roger Durañona Vargas wrote: > I have unsuccessfully tried to register in the forums several times. > Always ask to register the mail address in the wiki, which I did. Once you have registered an account at www.crystalspace3d.org, you should be able to use that same account t

Re: [CsMain] Mac OS X

2010-04-08 Thread Eric Sunshine
://trac.crystalspace3d.org/trac/CS/ticket/811 -- ES On 4/8/2010 3:26 AM, Matthew Lagoe wrote: > Just wondering if you were able to make it work, on another note sounds > like a great idea. Im having issues atm getting OSX to build :) > > On Sat, Apr 3, 2010 at 6:20 PM, Eric Sunshine &

Re: [CsMain] Mac OS X

2010-04-03 Thread Eric Sunshine
On 4/2/2010 6:28 PM, Eric Sunshine wrote: > The primary reasons I chose ultimately to have universal binary enabled > by default when implementing the support were: (1) it side-steps the > problem of developers having to be told explicitly how to build their > projects to supp

Re: [CsMain] Mac OS X

2010-04-02 Thread Eric Sunshine
On 4/2/2010 6:11 PM, Eduardo Poyart wrote: > In OSX 10.6, gcc defaults to x86_64. That is, if you don't use any arch > flags it will compile for x86_64. in OSX 10.5, the default is i386. > If we by default don't use any arch flags in CS, it will compile in the > system's default mode, which I think

Re: [CsMain] Mac OS X

2010-04-02 Thread Eric Sunshine
Hi Eduardo, On 4/2/2010 2:58 PM, Eduardo Poyart wrote: > I'd like to help make CS work on Mac OS X again Help would be appreciated. In addition to issues you raise, there are several open tickets in the issue tracker. Here are four (but there may be others): http://trac.crystalspace3d.org/trac

Re: [CsMain] 'Features' page of the website

2010-03-01 Thread Eric Sunshine
"Less is more." At least for the new user visiting the CS site with the idea of evaluating the project, it probably would be wise not to overwhelm. For this first glance, better for the list to be short, direct, and simply worded. When the visitor is ready to learn more, the hierarchical arrang

Re: [CsMain] Website Theme Mockup

2010-02-17 Thread Eric Sunshine
On Wed, Feb 17, 2010 at 11:37 AM, res wrote: > On 17.02.2010 17:32, Christian Van Brussel wrote: >>> What's wrong with the current logo for trac? >> Nothing, I would even say that I like the current one. But if there >> is a new CS logo then we may probably unify all sub-logos to the >> same

Re: [CsMain] Website Theme Mockup

2010-02-17 Thread Eric Sunshine
On 2/17/2010 1:48 PM, Denis Washington wrote: > On Wednesday 17 February 2010 17:24:27 pm res wrote: >> Looks nice. For my personal taste, the current color scheme is somewhat >> too pastel-y. >> Besides my subjective opinion, since the shades of blue are relatively >> light, there is not much cont

Re: [CsMain] Website Theme Mockup

2010-02-17 Thread Eric Sunshine
On 2/17/2010 1:35 PM, Denis Washington wrote: > On Wednesday 17 February 2010 16:15:37 pm Christian Van Brussel wrote: >> One problem I see is about the menus. I think that having more than one >> menu is confusing: once a new user finds a menu, he will most often >> stick to it and will not suspec

Re: [CsMain] Website Theme Mockup

2010-02-17 Thread Eric Sunshine
On 2/17/2010 11:24 AM, res wrote: > (I'm not sure, but I think the "3D" kind of seeped into the name when > the domain crystalspace.org fell to a domain grabber and we had to > settle for crystalspace3d.org instead ...) That is indeed what happened and is still the case for crystalspace.org. As f

Re: [CsMain] Website Theme Mockup

2010-02-17 Thread Eric Sunshine
On 2/17/2010 6:32 AM, Denis Washington wrote: > It was mentioned several times on this list that the website may need > a fresher look, and therefore I played around with Inkscape the last > few days to mock something up. I'd now like to present the results > of this. The mock-up looks great. > I

Re: [CsMain] Website Theme Mockup

2010-02-17 Thread Eric Sunshine
Ditto. Nicely done. -- ES On 2/17/2010 3:03 PM, Jorrit Tyberghein wrote: > Never saw that before. Pretty nice! > > Greetings, > > On Wed, Feb 17, 2010 at 6:40 PM, Matthew Lagoe > wrote: > > I had made an CS intro sequence awile back > http://movie.sharktv.u

Re: [CsMain] Website's first page

2010-02-08 Thread Eric Sunshine
On 2/8/2010 7:01 PM, Christian Van Brussel wrote: > "Crystal Space is a very mature and complete software development kit for > real-time 3D graphics and high-level applications like games and virtual > reality. It is free (LGPL) and cross-platform (Windows, GNU/Linux, OSX). Rephrase: Crystal Spac

Re: [CsMain] A helping hand

2010-02-05 Thread Eric Sunshine
On 2/5/2010 1:13 PM, Mike Gist wrote: > One issue here is deprecation warnings. Those tend to make up the majority. > It would be good if they were optionally enabled inside CS (but always > enabled for projects using deprecated functionality). > I don't know how to go about doing this though. Dep

Re: [CsMain] A helping hand

2010-02-05 Thread Eric Sunshine
> previous vandalism (eg the front page), you need some special > permissions to edit them: to get them, ask someone with Wiki admin > status (such as me, Jorrit, Mårten/thebolt, andres, Eric Sunshine). > - Manual/Code documentation: the sources for these are actually in the > source cod

Re: [CsMain] createproject.sh, MSVC(9) and CEL

2010-01-23 Thread Eric Sunshine
Can you post this problem to the tracker and submit a patch? http://trac.crystalspace3d.org/trac/CS The patch is probably as simple as adding $(MSVC_VERSION) at necessary locations in scripts/jamtemplate/Jamfile.template, but it would be nice to have the patch created by someone who can actuall

Re: [CsMain] [Crystal-develop] Unused interfaces/classes

2009-10-02 Thread Eric Sunshine
Regarding iEventCord, a couple relevant threads: http://thread.gmane.org/gmane.comp.graphics.crystalspace.devel/2067 http://thread.gmane.org/gmane.comp.graphics.crystalspace.general/8277 -- ES Marten Svanfeldt wrote: > Hi all, > > In an attempt to do some clean up I went and checked what > int

Re: [CsMain] Embedding csplugin in VC++

2009-06-14 Thread Eric Sunshine
On Sun, Jun 14, 2009 at 7:35 AM, wrote: > I did not use, and still have not used Jam. However, as a linux only tool > is there someway for me to use this tool in Windows? and if not, if I > generate the project files in linux will they be usable in windows? You can follow the instructions "2.4.3

Re: [CsMain] error during cal3d compile

2009-05-31 Thread Eric Sunshine
Very likely that file fails to #include . Apparently, the bug was reported to Cal3d several times last year: https://gna.org/bugs/?12237 https://gna.org/bugs/?11472 Related: https://gna.org/bugs/?12184 -- ES Tim Shannon wrote: > I'm trying to build the latest cal3d, and I'm getting the error

Re: [CsMain] Using our GSoC Branches

2009-05-26 Thread Eric Sunshine
A further note: CS repository does not presently utilize the new SVN-native merging capability introduced with SVN 1.5. Instead, as Mike pointed out, merging in CS presently is under control (normally) of svnmerge.py script. The TortoiseSVN merging support is based upon SVN's built-in merging f

Re: [CsMain] APi doc question.

2009-05-07 Thread Eric Sunshine
Nagy József wrote: > size_t Find(const char *str) const > Find a string, case-sensitive. > size_t FindCaseInsensitive(const char *str) const > Find a string, case-insensitive. > What is the difference? Find() does a non-case-sensitive operation or we > have two functions for the same t

Re: [CsMain] question about autometed console

2009-05-07 Thread Eric Sunshine
If I recall correctly, the console is shown on Windows by default if you build CS in debug mode. In optimize mode, the console should not be shown by default. To disable the console at runtime in debug mode, invoke a CS program with the -noconsole switch. -- ES Nagy József wrote: > Hi all, >

Re: [CsMain] Question about context

2009-05-01 Thread Eric Sunshine
On Wed, Apr 29, 2009 at 12:50 PM, Steven Truppe wrote: > ps: The "User Guide" is starting to get usefull -- > http://www.byteshelter.org/wiki/CS_UserGuide/doku.php?id=introduction A minor comment: In cases where you quote email responses verbatim (such as http://www.byteshelter.org/wiki/CS_UserG

Re: [CsMain] Question about context

2009-05-01 Thread Eric Sunshine
On Wed, Apr 29, 2009 at 12:50 PM, Steven Truppe wrote: > i have a question about the configuration context, when i run my CS project > (debug build and started with --verbose) i get the following: > SCF_NOTIFY: scanning plugin directory: > D:\build\mywork\CPP\CS\BsApplication\msvc-cs-1.4\Debug (co

Re: [CsMain] Problem csInitializer::OpenApplication, call does not return

2009-04-10 Thread Eric Sunshine
You may be getting misled by stdout not being flushed. Either emit your diagnostics via fprintf(stderr,...), which should be unbuffered by default, or, if you still want to use stdout, invoke fflush(stdout) after each printf(). -- ES Quentin Anciaux wrote: > I've put a printf before the call a

Re: [CsMain] An OSX Question Regarding the 2D Delegate

2009-04-06 Thread Eric Sunshine
Donald McElheny wrote: > Why does CS use the OSXDelegate2D class as an alternative to NSResponder > for mac os x clients (as opposed to having OSXDelegate2D inherit from > NSResponder and overriding methods whose functionality it wishes to > change)? I am not certain that I fully understand you

Re: [CsMain] Mac universal binary

2009-03-19 Thread Eric Sunshine
On Wed, Mar 18, 2009 at 11:04 AM, mcdav...@gmail.com wrote: > I am trying to build a mac universal binary. > env CFLAGS=" -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -mmacosx-version-min=10.4" LDFLAGS="-arch i386 -arch ppc" ./configure A couple additional comments: With the

Re: [CsMain] Mac universal binary

2009-03-19 Thread Eric Sunshine
Mac OS X 'universal binary' support was added in r32206. -- ES On Wed, Mar 18, 2009 at 6:48 PM, res wrote: > On 18.03.2009 22:01, Eric Sunshine wrote: >> I will try to update the build system to handle Mac OS X universal >> configurations properly and easily. >&g

Re: [CsMain] Mac universal binary

2009-03-18 Thread Eric Sunshine
I submitted this to the CS tracker. Please post any additional information there. http://trac.crystalspace3d.org/trac/CS/ticket/632 -- ES Eric Sunshine wrote: > I will try to update the build system to handle Mac OS X universal > configurations properly and easily. > > I don&#x

Re: [CsMain] Mac universal binary

2009-03-18 Thread Eric Sunshine
I will try to update the build system to handle Mac OS X universal configurations properly and easily. I don't know why you were told on IRC that it should not be built as a universal binary. A universal binary should be perfectly reasonable both for the SDK and for end-user CS-based applicatio

Re: [CsMain] Got Crystal 1.4 Compiles cleanly.... new problem cassysdef.h in CEL.. some odds and ends...

2008-11-23 Thread Eric Sunshine
Nate S wrote: > Managed to get a working copy of cs-win32libs. TY for the MD5sum, > was just getting a chain of CRC errors on my connection. Got a clean > copy down today. Compiled under MSVC2008 cleanly. Moving onto CEL.. > only get one type of error.. throughout the whole compile.. complete >

Re: [CsMain] Some questions about memory management/arrays for the java binding

2008-10-14 Thread Eric Sunshine
res wrote: > On 14.10.2008 15:37, Quentin Anciaux wrote: >> virtual const uint8* GetAlpha () >> Who should delete the array ? is it a copy of internal structure or a >> pointer to it (in which case it is deleted when csImageBase is deleted) ? > It's a pointer to internal data. Generally, unless oth

Re: [CsMain] [SOLVED] Re: Random crashing with (0) : fatal error C9999: *** exception during compilation *** Cg compiler terminated due to fatal error

2008-09-25 Thread Eric Sunshine
> attachments on the list ? > > Regards, > Quentin > > 2008/9/25 Eric Sunshine <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > > Are those jvm "adjustments" something that can be automated by, for > instance, CS's Java module, or

Re: [CsMain] [SOLVED] Re: Random crashing with (0) : fatal error C9999: *** exception during compilation *** Cg compiler terminated due to fatal error

2008-09-25 Thread Eric Sunshine
rs -Xcheck:jni -XX:+CheckJNICalls -Xnoclassgc > > Then it works flawlessly. I currently let the ignore directive for the > createSubMesh method in iAnimatedMeshFactory until I do a proper typemaps. > > So just to say 1.4 works and the binding too. > > Thank you for your helps, >

Re: [CsMain] Random crashing with (0) : fatal error C9999: *** exception during compilation *** Cg compiler terminated due to fatal error

2008-09-24 Thread Eric Sunshine
with a method > who would take a long [][] array and convert it in the native part > to a csArray>. > > Regards, > Quentin > > 2008/9/24 Eric Sunshine <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > > Did you put the %

Re: [CsMain] Random crashing with (0) : fatal error C9999: *** exception during compilation *** Cg compiler terminated due to fatal error

2008-09-24 Thread Eric Sunshine
Did you put the %ignore before or after the %include? It should be before the %include. Also, did you double-check your %ignore for typographical errors? -- ES Quentin Anciaux wrote: > Hi, > > in fact putting this : > > virtual iAnimatedMeshFactorySubMesh* CreateSubMesh ( > const csArra

Re: [CsMain] Random crashing with (0) : fatal error C9999: *** exception during compilation *** Cg compiler terminated due to fatal error

2008-09-23 Thread Eric Sunshine
It might be useful if you could try the development trunk (1.9) or the soon-to-be-released 1.4 branch. A lot of work has been done since the 1.2.x releases, and it is possible that the problem has been resolved. -- ES Quentin Anciaux wrote: > Crystal space is randomly crashing with the above exce

Re: [CsMain] WARNING! Suspicious: object with tag 'iConsoleOutput' does not implement interface 'iConsoleOutput'!

2008-09-23 Thread Eric Sunshine
} >> >> It works... it's ugly but works, can there be a problem in the native >> macro CS_QUERY_REGISTRY which prevent it to work correctly ? >> >> Now that the console works... I have another problem /o\... I can >> activate it, it shows up correctly,

Re: [CsMain] WARNING! Suspicious: object with tag 'iConsoleOutput' does not implement interface 'iConsoleOutput'!

2008-09-22 Thread Eric Sunshine
It seems like it would be a good idea to open a bug report (ticket) at http://trac.crystalspace3d.org/trac/CS. Please include all of the information you have reported thus far in your emails. -- ES Quentin Anciaux wrote: > To prevent the crash, I've modified javapre.i line 197: > > iBase * i

Re: [CsMain] Two obscure link errors. Maybe someone has seen this before.

2008-09-10 Thread Eric Sunshine
GetStockObject() is part of the Win32 API. The first Google result for "GetStockObject" will take you to the Microsoft page which says it is in gdi32.lib, so you need to link against that library. -- ES On Sep 10, 2008, at 7:41 PM, Jim Sager wrote: > Here are my 2 link errors: > > c:/cs/out

Re: [CsMain] Is my problem the environment variable?

2008-09-04 Thread Eric Sunshine
the rest of the error messages are resulting from these ones. > > > > > */Eric Sunshine <[EMAIL PROTECTED]>/* wrote: > > Without seeing the actual error messages, it will be pretty difficult to > diagnose the problem. > > -- ES > > Jim Sager wrote:

Re: [CsMain] Is my problem the environment variable?

2008-09-03 Thread Eric Sunshine
Without seeing the actual error messages, it will be pretty difficult to diagnose the problem. -- ES Jim Sager wrote: > This is probably a really easy question for someone. > > I am trying to compile my xyzim project in Windows using MINGW/MSYS > I keep getting so many errors that they scroll of

Re: [CsMain] missing .lib

2008-08-30 Thread Eric Sunshine
You should not be modifying control.tlib (or any of the other .tlib files) since doing so will make it difficult to update your project later when newer versions of the master copies of these files are available. Instead, you should employ one of the customization options available. For partic

Re: [CsMain] New user installation woes

2008-07-07 Thread Eric Sunshine
Do you have a PYTHON environment variable set? If so, apparently it is not being imported into the MSYS environment in a useful way. Namely, the backslashes are not being translated to forward slashes, etc. The result is that the MSYS shell is eating the backslashes when the command is run. You

Re: [CsMain] New user installation woes

2008-07-07 Thread Eric Sunshine
may actually need to reset the environment variables back to the more DOS-like forms rather than the MSYS-like form needed at build-time. -- ES On Mon, Jul 7, 2008 at 6:29 AM, Eric Sunshine <[EMAIL PROTECTED]> wrote: > The Makefile does nothing more than run Jam, so there actually i

Re: [CsMain] New user installation woes

2008-07-07 Thread Eric Sunshine
hanks for helping. Here are the new outputs. > > > > http://cphonx.net/21conf.txt > > http://cphonx.net/22jam.txt > > http://cphonx.net/23inst.txt > > > > And from cel > > http://cphonx.net/cel_conf.t

Re: [CsMain] New user installation woes

2008-07-06 Thread Eric Sunshine
e? > > On Sun, Jul 6, 2008 at 2:27 PM, Eric Sunshine <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > I started investigating the installation problems and discovered that > the Jam installation rules are somewhat broken. (Specifically, they are >

Re: [CsMain] New user installation woes

2008-07-06 Thread Eric Sunshine
are the new outputs. > > http://cphonx.net/21conf.txt > http://cphonx.net/22jam.txt > http://cphonx.net/23inst.txt > > And from cel > http://cphonx.net/cel_conf.txt > http://cphonx.net/config_log.txt > > Does this help? > > On Sat, Jul 5, 2008 at 7:48 PM, Eri

Re: [CsMain] New user installation woes

2008-07-05 Thread Eric Sunshine
On Jul 5, 2008, at 7:34 PM, Robert Vandeventer wrote: > Hello everyone. New subscriber here. I'm going completely bonkers > trying to what I'm doing wrong with my installation of Crystal > Space. I've re done this over and over and over again, and > walktest only compiles 25% of the time a

Re: [CsMain] csHash key limit

2008-06-05 Thread Eric Sunshine
res wrote: > On 05.06.2008 18:55, Mike Gist wrote: >> What's the limit on the length of a csHash key, if that key is a >> const char*? I seem to be getting a collision with two fairly long >> strings. > Hashes, by definition, are not unique mappings. To map a unique number to each unique string, u

Re: [CsMain] Install Directory and VFS

2008-05-18 Thread Eric Sunshine
Scott Johnson wrote: > Since eridanus.exe is in bin/, I mount it using the following: > vfs->Mount("/levels/", "..$/data$/levels$/world.zip"); Note that the VFS portable way to refer to the parent directory is "$.." rather than "..". Ditto for the current working directory, "$." rather than ".".

Re: [CsMain] Configure.ac and Memory

2008-04-21 Thread Eric Sunshine
Scott Johnson wrote: > I'm a little bit confused about how to determine whether Linux is > installed for CS::Platform::GetPhysicalMemorySize(). > Since Linux/UNIX aren't distinguished at configuration time, I am > probably going to need to tweak the configure.ac file to make sure it > does a tes

Re: [CsMain] problems building crystal space on ubuntu 8.04 beta

2008-04-08 Thread Eric Sunshine
ndeed for a branch. i've downloaded the svn trunk code and i'll > give that a go. i'll also inform the writer of the howto the hoary > needs to be done differently. > > thanks for your help. > > > On Mon, Apr 7, 2008 at 11:14 PM, Eric Sunshine <[EMAIL PRO

Re: [CsMain] problems building crystal space on ubuntu 8.04 beta

2008-04-07 Thread Eric Sunshine
For the sake of completeness, the -Wno-long-double issue is subject of (closed) ticket #463: http://trac.crystalspace3d.org/trac/CS/ticket/463 -- ES Eric Sunshine wrote: > The -Wno-long-double issue is fixed in the trunk as of 29221. The > IsVfsDir() warning was fixed in the trunk six

Re: [CsMain] problems building crystal space on ubuntu 8.04 beta

2008-04-07 Thread Eric Sunshine
The -Wno-long-double issue is fixed in the trunk as of 29221. The IsVfsDir() warning was fixed in the trunk six months ago by r27907. Since you are still experiencing these problems, I suspect that you are using a branch rather than the trunk. If you know the maintainer of the branch, perhaps a

Re: [CsMain] Link Errors with VC Express 2005

2008-04-04 Thread Eric Sunshine
in the past 4 months. :) > > I appreciate your help! > > ~Scott > > > Eric Sunshine wrote: >> The missing symbols are all from Microsoft-supplied DLL's. A good way to >> determine if the problem is with CS or with your development environment >> is

[CsMain] Fwd: [Crystal-tracker] Presentation for the GSOC

2008-04-04 Thread Eric Sunshine
Forwarding this to the proper list... -- Forwarded message -- From: Pablo Iñigo Blasco <[EMAIL PROTECTED]> Date: Fri, Apr 4, 2008 at 3:10 PM Subject: [Crystal-tracker] Presentation for the GSOC To: [EMAIL PROTECTED] Hello. I am interested in the Cristal Space GSoC. Last weeks

Re: [CsMain] Link Errors with VC Express 2005

2008-04-03 Thread Eric Sunshine
The missing symbols are all from Microsoft-supplied DLL's. A good way to determine if the problem is with CS or with your development environment is to checkout a copy of CS from several days ago (using the date of your last update). If the problem persists, then your development environment is

Re: [CsMain] Crash (SIGSEGV) on libjpeg (Linux AMD64)

2008-03-29 Thread Eric Sunshine
Check if your jpeglib.h and libjpeg.so match. This type of problem could crop up if the header and library are from different versions (or if you have multiple headers installed and the wrong one is used). -- ES On Mar 28, 2008, at 11:39 PM, Elio Cuevas Gómez wrote: > Hi! > > I wanted to try

Re: [CsMain] License Compatibility

2008-03-18 Thread Eric Sunshine
Marten Svanfeldt (dev) wrote: > My main view is still that networking does not belong in CS, > independent of which library you wrap. Additionally, to justify inclusion of such a module in CS or CEL, there must be some sort of added value, such as abstraction (allowing one of several possible

Re: [CsMain] missing building ogg plugin

2008-02-23 Thread Eric Sunshine
Amir Taaki wrote: > checking if pkg-config recognizes ogg... yes > checking for ogg-config... no > checking for libogg... yes > Running walktest gives, > [EMAIL PROTECTED]:~/media/proj/crystal$ ./walktest > WARNING: could not load plugin 'crystalspace.sndsys.element.ogg' > No sndsysogg.so exists- w

Re: [CsMain] ARM

2008-01-17 Thread Eric Sunshine
Tim Shannon wrote: > Disclaimer, I know nothing about mobile arm processors other than that > code needs to be compiled differently for them than an x86, but can > Crystal Space ever be compiled for an ARM processor in case anyone > wanted to use it for a mobile device, assuming that all the oth

Re: [CsMain] Linux Environment variable

2008-01-02 Thread Eric Sunshine
7;/usr/local/bin/cs-config-1.2' >> CSLIBS_CONFIG='' >> >> >> So it looks like the CRYSTAL variable is correct, but the CRYSTAL >> CONFIG TOOL isn't. Should I be setting CSLIBS_CONFIG as well? >> >> thanks for the help. >> >

Re: [CsMain] Linux Environment variable

2008-01-02 Thread Eric Sunshine
What does CEL's config.log show after the configure attempt? -- ES Tim Shannon wrote: > After making and installing crystal space successfully using the > following command: > ./configure --enable-debug --prefix=/opt/CrystalSpace/debug > make > sudo make install > > When, I try to d

Re: [CsMain] trouble running cel apps on OSX - VFS problems?

2007-12-19 Thread Eric Sunshine
caspar wrote: > Yes, I had CrystalSpaceRoot value set as per manual. > Just got the latest revisions and error messages change slightly. > Celstart continues to fail with error message that it could not load > plugin 'cel.physicallayer'. And as before hovertest, celtst & walktut > all run whe

Re: [CsMain] Build error on Ubuntu7.10 - g++ 4.1

2007-12-19 Thread Eric Sunshine
> thanks for your help, > > > Eric Sunshine wrote: >> This problem should be resolved by r28306 and r28307 in the SVN trunk. >> >> http://trac.crystalspace3d.org/trac/CS/changeset/28306 >> >> If you can't upgrade to the trunk for some reas

Re: [CsMain] Build error on Ubuntu7.10 - g++ 4.1

2007-12-18 Thread Eric Sunshine
This problem should be resolved by r28306 and r28307 in the SVN trunk. http://trac.crystalspace3d.org/trac/CS/changeset/28306 If you can't upgrade to the trunk for some reason, then a work-around is presented in the related ticket: http://trac.crystalspace3d.org/trac/CS/ticket/355 -- ES Tim

Re: [CsMain] Cross compiling CS on linux

2007-12-15 Thread Eric Sunshine
Julian Schrittwieser wrote: > It seems to work with: > ./configure --target=i586-mingw32msvc --host=i586-mingw32msvc > --build=i586-pc-linux-gnu CXXFLAGS=-I/usr/i586-mingw32msvc/include > "LDFLAGS=-L/usr/i586-mingw32msvc/lib -s -O" CXX=i586-mingw32msvc-g++ > CC=i586-mingw32msvc-gcc --prefix=/opt/C

Re: [CsMain] Cross compiling CS on linux

2007-12-14 Thread Eric Sunshine
On Dec 14, 2007, at 11:51 AM, Julian Schrittwieser wrote: > I replaced the path to mingw since the Ubuntu package installs it > somewhere else: > ./configure --target=mingw32 --host=mingw32 --build=i686-pc-linux- > gnu \ > CXXFLAGS=-I/usr/i586-mingw32msvc/include \ > "LDFLAGS=-L/usr/i586-mingw32ms

Re: [CsMain] Cross compiling CS on linux

2007-12-14 Thread Eric Sunshine
res wrote: > On 14.12.2007 17:51, Julian Schrittwieser wrote: >> Could anyone be so kind and tell me what options I should use for cross >> compiling? > Hm well, as a first step to diagnose the error, perhaps provide the > config.log for the cross compilation. It also would not hurt to post the ge

Re: [CsMain] trouble running cel apps on OSX - VFS problems?

2007-12-10 Thread Eric Sunshine
caspar wrote: > If I try running celstart either by double-clicking on the > celstart-1.2.app or from the command line i get it to launch the > start screen but fail when selecting the demo. Whatever demo I choose > the message is always to the effect that >> crystalspace.pluginmgr.loadplugin

Re: [CsMain] Unable to load jpg using iLoader through python binding

2007-11-25 Thread Eric Sunshine
Patrick Ye wrote: > Well, it turns out that I have quit a few jpeg.h on my system: > However, I don't think the any of the jpeg.h in my home directory are > causing these problems, so could it be the mozilla one? But it also > says that it's version is 62. I've also had a look at my ld.so.conf > an

Re: [CsMain] Unable to load jpg using iLoader through python binding

2007-11-25 Thread Eric Sunshine
Patrick Ye wrote: > [EMAIL PROTECTED]:~$ locate libjpeg.so > /home/user/install/archives/j2re1.4.2_06/lib/i386/libjpeg.so > /usr/local/google-earth/libjpeg.so.62 > /usr/lib/libjpeg.so.62 > /usr/lib/libjpeg.so.62.0.0 > /usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/libjpeg.so > /usr/lib/libjpeg.s

Re: [CsMain] Unable to load jpg using iLoader through python binding

2007-11-25 Thread Eric Sunshine
Patrick Ye wrote: > Thanks for the advice. I've used ldd to see which shared libs that > cspace and its demos are linked to, and so far none of them seem > related. I thought there was something wrong with FreeImage but I only > have 1 version installed so that cannot be it. isotest works because >

  1   2   3   >